Searched refs:SK_FONT_FILE_PREFIX (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_linux.cpp24 #ifndef SK_FONT_FILE_PREFIX
25 # define SK_FONT_FILE_PREFIX "/usr/share/fonts/truetype/" macro
413 return new SkFontMgr_Custom(SK_FONT_FILE_PREFIX);
H A DSkFontMgr_android.cpp23 #ifndef SK_FONT_FILE_PREFIX
24 # define SK_FONT_FILE_PREFIX "/fonts/" macro
134 full->append(SK_FONT_FILE_PREFIX);
/external/skia/src/ports/
H A DSkFontHost_linux.cpp24 #ifndef SK_FONT_FILE_PREFIX
25 # define SK_FONT_FILE_PREFIX "/usr/share/fonts/truetype/" macro
407 return new SkFontMgr_Custom(SK_FONT_FILE_PREFIX);
H A DSkFontConfigInterface_android.cpp173 #ifndef SK_FONT_FILE_PREFIX
174 #define SK_FONT_FILE_PREFIX "/fonts/" macro
182 full->append(SK_FONT_FILE_PREFIX);

Completed in 116 milliseconds