Home
last modified time | relevance | path

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

/external/skia/gm/
Dsimpleaaclip.cpp65 fBasePath.addRoundRect(fBase, SkIntToScalar(5), SkIntToScalar(5)); in onOnceBeforeDraw()
71 clip->setPath(fBasePath, nullptr, true); in buildRgn()
109 canvas->clipPath(fBasePath, SkRegion::kReplace_Op, true); in drawPathsOped()
190 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_parser.cpp94 , fBasePath(basePath) in FamilyData()
107 const SkString& fBasePath; // The current base path. member
253 FontFamily* family = new FontFamily(self->fBasePath, true); in __anonbbaf037e0602()
336 FontFamily* family = new FontFamily(targetFamily->fBasePath, self->fIsFallback); in __anonbbaf037e0902()
468 self->fCurrentFamily.reset(new FontFamily(self->fBasePath, self->fIsFallback)); in __anonbbaf037e1202()
DSkFontMgr_android.cpp154 SkString pathName(family.fBasePath); in SkFontStyleSet_Android()
288 SkString base(custom->fBasePath); in SkFontMgr_Android()
298 SkString base(custom->fBasePath); in SkFontMgr_Android()
585 custom->fBasePath, in SkFontMgr_New_Android()
/external/skia/include/ports/
DSkFontMgr_android.h33 const char* fBasePath; member
/external/skia/tests/
DFontMgrAndroidParserTest.cpp82 SkDebugf(" basePath %s\n", fontFamilies[i]->fBasePath.c_str()); in DumpLoadedFonts()