Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
H A DSkFontMgr_custom_directory_factory.cpp11 #ifndef SK_FONT_FILE_PREFIX
13 # define SK_FONT_FILE_PREFIX "/System/Library/Fonts/" macro
15 # define SK_FONT_FILE_PREFIX "/usr/share/fonts/" macro
28 return SkFontMgr_New_Custom_Directory(SK_FONT_FILE_PREFIX); in Factory()
33 return SkFontMgr_New_Custom_Directory(SK_FONT_FILE_PREFIX); in Factory()
H A DSkFontMgr_android_parser.cpp38 #ifndef SK_FONT_FILE_PREFIX
39 # define SK_FONT_FILE_PREFIX "/fonts/" macro
803 basePath.append(SK_FONT_FILE_PREFIX, sizeof(SK_FONT_FILE_PREFIX) - 1); in GetSystemFontFamilies()

Completed in 2 milliseconds