Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp312 void appendGlyph(uint16_t glyphId, const SkPoint& pos);
484 this->appendGlyph(glyph, SkPoint::Make(x, y), &fallback); in setText()
522 this->appendGlyph(glyph, loc, &fallback); in setPosText()
551 inline void GrStencilAndCoverTextContext::TextRun::appendGlyph(const SkGlyph& glyph, in appendGlyph() function in GrStencilAndCoverTextContext::TextRun
559 fallback->appendGlyph(glyph.getGlyphID(), pos); in appendGlyph()
675 void GrStencilAndCoverTextContext::FallbackBlobBuilder::appendGlyph(uint16_t glyphId, in appendGlyph() function in GrStencilAndCoverTextContext::FallbackBlobBuilder
DGrStencilAndCoverTextContext.h93 void appendGlyph(const SkGlyph&, const SkPoint&, FallbackBlobBuilder*);
DGrTextUtils.cpp175 blob->appendGlyph(runIndex, r, color, *strike, glyph, cache, skGlyph, in BmpAppendGlyph()
480 blob->appendGlyph(runIndex, glyphRect, color, *strike, glyph, glyphCache, skGlyph, in DfAppendGlyph()
DGrAtlasTextBlob.h163 void appendGlyph(int runIndex,
DGrAtlasTextBlob.cpp71 void GrAtlasTextBlob::appendGlyph(int runIndex, in appendGlyph() function in GrAtlasTextBlob