Home
last modified time | relevance | path

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

/external/skia/src/xps/
DSkXPSDevice.cpp2061 XPS_GLYPH_INDEX* xpsGlyph = fXpsGlyphs->append(); in operator ()() local
2064 xpsGlyph->index = glyphID; in operator ()()
2066 xpsGlyph->advanceWidth = 0.0f; in operator ()()
2067 xpsGlyph->horizontalOffset = SkScalarToFloat(x) * fCentemPerUnit; in operator ()()
2068 xpsGlyph->verticalOffset = SkScalarToFloat(y) * -fCentemPerUnit; in operator ()()
2072 xpsGlyph->advanceWidth = 0.0f; in operator ()()
2073 xpsGlyph->horizontalOffset = (SkScalarToFloat(x) * fCentemPerUnit) in operator ()()
2075 xpsGlyph->verticalOffset = (SkScalarToFloat(y) * -fCentemPerUnit) in operator ()()