Searched refs:FaceGlyphsKey (Results 1 – 3 of 3) sorted by relevance
264 ByteString FaceGlyphsKey(keygen.key_, keygen.key_len_); in LoadGlyphBitmap() local273 return LookUpGlyphBitmap(pFont, matrix, FaceGlyphsKey, glyph_index, in LoadGlyphBitmap()280 auto it = m_SizeMap.find(FaceGlyphsKey); in LoadGlyphBitmap()303 m_SizeMap[FaceGlyphsKey] = std::move(cache); in LoadGlyphBitmap()341 const ByteString& FaceGlyphsKey, in LookUpGlyphBitmap() argument347 auto it = m_SizeMap.find(FaceGlyphsKey); in LookUpGlyphBitmap()349 m_SizeMap[FaceGlyphsKey] = SizeGlyphCache(); in LookUpGlyphBitmap()350 pSizeCache = &(m_SizeMap[FaceGlyphsKey]); in LookUpGlyphBitmap()
75 const ByteString& FaceGlyphsKey,
98 ByteString FaceGlyphsKey(keygen.m_Key, keygen.m_KeyLen); in LoadGlyph() local100 auto it = m_SizeMap.find(FaceGlyphsKey); in LoadGlyph()104 m_SizeMap[FaceGlyphsKey] = std::move(pNew); in LoadGlyph()