Searched refs:GrFontScaler (Results 1 – 13 of 13) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrFontScaler.cpp | 16 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 …]
|
D | GrBatchFontCache.h | 34 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()
|
D | GrFontScaler.h | 46 class GrFontScaler : public SkRefCnt { 48 explicit GrFontScaler(SkGlyphCache* strike); 49 virtual ~GrFontScaler();
|
D | GrTextUtils.h | 20 class GrFontScaler; variable 87 static GrFontScaler* GetGrFontScaler(SkGlyphCache* cache); 98 GrColor color, GrFontScaler*); 103 GrFontScaler* scaler,
|
D | GrTextUtils.cpp | 62 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()
|
D | GrAtlasTextBlob.h | 162 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,
|
D | GrBatchFontCache.cpp | 174 GrFontScaler* scaler) { in generateGlyph() 207 GrFontScaler* scaler, in addGlyphToAtlas()
|
D | GrAtlasTextBlob_regenInBatch.cpp | 146 SkTypeface** typeface, GrFontScaler** scaler, in regenInBatch() 258 SkTypeface** typeface, GrFontScaler** scaler, in regenInBatch()
|
D | GrAtlasTextBlob.cpp | 72 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/ |
D | GrAtlasTextBatch.cpp | 141 GrFontScaler* scaler = nullptr; in onPrepareDraws()
|
/external/skia/gyp/ |
D | gpu.gypi | 305 '<(skia_src_path)/gpu/text/GrFontScaler.cpp', 306 '<(skia_src_path)/gpu/text/GrFontScaler.h',
|
/external/skia/ |
D | Android.mk | 490 src/gpu/text/GrFontScaler.cpp \
|
/external/skia/experimental/iOSSampleApp/iOSSampleApp.xcodeproj/ |
D | project.pbxproj | 881 …122D40064D447 /* GrFontScaler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1992 260E039613B122D40064D447 /* GrFontScaler.h */,
|