Searched refs:xRadius (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/cairo/
H A DPathCairo.cpp234 float xRadius = .5 * rect.width(); local
235 cairo_translate(cr, rect.x() + xRadius, rect.y() + yRadius);
236 cairo_scale(cr, xRadius, yRadius);
H A DGraphicsContextCairo.cpp360 float xRadius = .5 * rect.width(); local
361 cairo_translate(cr, rect.x() + xRadius, rect.y() + yRadius);
362 cairo_scale(cr, xRadius, yRadius);

Completed in 24 milliseconds