Searched refs:fPackedID (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrGlyph.h28 PackedID fPackedID; member in struct:GrGlyph
35 fPackedID = packed;
50 uint16_t glyphID() const { return UnpackID(fPackedID); }
78 return glyph.fPackedID;
/external/skia/src/gpu/
H A DGrTextStrike_impl.h81 Key(GrGlyph::PackedID id) : fPackedID(id) {}
83 uint32_t getHash() const { return fPackedID; }
86 return glyph.fPackedID < key.fPackedID;
89 return glyph.fPackedID == key.fPackedID;
93 GrGlyph::PackedID fPackedID; member in class:GrTextStrike::Key
H A DGrTextStrike.cpp303 if (!scaler->getPackedGlyphDFImage(glyph->fPackedID, glyph->width(),
309 if (!scaler->getPackedGlyphImage(glyph->fPackedID, glyph->width(),
/external/skia/include/gpu/
H A DGrGlyph.h27 PackedID fPackedID; member in struct:GrGlyph
34 fPackedID = packed;
49 uint16_t glyphID() const { return UnpackID(fPackedID); }
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.cpp314 SkASSERT(fCache.find(glyph->fPackedID));
325 if (!scaler->getPackedGlyphDFImage(glyph->fPackedID, glyph->width(),
331 if (!scaler->getPackedGlyphImage(glyph->fPackedID, glyph->width(),

Completed in 250 milliseconds