Home
last modified time | relevance | path

Searched refs:global_fc_map_inverted (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/ports/
DSkFontHost_fontconfig.cpp25 static std::map<unsigned, std::string> global_fc_map_inverted; variable
40 global_fc_map_inverted[fileid] = filename; in FileIdFromFilename()
136 std::map<unsigned, std::string>::const_iterator i = global_fc_map_inverted.find(fileid); in CreateTypeface()
137 if (i == global_fc_map_inverted.end()) { in CreateTypeface()
212 std::map<unsigned, std::string>::const_iterator i = global_fc_map_inverted.find(fileid); in OpenStream()
213 if (i == global_fc_map_inverted.end()) { in OpenStream()
224 std::map<unsigned, std::string>::const_iterator i = global_fc_map_inverted.find(fileid); in GetFileName()
225 if (i == global_fc_map_inverted.end()) { in GetFileName()
/external/skia/legacy/src/ports/
DSkFontHost_fontconfig.cpp43 static std::map<unsigned, std::string> global_fc_map_inverted; variable
201 global_fc_map_inverted[fileid] = filename; in FileIdFromFilename()
230 global_fc_map_inverted.find(fileid); in CreateTypeface()
231 if (i == global_fc_map_inverted.end()) in CreateTypeface()
313 global_fc_map_inverted.find(fileid); in OpenStream()
314 if (i == global_fc_map_inverted.end()) in OpenStream()
326 global_fc_map_inverted.find(fileid); in GetFileName()
327 if (i == global_fc_map_inverted.end()) { in GetFileName()