2013-12-01から1ヶ月間の記事一覧
================================================================ 実験 Androidプラットフォームへの統合に適してのsrc/contentに対するFacadeを提供しています。 個々のAndroidアプリケーション(APK)での使用を目的としていません。 /android_webview/…
Cygwinのvimを快適に使う
環境変数ANDROID_SDK_HOME
157 void FontResource::checkNotify() 158 { 159 ResourceClientWalker<FontResourceClient> w(m_clients); 160 while (FontResourceClient* c = w.next()) 161 c->fontLoaded(this); 162 } 529 void FontCache::invalidate() 530 { 531 if (!gClients) { 532 ASSERT(!gFontPlat</fontresourceclient>…
18 AwRenderProcessObserver::~AwRenderProcessObserver() { 19 } 20 21 bool AwRenderProcessObserver::OnControlMessageReceived( 22 const IPC::Message& message) { 23 bool handled = true; 24 IPC_BEGIN_MESSAGE_MAP(AwRenderProcessObserver, message…
この関数はAndroidでは使ってないようだ。 コンパイルで通らないっぽい。 400 void ChromeRenderProcessObserver::OnPurgeMemory() { 401 RenderThread::Get()->EnsureWebKitInitialized(); 402 403 // Clear the object cache (as much as possible; some l…
646 void FontBuilder::createFontForDocument(PassRefPtr<FontSelector> fontSelector, RenderStyle* documentStyle) 647 { 648 FontDescription fontDescription = FontDescription(); 649 fontDescription.setScript(localeToScriptCodeForFontSelection(documentStyle-</fontselector>…
b WebCore::Font::Font
37 class StyleInheritedData : public RefCounted<StyleInheritedData> { 38 public: 39 static PassRefPtr<StyleInheritedData> create() { return adoptRef(new StyleInheritedData); } 40 PassRefPtr<StyleInheritedData> copy() const { return adoptRef(new StyleInheritedData(*this)); } 41 ~StyleInheritedData()</styleinheriteddata></styleinheriteddata></styleinheriteddata>…
external/chromium_org/third_party/WebKit/Source/core/platform/graphics/FontFallbackList.cpp:59:46: error: invalid use of incomplete type 'const class WebCore::Font'ヘッダーファイルを読み込むだけで治った。 #include "core/platform/graphics/F…
const_iterator
529 void FontCache::invalidate() 530 { 531 if (!gClients) { 532 ASSERT(!gFontPlatformDataCache); 533 return; 534 } 535 536 if (gFontPlatformDataCache) { 537 deleteAllValues(*gFontPlatformDataCache); <===== 538 delete gFontPlatformDataCache…
$ which arm-eabi-addr2line /KK44R1/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-addr2line $ which arm-linux-androideabi-addr2line /KK44R1/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/bin/arm-linux-androideabi-addr2lineWha…
b WebCore::FontBuilder::createFontForDocument
1.6に設定しなおした。 The fix project properties set it to check-box enable project specific settings and 1.6 for compliance level.android
これは、ログの間違えを修正するだけみたいだ。①リポジトリのログを表示する。 ②消したいリビジョンを選んで、右クリック>リビジョンプロパティを開く。 ③削除をクリックする。 以下のエラーが出た。 リポジトリが、リビジョン属性を変更できるようにはなっ…
LOGD("family=%s", m_fontDescription.family().family().string().utf8().data());
1180 int RenderStyle::computedLineHeight(RenderView* renderView) const 1181 { 1182 const Length& lh = lineHeight(); 1183 1184 // Negative value means the line height is not set. Use the font's built-in spacing. 1185 if (lh.isNegative()) 11…
! Package inputenc Error: Unicode char \u8:・ュ not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H <return> for immediate help. ... l.180 ...color{comment}{// ・ュ・ウ ・ー繧エ繧キ繝・け} ?refman.logを見ると漢</return>…
オムロン血圧計(HEM-6310F)をUSB通信トレイ(HHC-IT3)に載せてWellnessLinkへアップロードするとき エラーになった。USB通信ソフトを終了し、USB通信トレイのUSBコネクタを抜き差ししたら、 アップロードできるようになった。しばらくすると、また通信できな…
400 already_AddRefed<gfxFont> 401 gfxFT2FontGroup::WhichSystemFontSupportsChar(PRUint32 aCh, PRInt32 aRunScript) 402 { 404 FontEntry *fe = static_cast<FontEntry*> 405 (gfxPlatformFontList::PlatformFontList()-> 406 SystemFindFontForChar(aCh, aRunScript, &mStyle</fontentry*></gfxfont>…
8069 dnl ======================================================== 8070 dnl Graphics checks. 8071 dnl ======================================================== 8072 8073 if test "${OS_ARCH}" = "Darwin" -o "${MOZ_WIDGET_TOOLKIT}" = "android" …
901 void 902 gfxPlatform::InitializeSkiaCaches() 903 { 904 #ifdef USE_SKIA_GPU 905 if (UseAcceleratedSkiaCanvas()) { 906 bool usingDynamicCache = Preferences::GetBool("gfx.canvas.skiagl.dynamic-cache", false); 907 908 int cacheItemLimit = …
303 case 32: 304 if ( load_flags & FT_LOAD_COLOR ) 305 { 306 map->pixel_mode = FT_PIXEL_MODE_BGRA; 307 map->pitch = map->width * 4; 308 map->num_grays = 256; 309 }
<include name="base-jb.xml" /> <default remote="caf" revision="refs/tags/android-4.3_r2.1" sync-j="4"/>Freetypeのバージョンは、include/freetype/freetype.hの3800行付近をみるとわかる。 3835 #define FREETYPE_MAJOR 2 3836 #define FREETYPE_MINOR 4 3837 #define FREETYPE_PATCH 9</default></include>
FT_CONFIG_OPTION_USE_PNG
oop - How do you create a static class in C++? - Stack Overflow
Try #include <string.h> in your program.</string.h>
Regular cast vs. static_cast vs. dynamic_cast
b WebCore::Font::update b android_webview::AwContents::AwContents b android_webview::AwContents::~AwContents b WebCore::SimpleFontData::~SimpleFontData