Home
last modified time | relevance | path

Searched refs:SK_FONT_FILE_PREFIX (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/ports/
DSkFontConfigParser_android.cpp32 #ifndef SK_FONT_FILE_PREFIX
33 # define SK_FONT_FILE_PREFIX "/fonts/" macro
739 basePath.append(SK_FONT_FILE_PREFIX, sizeof(SK_FONT_FILE_PREFIX) - 1); in GetSystemFontFamilies()
DSkFontHost_linux.cpp528 #ifndef SK_FONT_FILE_PREFIX
529 # define SK_FONT_FILE_PREFIX "/usr/share/fonts/" macro
532 return new SkFontMgr_Custom(DirectorySystemFontLoader(SK_FONT_FILE_PREFIX)); in Factory()