Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFCanon.h52 struct BitmapGlyphKey { struct
65 SkTHashMap<BitmapGlyphKey, BitmapGlyph> fBitmapGlyphImages; argument
68 inline bool operator==(const SkPDFCanon::BitmapGlyphKey& u, const SkPDFCanon::BitmapGlyphKey& v) {
69 return memcmp(&u, &u, sizeof(SkPDFCanon::BitmapGlyphKey)) == 0;
DSkPDFDevice.cpp1624 SkTHashMap<SkPDFCanon::BitmapGlyphKey, SkPDFCanon::BitmapGlyph>* map = in internalDrawText()
1627 SkPDFCanon::BitmapGlyphKey key = {typeface->uniqueID(), in internalDrawText()