Searched refs:horizontalOffset (Results 1 – 3 of 3) sorted by relevance
183 SkScalar horizontalOffset() const { return fHorizontalOffset; } in horizontalOffset() function
1947 xpsGlyph->horizontalOffset = SkScalarToFloat(x) * fCentemPerUnit;1953 xpsGlyph->horizontalOffset = (SkScalarToFloat(x) * fCentemPerUnit)1954 - first.horizontalOffset;2010 xpsGlyphs[0].horizontalOffset / centemPerUnit,2013 xpsGlyphs[0].horizontalOffset = 0.0f;
1938 xpsGlyph.horizontalOffset = (SkScalarToFloat(position.fX) * centemPerUnit); in onDrawGlyphRunList()