Home
last modified time | relevance | path

Searched refs:fBasePath (Results 1 – 6 of 6) sorted by relevance

/external/skia/gm/
Dsimpleaaclip.cpp66 fBasePath.addRoundRect(fBase, SkIntToScalar(5), SkIntToScalar(5)); in onOnceBeforeDraw()
72 clip->setPath(fBasePath, nullptr, true); in buildRgn()
110 canvas->clipPath(fBasePath, true); in drawPathsOped()
191 SkPath fBasePath; // fBase as a round rect member in skiagm::SimpleClipGM
/external/skia/src/ports/
DSkFontMgr_android_parser.h91 , fBasePath(basePath) in FontFamily()
100 const SkString fBasePath; member
DSkFontMgr_android.cpp157 SkString pathName(family.fBasePath); in SkFontStyleSet_Android()
266 SkString base(custom->fBasePath); in SkFontMgr_Android()
276 SkString base(custom->fBasePath); in SkFontMgr_Android()
547 custom->fBasePath, in SkFontMgr_New_Android()
DSkFontMgr_android_parser.cpp96 , fBasePath(basePath) in FamilyData()
109 const SkString& fBasePath; // The current base path. member
255 FontFamily* family = new FontFamily(self->fBasePath, true); in __anon4e75f4fd0602()
338 FontFamily* family = new FontFamily(targetFamily->fBasePath, self->fIsFallback); in __anon4e75f4fd0902()
470 self->fCurrentFamily.reset(new FontFamily(self->fBasePath, self->fIsFallback)); in __anon4e75f4fd1202()
/external/skia/include/ports/
DSkFontMgr_android.h26 const char* fBasePath; member
/external/skia/tests/
DFontMgrAndroidParserTest.cpp83 SkDebugf(" basePath %s\n", fontFamilies[i]->fBasePath.c_str()); in DumpLoadedFonts()