HomeSort by relevance Sort by last modified time
    Searched refs:SK_FONT_FILE_PREFIX (Results 1 - 4 of 4) 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/"
407 return new SkFontMgr_Custom(SK_FONT_FILE_PREFIX);
SkFontConfigInterface_android.cpp 173 #ifndef SK_FONT_FILE_PREFIX
174 #define SK_FONT_FILE_PREFIX "/fonts/"
182 full->append(SK_FONT_FILE_PREFIX);
    [all...]
  /external/skia/src/ports/
SkFontHost_linux.cpp 24 #ifndef SK_FONT_FILE_PREFIX
25 # define SK_FONT_FILE_PREFIX "/usr/share/fonts/truetype/"
407 return new SkFontMgr_Custom(SK_FONT_FILE_PREFIX);
SkFontConfigInterface_android.cpp 173 #ifndef SK_FONT_FILE_PREFIX
174 #define SK_FONT_FILE_PREFIX "/fonts/"
182 full->append(SK_FONT_FILE_PREFIX);
    [all...]

Completed in 130 milliseconds