Searched defs:idy (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DPathCoverageTest.cpp30 int idy = SkAbs32(SkScalarRound(dy)); local
31 if (idx > idy) {
32 idx += idy >> 1;
34 idx = idy + (idx >> 1);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.cpp365 const int idy = SkAbs32(point2.y() - point1.y()); local
368 if (setupPaintStroke(&paint, 0, !idy) && (!idx || !idy)) {
377 if (!idy) { // Horizontal
384 bounds.set(x - radius, y, x + radius, y + SkIntToScalar(idy));
388 count = idy;

Completed in 85 milliseconds