のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2013-12-25から1日間の記事一覧

rendering

646 void FontBuilder::createFontForDocument(PassRefPtr<FontSelector> fontSelector, RenderStyle* documentStyle) 647 { 648 FontDescription fontDescription = FontDescription(); 649 fontDescription.setScript(localeToScriptCodeForFontSelection(documentStyle-</fontselector>…

break

b WebCore::Font::Font

inherited

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>…

incomplete type

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

const_iterator

fontCache()->invalidate()

529 void FontCache::invalidate() 530 { 531 if (!gClients) { 532 ASSERT(!gFontPlatformDataCache); 533 return; 534 } 535 536 if (gFontPlatformDataCache) { 537 deleteAllValues(*gFontPlatformDataCache); <===== 538 delete gFontPlatformDataCache…

addr2line

$ 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…

css

b WebCore::FontBuilder::createFontForDocument