Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1611 SkGlyphID encodedGlyph = multiByteGlyphs ? gid : font->glyphToPDFFontEncoding(gid); in internalDrawText() local
1612 glyphPositioner.writeGlyph(xy, advance, encodedGlyph); in internalDrawText()