Searched refs:getPackedGlyphImage (Results 1 – 7 of 7) sorted by relevance
/external/skia/include/gpu/ |
D | GrFontScaler.h | 30 virtual bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height,
|
D | SkGr.h | 116 virtual bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height,
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | GrFontScaler.h | 71 bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height,
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrFontScaler.cpp | 133 bool GrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed, in getPackedGlyphImage() function in GrFontScaler
|
D | GrTextStrike.cpp | 331 if (!scaler->getPackedGlyphImage(glyph->fPackedID, glyph->width(), in addGlyphToAtlas()
|
/external/skia/src/gpu/ |
D | SkGrFontScaler.cpp | 151 bool SkGrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed, in getPackedGlyphImage() function in SkGrFontScaler
|
D | GrTextStrike.cpp | 309 if (!scaler->getPackedGlyphImage(glyph->fPackedID, glyph->width(), in addGlyphToAtlas()
|