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

  /external/skia/include/gpu/
GrGlyph.h 52 uint16_t glyphID() const { return UnpackID(fPackedID); }
75 static inline uint16_t UnpackID(PackedID packed) {
  /external/skia/src/gpu/
SkGrFontScaler.cpp 105 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
128 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),

Completed in 38 milliseconds