Home
last modified time | relevance | path

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

/external/skia/gm/
Dsimpleaaclip.cpp65 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/
DSkFontConfigParser_android.h85 , fBasePath(basePath) in FontFamily()
94 const SkString fBasePath; member
DSkFontMgr_android.cpp126 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()
DSkFontConfigParser_android.cpp92 , 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/
DSkFontMgr_android.h26 const char* fBasePath; member
/external/skia/tests/
DFontConfigParser.cpp79 SkDebugf(" basePath %s\n", fontFamilies[i]->fBasePath.c_str()); in DumpLoadedFonts()