Searched refs:textSizeX (Results 1 – 2 of 2) sorted by relevance
663 double textSizeX = run.fFont.getSize() / scaleX * run.fFont.getScaleX(); in shape() local669 glyph.fOffset.fX = pos[i].x_offset * textSizeX; in shape()671 glyph.fAdvance.fX = pos[i].x_advance * textSizeX; in shape()
1393 double textSizeX = run.fFont.getSize() / scaleX * run.fFont.getScaleX(); in shape() local1399 glyph.fOffset.fX = pos[i].x_offset * textSizeX; in shape()1401 glyph.fAdvance.fX = pos[i].x_advance * textSizeX; in shape()