Searched defs:SkGrFontScaler (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DSkGr.h80 class SkGrFontScaler : public GrFontScaler { class in inherits:GrFontScaler
82 explicit SkGrFontScaler(SkGlyphCache* strike);
83 virtual ~SkGrFontScaler();
96 // DECLARE_INSTANCE_COUNTER(SkGrFontScaler);
/external/skia/include/gpu/
H A DSkGr.h80 class SkGrFontScaler : public GrFontScaler { class in inherits:GrFontScaler
82 explicit SkGrFontScaler(SkGlyphCache* strike);
83 virtual ~SkGrFontScaler();
96 // DECLARE_INSTANCE_COUNTER(SkGrFontScaler);
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGrFontScaler.cpp70 SkGrFontScaler::SkGrFontScaler(SkGlyphCache* strike) { function in class:SkGrFontScaler
75 SkGrFontScaler::~SkGrFontScaler() {
79 GrMaskFormat SkGrFontScaler::getMaskFormat() {
96 const GrKey* SkGrFontScaler::getKey() {
103 bool SkGrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed,
139 bool SkGrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed,
192 bool SkGrFontScaler::getGlyphPath(uint16_t glyphID, SkPath* path) {
/external/skia/src/gpu/
H A DSkGrFontScaler.cpp70 SkGrFontScaler::SkGrFontScaler(SkGlyphCache* strike) { function in class:SkGrFontScaler
75 SkGrFontScaler::~SkGrFontScaler() {
79 GrMaskFormat SkGrFontScaler::getMaskFormat() {
96 const GrKey* SkGrFontScaler::getKey() {
103 bool SkGrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed,
139 bool SkGrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed,
192 bool SkGrFontScaler::getGlyphPath(uint16_t glyphID, SkPath* path) {

Completed in 107 milliseconds