Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrTextBlob.h287 void appendGlyph(GrGlyph* glyph, SkRect dstRect);
/external/skqp/src/core/
DSkGlyphRunPainter.cpp599 void GrTextBlob::SubRun::appendGlyph(GrGlyph* glyph, SkRect dstRect) { in appendGlyph() function in GrTextBlob::SubRun
657 subRun->appendGlyph(glyph, destRect); in switchSubRunIfNeededAndAppendGlyph()