Home
last modified time | relevance | path

Searched refs:xpsGlyph (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/xps/
H A DSkXPSDevice.cpp1935 XPS_GLYPH_INDEX& xpsGlyph = xpsGlyphs[actualGlyphCount++]; in onDrawGlyphRunList() local
1936 xpsGlyph.index = glyphIDs[i]; in onDrawGlyphRunList()
1937 xpsGlyph.advanceWidth = 0.0f; in onDrawGlyphRunList()
1938 xpsGlyph.horizontalOffset = (SkScalarToFloat(position.fX) * centemPerUnit); in onDrawGlyphRunList()
1939 xpsGlyph.verticalOffset = (SkScalarToFloat(position.fY) * -centemPerUnit); in onDrawGlyphRunList()
1940 typeface->glyphsUsed.set(xpsGlyph.index); in onDrawGlyphRunList()

Completed in 4 milliseconds