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

  /external/skia/include/gpu/
GrFontScaler.h 30 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, GrIRect* bounds) = 0;
31 virtual bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height,
GrGlyph.h 26 typedef uint32_t PackedID;
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) {
GrTextContext.h 31 void drawPackedGlyph(GrGlyph::PackedID, GrFixed left, GrFixed top,
SkGr.h 185 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, GrIRect* bounds);
186 virtual bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height,
  /external/skia/src/gpu/
GrTextStrike_impl.h 81 Key(GrGlyph::PackedID id) : fPackedID(id) {}
93 GrGlyph::PackedID fPackedID;
96 GrGlyph* GrTextStrike::getGlyph(GrGlyph::PackedID packed,
GrTextStrike.h 39 inline GrGlyph* getGlyph(GrGlyph::PackedID, GrFontScaler*);
66 GrGlyph* generateGlyph(GrGlyph::PackedID packed, GrFontScaler* scaler);
SkGrFontScaler.cpp 103 bool SkGrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed,
125 bool SkGrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed,
GrTextStrike.cpp 154 GrGlyph* GrTextStrike::generateGlyph(GrGlyph::PackedID packed,
GrTextContext.cpp 175 void GrTextContext::drawPackedGlyph(GrGlyph::PackedID packed,

Completed in 82 milliseconds