Home
last modified time | relevance | path

Searched refs:getPackedGlyphImage (Results 1 – 7 of 7) sorted by relevance

/external/skia/include/gpu/
DGrFontScaler.h30 virtual bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height,
DSkGr.h116 virtual bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height,
/external/chromium_org/third_party/skia/include/gpu/
DGrFontScaler.h71 bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height,
/external/chromium_org/third_party/skia/src/gpu/
DGrFontScaler.cpp133 bool GrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed, in getPackedGlyphImage() function in GrFontScaler
DGrTextStrike.cpp331 if (!scaler->getPackedGlyphImage(glyph->fPackedID, glyph->width(), in addGlyphToAtlas()
/external/skia/src/gpu/
DSkGrFontScaler.cpp151 bool SkGrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed, in getPackedGlyphImage() function in SkGrFontScaler
DGrTextStrike.cpp309 if (!scaler->getPackedGlyphImage(glyph->fPackedID, glyph->width(), in addGlyphToAtlas()