Home
last modified time | relevance | path

Searched refs:fCurrentFamily (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/ports/
H A DSkFontMgr_android_parser.cpp95 , fCurrentFamily(nullptr) in FamilyData()
108 std::unique_ptr<FontFamily> fCurrentFamily; // The family being created, owned by this member
109 FontFileInfo* fCurrentFontInfo; // The info being created, owned by fCurrentFamily
226 FontFileInfo& file = self->fCurrentFamily->fFonts.push_back();
255 self->fCurrentFamily->fallbackFamilies.find(fallbackFor);
258 new FontFamily(self->fCurrentFamily->fBasePath, true));
259 fallbackFamily = self->fCurrentFamily->fallbackFamilies.set(
261 (*fallbackFamily)->fLanguages = self->fCurrentFamily->fLanguages;
262 (*fallbackFamily)->fVariant = self->fCurrentFamily->fVariant;
263 (*fallbackFamily)->fOrder = self->fCurrentFamily
[all...]
H A DSkFontMgr_config_parser.cpp75 , fCurrentFamily(nullptr) in FamilyData()
88 std::unique_ptr<FontFamily> fCurrentFamily; // The family being created, owned by this member
89 FontFileInfo* fCurrentFontInfo; // The info being created, owned by fCurrentFamily
193 FontFileInfo& file = self->fCurrentFamily->fFonts.push_back();
222 self->fCurrentFamily->fallbackFamilies.find(fallbackFor);
225 new FontFamily(self->fCurrentFamily->fBasePath, true));
226 fallbackFamily = self->fCurrentFamily->fallbackFamilies.set(
228 (*fallbackFamily)->fLanguages = self->fCurrentFamily->fLanguages;
229 (*fallbackFamily)->fVariant = self->fCurrentFamily->fVariant;
230 (*fallbackFamily)->fOrder = self->fCurrentFamily
[all...]

Completed in 2 milliseconds