Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dsimpleaaclip.cpp80 fBasePath.addRoundRect(fBase, SkIntToScalar(5), SkIntToScalar(5)); in onOnceBeforeDraw()
86 clip->setPath(fBasePath, fBasePath.getBounds().roundOut(), true); in buildRgn()
124 canvas->clipPath(fBasePath, true); in drawPathsOped()
197 SkPath fBasePath; // fBase as a round rect member in skiagm::SimpleClipGM
/third_party/skia/tests/
DFontMgrAndroidParserTest.cpp108 SkDebugf(" basePath %s\n", fontFamilies[i]->fBasePath.c_str()); in DumpLoadedFonts()
251 custom.fBasePath = basePath.c_str(); in DEF_TEST()
286 custom.fBasePath = basePath.c_str(); in DEF_TEST()
363 custom.fBasePath = basePath.c_str(); in DEF_TEST()
/third_party/skia/src/ports/
DSkFontMgr_config_parser.cpp78 , fBasePath(basePath) in FamilyData()
91 const SkString& fBasePath; // The current base path. member
225 new FontFamily(self->fCurrentFamily->fBasePath, true)); in __anon0430dd050302()
259 FontFamily* family = new FontFamily(self->fBasePath, true); in __anon0430dd050702()
356 FontFamily* family = new FontFamily(targetFamily->fBasePath, self->fIsFallback); in __anon0430dd050a02()
DSkFontMgr_config_parser.h101 , fBasePath(basePath) in FontFamily()
112 const SkString fBasePath; member
DSkFontMgr_android_parser.h92 , fBasePath(basePath) in FontFamily()
103 const SkString fBasePath; member
DSkFontMgr_android_parser.cpp98 , fBasePath(basePath) in FamilyData()
111 const SkString& fBasePath; // The current base path. member
258 new FontFamily(self->fCurrentFamily->fBasePath, true)); in __anon148ae0b00202()
292 FontFamily* family = new FontFamily(self->fBasePath, true); in __anon148ae0b00602()
375 FontFamily* family = new FontFamily(targetFamily->fBasePath, self->fIsFallback); in __anon148ae0b00902()
514 self->fCurrentFamily = std::make_unique<FontFamily>(self->fBasePath, self->fIsFallback); in __anon148ae0b01202()
DSkFontMgr_android.cpp185 SkString pathName(family.fBasePath); in SkFontStyleSet_Android()
294 SkString base(custom->fBasePath); in SkFontMgr_Android()
304 SkString base(custom->fBasePath); in SkFontMgr_Android()
564 custom->fBasePath, in SkFontMgr_New_Android()
DSkFontMgr_preview.h192 SkString pathName(family.fBasePath); in SkFontStyleSet_Preview()
/third_party/skia/include/ports/
DSkFontMgr_android.h26 const char* fBasePath; member
/third_party/skia/tools/fonts/
DTestSVGTypeface.cpp1309 fBasePath.add(path, op); in onDrawPath()
1338 fBasePath.resolve(&baseGlyph); in finishGlyph()
1349 SkOpBuilder fBasePath; member in __anone218c6a50711::SkCOLRCanvas