Searched defs:GrFontScaler (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrFontScaler.h20 * for GrFontScaler-related lookups
61 class GrFontScaler : public SkRefCnt { class in inherits:SkRefCnt
63 SK_DECLARE_INST_COUNT(GrFontScaler)
65 explicit GrFontScaler(SkGlyphCache* strike);
66 virtual ~GrFontScaler();
H A DGrFontScaler.cpp11 #include "GrFontScaler.h"
53 GrFontScaler::GrFontScaler(SkGlyphCache* strike) { function in class:GrFontScaler
58 GrFontScaler::~GrFontScaler() {
62 GrMaskFormat GrFontScaler::getMaskFormat() const {
79 const GrFontDescKey* GrFontScaler::getKey() {
86 GrMaskFormat GrFontScaler::getPackedGlyphMaskFormat(GrGlyph::PackedID packed) const {
106 bool GrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed, SkIRect* bounds) {
115 bool GrFontScaler
[all...]

Completed in 105 milliseconds