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

  /external/skia/include/ports/
SkFontMgr_android.h 26 const char* fBasePath;
  /external/skqp/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_parser.cpp 96 , fBasePath(basePath)
109 const SkString& fBasePath; // The current base path.
255 FontFamily* family = new FontFamily(self->fBasePath, true);
347 FontFamily* family = new FontFamily(targetFamily->fBasePath, self->fIsFallback);
486 self->fCurrentFamily.reset(new FontFamily(self->fBasePath, self->fIsFallback));
    [all...]
  /external/skqp/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/skqp/src/ports/
SkFontMgr_android_parser.h 91 , fBasePath(basePath)
100 const SkString fBasePath;
SkFontMgr_android_parser.cpp 96 , fBasePath(basePath)
109 const SkString& fBasePath; // The current base path.
255 FontFamily* family = new FontFamily(self->fBasePath, true);
347 FontFamily* family = new FontFamily(targetFamily->fBasePath, self->fIsFallback);
486 self->fCurrentFamily.reset(new FontFamily(self->fBasePath, self->fIsFallback));
    [all...]

Completed in 143 milliseconds