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 33 const char* fBasePath;
  /external/skia/gm/
simpleaaclip.cpp 65 fBasePath.addRoundRect(fBase, SkIntToScalar(5), SkIntToScalar(5));
71 clip->setPath(fBasePath, nullptr, true);
109 canvas->clipPath(fBasePath, SkRegion::kReplace_Op, true);
190 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 154 SkString pathName(family.fBasePath);
288 SkString base(custom->fBasePath);
298 SkString base(custom->fBasePath);
585 custom->fBasePath,
SkFontMgr_android_parser.cpp 94 , fBasePath(basePath)
107 const SkString& fBasePath; // The current base path.
253 FontFamily* family = new FontFamily(self->fBasePath, true);
336 FontFamily* family = new FontFamily(targetFamily->fBasePath, self->fIsFallback);
468 self->fCurrentFamily.reset(new FontFamily(self->fBasePath, self->fIsFallback));
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 82 SkDebugf(" basePath %s\n", fontFamilies[i]->fBasePath.c_str());

Completed in 92 milliseconds