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

/external/skia/src/ports/
H A DSkFontHost_fontconfig.cpp52 static std::map<uint32_t, SkTypeface *> global_fc_typefaces; variable
297 global_fc_typefaces[id] = typeface;
320 return global_fc_typefaces.find(uniqueID) != global_fc_typefaces.end();

Completed in 42 milliseconds