Searched refs:fontSetCache (Results 1 – 1 of 1) sorted by relevance
293 std::list<std::string> fontSetCache; in SetFontDescriptor() local313 if (std::find(fontSetCache.begin(), fontSetCache.end(), fontName) == fontSetCache.end()) { in SetFontDescriptor()314 fontSetCache.push_back(fontName); in SetFontDescriptor()