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

/external/skia/include/gpu/
H A DGrFontScaler.h23 class GrFontScaler : public SkRefCnt { class in inherits:SkRefCnt
25 SK_DECLARE_INST_COUNT(GrFontScaler)
/external/chromium_org/third_party/skia/include/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();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrFontScaler.cpp11 #include "GrFontScaler.h"
53 GrFontScaler::GrFontScaler(SkGlyphCache* strike) { function in class:GrFontScaler
58 GrFontScaler::~GrFontScaler() {
62 GrMaskFormat GrFontScaler::getMaskFormat() {
81 const GrFontDescKey* GrFontScaler::getKey() {
88 bool GrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed, SkIRect* bounds) {
97 bool GrFontScaler::getPackedGlyphDFBounds(GrGlyph::PackedID packed, SkIRect* bounds) {
133 bool GrFontScaler
[all...]

Completed in 102 milliseconds