Searched refs:xpsGlyph (Results 1 – 1 of 1) sorted by relevance
2077 XPS_GLYPH_INDEX* xpsGlyph = fXpsGlyphs->append(); in operator ()() local2080 xpsGlyph->index = glyphID; in operator ()()2082 xpsGlyph->advanceWidth = 0.0f; in operator ()()2083 xpsGlyph->horizontalOffset = SkScalarToFloat(x) * fCentemPerUnit; in operator ()()2084 xpsGlyph->verticalOffset = SkScalarToFloat(y) * -fCentemPerUnit; in operator ()()2088 xpsGlyph->advanceWidth = 0.0f; in operator ()()2089 xpsGlyph->horizontalOffset = (SkScalarToFloat(x) * fCentemPerUnit) in operator ()()2091 xpsGlyph->verticalOffset = (SkScalarToFloat(y) * -fCentemPerUnit) in operator ()()