HomeSort by relevance Sort by last modified time
    Searched refs:fBasePath (Results 1 - 6 of 6) sorted by null

  /external/skia/include/ports/
SkFontMgr_android.h 26 const char* fBasePath;
  /external/skia/gm/
simpleaaclip.cpp 66 fBasePath.addRoundRect(fBase, SkIntToScalar(5), SkIntToScalar(5));
72 clip->setPath(fBasePath, nullptr, true);
110 canvas->clipPath(fBasePath, true);
191 SkPath fBasePath; // fBase as a round rect
  /external/skia/src/ports/
SkFontMgr_android_parser.h 91 , fBasePath(basePath)
100 const SkString fBasePath;
SkFontMgr_android.cpp 157 SkString pathName(family.fBasePath);
266 SkString base(custom->fBasePath);
276 SkString base(custom->fBasePath);
547 custom->fBasePath,
SkFontMgr_android_parser.cpp 96 , fBasePath(basePath)
109 const SkString& fBasePath; // The current base path.
255 FontFamily* family = new FontFamily(self->fBasePath, true);
338 FontFamily* family = new FontFamily(targetFamily->fBasePath, self->fIsFallback);
470 self->fCurrentFamily.reset(new FontFamily(self->fBasePath, self->fIsFallback));
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 83 SkDebugf(" basePath %s\n", fontFamilies[i]->fBasePath.c_str());

Completed in 69 milliseconds