Lines Matching refs:littleRound
59 SkScalar littleRound(SkScalar a) {
87 ra = littleRound(a);
88 rb = littleRound(b);
1757 result.fHeight = littleRound(result.fHeight);
1758 result.fWidth = littleRound(result.fWidth);
2024 r.rect.fLeft = littleRound(r.rect.fLeft);
2025 r.rect.fRight = littleRound(r.rect.fRight);
2026 r.rect.fTop = littleRound(r.rect.fTop);
2027 r.rect.fBottom = littleRound(r.rect.fBottom);
2116 end = littleRound(end);
2210 clip.fLeft = littleRound(clip.fLeft);
2211 clip.fRight = littleRound(clip.fRight);
2212 clip.fTop = littleRound(clip.fTop);
2213 clip.fBottom = littleRound(clip.fBottom);