Home
last modified time | relevance | path

Searched refs:yRadius (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/cairo/
DPathCairo.cpp237 float yRadius = .5 * rect.height(); in addEllipse() local
239 cairo_translate(cr, rect.x() + xRadius, rect.y() + yRadius); in addEllipse()
240 cairo_scale(cr, xRadius, yRadius); in addEllipse()
DGraphicsContextCairo.cpp302 float yRadius = .5 * rect.height(); in drawEllipse() local
304 cairo_translate(cr, rect.x() + xRadius, rect.y() + yRadius); in drawEllipse()
305 cairo_scale(cr, xRadius, yRadius); in drawEllipse()