OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fBasePath
(Results
1 - 4
of
4
) 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_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));
Completed in 353 milliseconds