OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDefaultFamily
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/ports/
SkFontMgr_custom.cpp
116
SkFontMgr_Custom::SkFontMgr_Custom(const SystemFontLoader& loader) :
fDefaultFamily
(nullptr) {
136
fDefaultFamily
= set.get();
139
if (nullptr ==
fDefaultFamily
) {
140
fDefaultFamily
= fFamilies[0].get();
254
tf =
fDefaultFamily
->matchStyle(style);
SkFontMgr_custom.h
154
SkFontStyleSet_Custom*
fDefaultFamily
;
Completed in 268 milliseconds