Searched refs:fBasePath (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/gm/ |
D | simpleaaclip.cpp | 80 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/ |
D | FontMgrAndroidParserTest.cpp | 108 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/ |
D | SkFontMgr_config_parser.cpp | 78 , 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()
|
D | SkFontMgr_config_parser.h | 101 , fBasePath(basePath) in FontFamily() 112 const SkString fBasePath; member
|
D | SkFontMgr_android_parser.h | 92 , fBasePath(basePath) in FontFamily() 103 const SkString fBasePath; member
|
D | SkFontMgr_android_parser.cpp | 98 , 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()
|
D | SkFontMgr_android.cpp | 185 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()
|
D | SkFontMgr_preview.h | 192 SkString pathName(family.fBasePath); in SkFontStyleSet_Preview()
|
/third_party/skia/include/ports/ |
D | SkFontMgr_android.h | 26 const char* fBasePath; member
|
/third_party/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 1309 fBasePath.add(path, op); in onDrawPath() 1338 fBasePath.resolve(&baseGlyph); in finishGlyph() 1349 SkOpBuilder fBasePath; member in __anone218c6a50711::SkCOLRCanvas
|