Searched refs:fCurrentFontInfo (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_config_parser.cpp | 75 , fCurrentFontInfo(nullptr) in FamilyData() 88 FontFileInfo* fCurrentFontInfo; // The info being created, owned by fCurrentFamily member 140 FontFileInfo& file = *self->fCurrentFontInfo; in __anon95dae3db0202() 193 self->fCurrentFontInfo = &file; in __anon95dae3db0302() 232 self->fCurrentFontInfo = &(*fallbackFamily)->fFonts.emplace_back(file); in __anon95dae3db0302() 237 trim_string(&self->fCurrentFontInfo->fFileName); in __anon95dae3db0402() 248 self->fCurrentFontInfo->fFileName.append(s, len); in __anon95dae3db0602()
|
D | SkFontMgr_android_parser.cpp | 94 , fCurrentFontInfo(nullptr) in FamilyData() 107 FontFileInfo* fCurrentFontInfo; // The info being created, owned by fCurrentFamily member 155 FontFileInfo& file = *self->fCurrentFontInfo; in __anondb75c2460102() 208 self->fCurrentFontInfo = &file; in __anondb75c2460202() 247 self->fCurrentFontInfo = &(*fallbackFamily)->fFonts.emplace_back(file); in __anondb75c2460202() 252 trim_string(&self->fCurrentFontInfo->fFileName); in __anondb75c2460302() 263 self->fCurrentFontInfo->fFileName.append(s, len); in __anondb75c2460502() 452 self->fCurrentFontInfo = &newFileInfo; in __anondb75c2460c02() 458 self->fCurrentFontInfo->fFileName.append(s, len); in __anondb75c2460d02()
|
/third_party/skia/src/ports/ |
D | SkFontMgr_android_parser.cpp | 96 , fCurrentFontInfo(nullptr) in FamilyData() 109 FontFileInfo* fCurrentFontInfo; // The info being created, owned by fCurrentFamily member 174 FontFileInfo& file = *self->fCurrentFontInfo; in __anon753779d10102() 227 self->fCurrentFontInfo = &file; in __anon753779d10202() 266 self->fCurrentFontInfo = &(*fallbackFamily)->fFonts.emplace_back(file); in __anon753779d10202() 271 trim_string(&self->fCurrentFontInfo->fFileName); in __anon753779d10302() 282 self->fCurrentFontInfo->fFileName.append(s, len); in __anon753779d10502() 462 self->fCurrentFontInfo = &newFileInfo; in __anon753779d10c02() 468 self->fCurrentFontInfo->fFileName.append(s, len); in __anon753779d10d02()
|