HomeSort by relevance Sort by last modified time
    Searched refs:fPackedID (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrTextStrike_impl.h 81 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;
GrTextStrike.cpp 185 if (!scaler->getPackedGlyphImage(glyph->fPackedID, glyph->width(),
  /external/skia/include/gpu/
GrGlyph.h 30 PackedID fPackedID;
37 fPackedID = packed;
52 uint16_t glyphID() const { return UnpackID(fPackedID); }

Completed in 303 milliseconds