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

  /external/webkit/Source/WebCore/svg/
SVGFEMorphologyElement.cpp 155 float yRadius = radiusY();
160 if (xRadius < 0 || yRadius < 0)
163 RefPtr<FilterEffect> effect = FEMorphology::create(filter, static_cast<MorphologyOperatorType>(_operator()), xRadius, yRadius);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 262 float yRadius = .5 * rect.height();
264 cairo_translate(cr, rect.x() + xRadius, rect.y() + yRadius);
265 cairo_scale(cr, xRadius, yRadius);
GraphicsContextCairo.cpp 379 float yRadius = .5 * rect.height();
381 cairo_translate(cr, rect.x() + xRadius, rect.y() + yRadius);
382 cairo_scale(cr, xRadius, yRadius);
    [all...]

Completed in 136 milliseconds