Home
last modified time | relevance | path

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

/external/skqp/tools/viewer/
DNIMASlide.cpp34 : fBasePath() in NIMASlide()
49 fBasePath = std::string(basePath.c_str()); in NIMASlide()
110 std::string nimaPath = fBasePath + ".nima"; in resetActor()
111 std::string texturePath = fBasePath + ".png"; in resetActor()
DNIMASlide.h39 std::string fBasePath;
/external/skia/gm/
Dsimpleaaclip.cpp81 fBasePath.addRoundRect(fBase, SkIntToScalar(5), SkIntToScalar(5)); in onOnceBeforeDraw()
87 clip->setPath(fBasePath, nullptr, true); in buildRgn()
125 canvas->clipPath(fBasePath, true); in drawPathsOped()
198 SkPath fBasePath; // fBase as a round rect member in skiagm::SimpleClipGM
/external/skqp/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()
187 SkPath fBasePath; // fBase as a round rect member in skiagm::SimpleClipGM
/external/skqp/tests/
DFontMgrAndroidParserTest.cpp107 SkDebugf(" basePath %s\n", fontFamilies[i]->fBasePath.c_str()); in DumpLoadedFonts()
252 custom.fBasePath = basePath.c_str(); in DEF_TEST()
287 custom.fBasePath = basePath.c_str(); in DEF_TEST()
364 custom.fBasePath = basePath.c_str(); in DEF_TEST()
/external/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()
/external/skia/src/ports/
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
241 new FontFamily(self->fCurrentFamily->fBasePath, true)); in __anon22f31de50202()
275 FontFamily* family = new FontFamily(self->fBasePath, true); in __anon22f31de50602()
367 FontFamily* family = new FontFamily(targetFamily->fBasePath, self->fIsFallback); in __anon22f31de50902()
506 self->fCurrentFamily = std::make_unique<FontFamily>(self->fBasePath, self->fIsFallback); in __anon22f31de51202()
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()
576 custom->fBasePath, in SkFontMgr_New_Android()
/external/skqp/src/ports/
DSkFontMgr_android_parser.h92 , fBasePath(basePath) in FontFamily()
103 const SkString fBasePath; member
DSkFontMgr_android_parser.cpp96 , fBasePath(basePath) in FamilyData()
109 const SkString& fBasePath; // The current base path. member
239 new FontFamily(self->fCurrentFamily->fBasePath, true)); in __anonc5713b1c0202()
273 FontFamily* family = new FontFamily(self->fBasePath, true); in __anonc5713b1c0602()
365 FontFamily* family = new FontFamily(targetFamily->fBasePath, self->fIsFallback); in __anonc5713b1c0902()
504 self->fCurrentFamily.reset(new FontFamily(self->fBasePath, self->fIsFallback)); in __anonc5713b1c1202()
DSkFontMgr_android.cpp187 SkString pathName(family.fBasePath); in SkFontStyleSet_Android()
296 SkString base(custom->fBasePath); in SkFontMgr_Android()
306 SkString base(custom->fBasePath); in SkFontMgr_Android()
593 custom->fBasePath, in SkFontMgr_New_Android()
/external/skqp/include/ports/
DSkFontMgr_android.h26 const char* fBasePath; member
/external/skia/include/ports/
DSkFontMgr_android.h26 const char* fBasePath; member
/external/skqp/tools/fonts/
DSkTestSVGTypeface.cpp1175 fBasePath.add(path, SkPathOp::kDifference_SkPathOp); in onDrawPath()
1177 fBasePath.add(path, SkPathOp::kUnion_SkPathOp); in onDrawPath()
1207 fBasePath.resolve(&baseGlyph); in finishGlyph()
1216 SkOpBuilder fBasePath; member in __anon9bfb80af0411::SkCOLRCanvas
/external/skia/tools/fonts/
DTestSVGTypeface.cpp1308 fBasePath.add(path, op); in onDrawPath()
1337 fBasePath.resolve(&baseGlyph); in finishGlyph()
1348 SkOpBuilder fBasePath; member in __anonf100a57a0711::SkCOLRCanvas