Lines Matching defs:realWidth
2140 SkScalar realWidth = 0;
2147 realWidth += advance;
2149 realWidth -= ((advance - (bounds.right() - bounds.left())) / 2);
2152 realWidth -= ((advance - (bounds.right() - bounds.left())) / 2);
2157 fGlyphsBoundsRight = realWidth + fGlyphsBoundsLeft;
2181 float realWidth = 0;
2188 realWidth += advance;
2190 realWidth -= ((advance - (bounds.GetRight() - bounds.GetLeft())) / 2);
2193 realWidth -= ((advance - (bounds.GetRight() - bounds.GetLeft())) / 2);
2198 fGlyphsBoundsRight = realWidth + fGlyphsBoundsLeft;