Searched refs:BitmapGlyphKey (Results 1 – 2 of 2) sorted by relevance
52 struct BitmapGlyphKey { struct65 SkTHashMap<BitmapGlyphKey, BitmapGlyph> fBitmapGlyphImages; argument68 inline bool operator==(const SkPDFCanon::BitmapGlyphKey& u, const SkPDFCanon::BitmapGlyphKey& v) {69 return memcmp(&u, &u, sizeof(SkPDFCanon::BitmapGlyphKey)) == 0;
1624 SkTHashMap<SkPDFCanon::BitmapGlyphKey, SkPDFCanon::BitmapGlyph>* map = in internalDrawText()1627 SkPDFCanon::BitmapGlyphKey key = {typeface->uniqueID(), in internalDrawText()