Home
last modified time | relevance | path

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

/external/fonttools/Tests/pens/
Dutils.py89 self.appendGlyph(glyph)
91 def appendGlyph(self, glyph): member in DummyGlyph
173 def appendGlyph(self, glyph): member in DummyPointGlyph
/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()