OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SK_FONT_FILE_PREFIX
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/ports/
SkFontMgr_custom_directory_factory.cpp
11
#ifndef
SK_FONT_FILE_PREFIX
12
# define
SK_FONT_FILE_PREFIX
"/usr/share/fonts/"
16
return SkFontMgr_New_Custom_Directory(
SK_FONT_FILE_PREFIX
);
SkFontMgr_android_parser.cpp
36
#ifndef
SK_FONT_FILE_PREFIX
37
# define
SK_FONT_FILE_PREFIX
"/fonts/"
759
basePath.append(
SK_FONT_FILE_PREFIX
, sizeof(
SK_FONT_FILE_PREFIX
) - 1);
Completed in 71 milliseconds