のねのBlog

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

2013-01-01から1年間の記事一覧

GypAndroid folders

================================================================ 実験 Androidプラットフォームへの統合に適してのsrc/contentに対するFacadeを提供しています。 個々のAndroidアプリケーション(APK)での使用を目的としていません。 /android_webview/…

mintty vt220 color

Cygwinのvimを快適に使う

.androidフォルダ

環境変数ANDROID_SDK_HOME

CSSFontSelector

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

IPC_MESSAGE_HANDLER

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…

WebFontCache

この関数はAndroidでは使ってないようだ。 コンパイルで通らないっぽい。 400 void ChromeRenderProcessObserver::OnPurgeMemory() { 401 RenderThread::Get()->EnsureWebKitInitialized(); 402 403 // Clear the object cache (as much as possible; some l…

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

Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead

1.6に設定しなおした。 The fix project properties set it to check-box enable project specific settings and 1.6 for compliance level.android

Subversionで間違えたコミットを戻したい

これは、ログの間違えを修正するだけみたいだ。①リポジトリのログを表示する。 ②消したいリビジョンを選んで、右クリック>リビジョンプロパティを開く。 ③削除をクリックする。 以下のエラーが出た。 リポジトリが、リビジョン属性を変更できるようにはなっ…

fontDescription

LOGD("family=%s", m_fontDescription.family().family().string().utf8().data());

fontfamily

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…

doxygenで生成したlatexのメイクでエラー 

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

オムロン血圧計で通信エラー E0002

オムロン血圧計(HEM-6310F)をUSB通信トレイ(HHC-IT3)に載せてWellnessLinkへアップロードするとき エラーになった。USB通信ソフトを終了し、USB通信トレイのUSBコネクタを抜き差ししたら、 アップロードできるようになった。しばらくすると、また通信できな…

IS_IN_BMP

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

MOZ_ENABLE_SKIA

8069 dnl ======================================================== 8070 dnl Graphics checks. 8071 dnl ======================================================== 8072 8073 if test "${OS_ARCH}" = "Darwin" -o "${MOZ_WIDGET_TOOLKIT}" = "android" …

USE_SKIA_GPU

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

FT_LOAD_COLOR

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 }

emulator-jb

<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

FT_CONFIG_OPTION_USE_PNG

static

oop - How do you create a static class in C++? - Stack Overflow

'::ptrdiff_t' has not been declared

Try #include <string.h> in your program.</string.h>

static_cast

Regular cast vs. static_cast vs. dynamic_cast

break WebCore::Font::update

b WebCore::Font::update b android_webview::AwContents::AwContents b android_webview::AwContents::~AwContents b WebCore::SimpleFontData::~SimpleFontData