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

  /external/skia/src/ports/
SkFontHost_linux.cpp 31 #ifndef SK_FONT_FILE_PREFIX
32 #define SK_FONT_FILE_PREFIX "/usr/share/fonts/truetype/msttcorefonts/"
40 full->append(SK_FONT_FILE_PREFIX);
398 SkOSFile::Iter iter(SK_FONT_FILE_PREFIX, ".ttf");
SkFontHost_android.cpp 31 #ifndef SK_FONT_FILE_PREFIX
32 #define SK_FONT_FILE_PREFIX "/fonts/"
40 full->append(SK_FONT_FILE_PREFIX);
SkFontHost_simple.cpp 30 #define SK_FONT_FILE_PREFIX "/Library/Fonts/"
32 #define SK_FONT_FILE_PREFIX "/skimages/"
39 full->set(SK_FONT_FILE_PREFIX);

Completed in 31 milliseconds