Searched refs:fBasePath (Results 1 – 6 of 6) sorted by relevance
/external/skia/gm/ |
D | simpleaaclip.cpp | 65 fBasePath.addRoundRect(fBase, SkIntToScalar(5), SkIntToScalar(5)); in onOnceBeforeDraw() 71 clip->setPath(fBasePath, NULL, 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/ |
D | SkFontConfigParser_android.h | 85 , fBasePath(basePath) in FontFamily() 94 const SkString fBasePath; member
|
D | SkFontMgr_android.cpp | 126 SkString pathName(family.fBasePath); in SkFontStyleSet_Android() 253 SkString base(custom->fBasePath); in SkFontMgr_Android() 263 SkString base(custom->fBasePath); in SkFontMgr_Android() 518 custom->fBasePath, in SkFontMgr_New_Android()
|
D | SkFontConfigParser_android.cpp | 92 , fBasePath(basePath) in FamilyData() 105 const SkString& fBasePath; // The current base path. member 223 FontFamily* family = new FontFamily(self->fBasePath, true); in __anona6e2ef2f0402() 306 FontFamily* family = new FontFamily(targetFamily->fBasePath, self->fIsFallback); in __anona6e2ef2f0702() 438 self->fCurrentFamily.reset(new FontFamily(self->fBasePath, self->fIsFallback)); in __anona6e2ef2f1002()
|
/external/skia/include/ports/ |
D | SkFontMgr_android.h | 26 const char* fBasePath; member
|
/external/skia/tests/ |
D | FontConfigParser.cpp | 79 SkDebugf(" basePath %s\n", fontFamilies[i]->fBasePath.c_str()); in DumpLoadedFonts()
|