Home
last modified time | relevance | path

Searched refs:GrFontScaler (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/gpu/text/
DGrFontScaler.cpp16 GrFontScaler::GrFontScaler(SkGlyphCache* strike) { in GrFontScaler() function in GrFontScaler
21 GrFontScaler::~GrFontScaler() { in ~GrFontScaler()
25 GrMaskFormat GrFontScaler::getMaskFormat() const { in getMaskFormat()
42 const GrFontDescKey* GrFontScaler::getKey() { in getKey()
49 GrMaskFormat GrFontScaler::getPackedGlyphMaskFormat(const SkGlyph& glyph) const { in getPackedGlyphMaskFormat()
66 bool GrFontScaler::getPackedGlyphBounds(const SkGlyph& glyph, SkIRect* bounds) { in getPackedGlyphBounds()
77 bool GrFontScaler::getPackedGlyphDFBounds(const SkGlyph& glyph, SkIRect* bounds) { in getPackedGlyphDFBounds()
115 bool GrFontScaler::getPackedGlyphImage(const SkGlyph& glyph, int width, int height, int dstRB, in getPackedGlyphImage()
170 bool GrFontScaler::getPackedGlyphDFImage(const SkGlyph& glyph, int width, int height, void* dst) { in getPackedGlyphDFImage()
199 const SkPath* GrFontScaler::getGlyphPath(const SkGlyph& glyph) { in getGlyphPath()
[all …]
DGrBatchFontCache.h34 GrFontScaler* scaler) { in getGlyph()
48 GrFontScaler* scaler) { in getGlyph()
66 bool addGlyphToAtlas(GrDrawBatch::Target*, GrGlyph*, GrFontScaler*,
94 GrGlyph* generateGlyph(const SkGlyph&, GrGlyph::PackedID, GrFontScaler*);
115 inline GrBatchTextStrike* getStrike(GrFontScaler* scaler) { in getStrike()
210 GrBatchTextStrike* generateStrike(GrFontScaler* scaler) { in generateStrike()
DGrFontScaler.h46 class GrFontScaler : public SkRefCnt {
48 explicit GrFontScaler(SkGlyphCache* strike);
49 virtual ~GrFontScaler();
DGrTextUtils.h20 class GrFontScaler; variable
87 static GrFontScaler* GetGrFontScaler(SkGlyphCache* cache);
98 GrColor color, GrFontScaler*);
103 GrFontScaler* scaler,
DGrTextUtils.cpp62 GrFontScaler* fontScaler = GrTextUtils::GetGrFontScaler(cache); in DrawBmpText()
104 GrFontScaler* fontScaler = GrTextUtils::GetGrFontScaler(cache); in DrawBmpPosText()
125 int vx, int vy, GrColor color, GrFontScaler* scaler) { in BmpAppendGlyph()
347 GrFontScaler* fontScaler = GrTextUtils::GetGrFontScaler(cache); in DrawDFPosText()
427 GrFontScaler* scaler, in DfAppendGlyph()
567 GrFontScaler* scaler = (GrFontScaler*)data; in glyph_cache_aux_proc()
571 GrFontScaler* GrTextUtils::GetGrFontScaler(SkGlyphCache* cache) { in GetGrFontScaler()
573 GrFontScaler* scaler = nullptr; in GetGrFontScaler()
576 scaler = (GrFontScaler*)auxData; in GetGrFontScaler()
579 scaler = new GrFontScaler(cache); in GetGrFontScaler()
DGrAtlasTextBlob.h162 GrFontScaler* scaler, const SkGlyph& skGlyph,
260 SkTypeface** typeface, GrFontScaler** scaler,
288 void appendLargeGlyph(GrGlyph* glyph, GrFontScaler* scaler, const SkGlyph& skGlyph,
492 SkTypeface** typeface, GrFontScaler** scaler,
DGrBatchFontCache.cpp174 GrFontScaler* scaler) { in generateGlyph()
207 GrFontScaler* scaler, in addGlyphToAtlas()
DGrAtlasTextBlob_regenInBatch.cpp146 SkTypeface** typeface, GrFontScaler** scaler, in regenInBatch()
258 SkTypeface** typeface, GrFontScaler** scaler, in regenInBatch()
DGrAtlasTextBlob.cpp72 GrFontScaler* scaler, const SkGlyph& skGlyph, in appendGlyph()
155 void GrAtlasTextBlob::appendLargeGlyph(GrGlyph* glyph, GrFontScaler* scaler, const SkGlyph& skGlyph, in appendLargeGlyph()
/external/skia/src/gpu/batches/
DGrAtlasTextBatch.cpp141 GrFontScaler* scaler = nullptr; in onPrepareDraws()
/external/skia/gyp/
Dgpu.gypi305 '<(skia_src_path)/gpu/text/GrFontScaler.cpp',
306 '<(skia_src_path)/gpu/text/GrFontScaler.h',
/external/skia/
DAndroid.mk490 src/gpu/text/GrFontScaler.cpp \
/external/skia/experimental/iOSSampleApp/iOSSampleApp.xcodeproj/
Dproject.pbxproj881 …122D40064D447 /* GrFontScaler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1992 260E039613B122D40064D447 /* GrFontScaler.h */,