Searched refs:appendGlyph (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrStencilAndCoverTextContext.cpp | 330 void appendGlyph(uint16_t glyphId, const SkPoint& pos); 490 this->appendGlyph(glyph, SkPoint::Make(SkFixedToScalar(fx), SkFixedToScalar(fy)), in setText() 527 this->appendGlyph(glyph, loc, &fallback); in setPosText() 552 inline void GrStencilAndCoverTextContext::TextRun::appendGlyph(const SkGlyph& glyph, in appendGlyph() function in GrStencilAndCoverTextContext::TextRun 560 fallback->appendGlyph(glyph.getGlyphID(), pos); in appendGlyph() 674 void GrStencilAndCoverTextContext::FallbackBlobBuilder::appendGlyph(uint16_t glyphId, in appendGlyph() function in GrStencilAndCoverTextContext::FallbackBlobBuilder
|
D | GrStencilAndCoverTextContext.h | 95 void appendGlyph(const SkGlyph&, const SkPoint&, FallbackBlobBuilder*);
|
D | GrTextUtils.cpp | 152 blob->appendGlyph(runIndex, r, color, *strike, glyph, scaler, skGlyph, in BmpAppendGlyph() 461 blob->appendGlyph(runIndex, glyphRect, color, *strike, glyph, scaler, skGlyph, in DfAppendGlyph()
|
D | GrAtlasTextBlob.h | 157 void appendGlyph(int runIndex,
|
D | GrAtlasTextBlob.cpp | 67 void GrAtlasTextBlob::appendGlyph(int runIndex, in appendGlyph() function in GrAtlasTextBlob
|