Home | History | Annotate | Download | only in ports

Lines Matching defs:basePath

129 void get_path_for_sys_fonts(const char* basePath, const SkString& name, SkString* full) {
130 if (basePath) {
131 full->set(basePath);
141 explicit SkFontStyleSet_Android(const FontFamily& family, const char* basePath) {
151 get_path_for_sys_fonts(basePath, fontFile.fFileName, &pathName);
279 const char* basePath)
283 this->buildNameToFamilyMap(fontFamilies, basePath);
477 void buildNameToFamilyMap(SkTDArray<FontFamily*> families, const char* basePath) {
491 SkFontStyleSet_Android* newSet = SkNEW_ARGS(SkFontStyleSet_Android, (family, basePath));
542 const char* basePath;
543 SkGetTestFontConfiguration(&mainConfigFile, &fallbackConfigFile, &basePath);
545 return SkNEW_ARGS(SkFontMgr_Android, (mainConfigFile, fallbackConfigFile, basePath));