Searched refs:SK_FONT_FILE_PREFIX (Results 1 – 2 of 2) sorted by relevance
32 #ifndef SK_FONT_FILE_PREFIX33 # define SK_FONT_FILE_PREFIX "/fonts/" macro739 basePath.append(SK_FONT_FILE_PREFIX, sizeof(SK_FONT_FILE_PREFIX) - 1); in GetSystemFontFamilies()
528 #ifndef SK_FONT_FILE_PREFIX529 # define SK_FONT_FILE_PREFIX "/usr/share/fonts/" macro532 return new SkFontMgr_Custom(DirectorySystemFontLoader(SK_FONT_FILE_PREFIX)); in Factory()