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

/external/chromium_org/third_party/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/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/chromium_org/third_party/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/skia/include/gpu/
H A DGrGlyph.h27 PackedID fPackedID; member in struct:GrGlyph
34 fPackedID = packed;
49 uint16_t glyphID() const { return UnpackID(fPackedID); }

Completed in 132 milliseconds