HomeSort by relevance Sort by last modified time
    Searched refs:reverseScaleFactor (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 409 float reverseScaleFactor = w / h;
422 cairo_arc_negative(cr, x + hRadius, (y + vRadius) * reverseScaleFactor, hRadius, -fa * M_PI/180, -falen * M_PI/180);
425 cairo_scale(cr, 1., reverseScaleFactor);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 329 float reverseScaleFactor = w / h;
340 CGContextAddArc(context, x + hRadius, (y + vRadius) * reverseScaleFactor, hRadius, start, end, true);
343 scale(FloatSize(1, reverseScaleFactor));
    [all...]

Completed in 29 milliseconds