Searched refs:UnpackID (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrGlyph.h49 uint16_t glyphID() const { return UnpackID(fPackedID); }
72 static inline uint16_t UnpackID(PackedID packed) { function in struct:GrGlyph
/external/skia/include/gpu/
H A DGrGlyph.h49 uint16_t glyphID() const { return UnpackID(fPackedID); }
72 static inline uint16_t UnpackID(PackedID packed) { function in struct:GrGlyph
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGrFontScaler.cpp107 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
116 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
154 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
206 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
/external/skia/src/gpu/
H A DSkGrFontScaler.cpp107 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
116 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
154 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
206 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),

Completed in 198 milliseconds