HomeSort by relevance Sort by last modified time
    Searched defs:SK_FONT_FILE_PREFIX (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp 24 #ifndef SK_FONT_FILE_PREFIX
25 # define SK_FONT_FILE_PREFIX "/usr/share/fonts/truetype/"
413 return new SkFontMgr_Custom(SK_FONT_FILE_PREFIX);
SkFontMgr_android.cpp 23 #ifndef SK_FONT_FILE_PREFIX
24 # define SK_FONT_FILE_PREFIX "/fonts/"
134 full->append(SK_FONT_FILE_PREFIX);

Completed in 60 milliseconds