Searched refs:PackedID (Results 1 - 9 of 9) sorted by relevance

/external/skia/include/gpu/
H A DGrGlyph.h26 typedef uint32_t PackedID; typedef in struct:GrGlyph
30 PackedID fPackedID;
34 void init(GrGlyph::PackedID packed, const GrIRect& bounds) {
61 static inline PackedID Pack(uint16_t glyphID, GrFixed x, GrFixed y) {
67 static inline GrFixed UnpackFixedX(PackedID packed) {
71 static inline GrFixed UnpackFixedY(PackedID packed) {
75 static inline uint16_t UnpackID(PackedID packed) {
H A DGrFontScaler.h32 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, GrIRect* bounds) = 0;
33 virtual bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height,
H A DGrTextContext.h29 void drawPackedGlyph(GrGlyph::PackedID, GrFixed left, GrFixed top,
H A DSkGr.h97 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, GrIRect* bounds);
98 virtual bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height,
/external/skia/src/gpu/
H A DGrTextStrike_impl.h81 Key(GrGlyph::PackedID id) : fPackedID(id) {}
93 GrGlyph::PackedID fPackedID;
96 GrGlyph* GrTextStrike::getGlyph(GrGlyph::PackedID packed,
H A DGrTextStrike.h39 inline GrGlyph* getGlyph(GrGlyph::PackedID, GrFontScaler*);
66 GrGlyph* generateGlyph(GrGlyph::PackedID packed, GrFontScaler* scaler);
H A DSkGrFontScaler.cpp103 bool SkGrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed,
139 bool SkGrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed,
H A DGrTextStrike.cpp160 GrGlyph* GrTextStrike::generateGlyph(GrGlyph::PackedID packed,
H A DGrTextContext.cpp121 void GrTextContext::drawPackedGlyph(GrGlyph::PackedID packed,

Completed in 86 milliseconds