/external/skqp/tools/viewer/ |
D | NIMASlide.cpp | 34 : 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()
|
D | NIMASlide.h | 39 std::string fBasePath;
|
/external/skia/gm/ |
D | simpleaaclip.cpp | 81 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/ |
D | simpleaaclip.cpp | 66 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/ |
D | FontMgrAndroidParserTest.cpp | 107 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/ |
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()
|
/external/skia/src/ports/ |
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 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()
|
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() 576 custom->fBasePath, in SkFontMgr_New_Android()
|
/external/skqp/src/ports/ |
D | SkFontMgr_android_parser.h | 92 , fBasePath(basePath) in FontFamily() 103 const SkString fBasePath; member
|
D | SkFontMgr_android_parser.cpp | 96 , 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()
|
D | SkFontMgr_android.cpp | 187 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/ |
D | SkFontMgr_android.h | 26 const char* fBasePath; member
|
/external/skia/include/ports/ |
D | SkFontMgr_android.h | 26 const char* fBasePath; member
|
/external/skqp/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 1175 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/ |
D | TestSVGTypeface.cpp | 1308 fBasePath.add(path, op); in onDrawPath() 1337 fBasePath.resolve(&baseGlyph); in finishGlyph() 1348 SkOpBuilder fBasePath; member in __anonf100a57a0711::SkCOLRCanvas
|