Home
last modified time | relevance | path

Searched refs:appendGlyph (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp330 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
DGrStencilAndCoverTextContext.h95 void appendGlyph(const SkGlyph&, const SkPoint&, FallbackBlobBuilder*);
DGrTextUtils.cpp152 blob->appendGlyph(runIndex, r, color, *strike, glyph, scaler, skGlyph, in BmpAppendGlyph()
461 blob->appendGlyph(runIndex, glyphRect, color, *strike, glyph, scaler, skGlyph, in DfAppendGlyph()
DGrAtlasTextBlob.h157 void appendGlyph(int runIndex,
DGrAtlasTextBlob.cpp67 void GrAtlasTextBlob::appendGlyph(int runIndex, in appendGlyph() function in GrAtlasTextBlob