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

  /external/webkit/Source/WebCore/svg/
SVGFEMorphologyElement.cpp 154 float xRadius = radiusX();
160 if (xRadius < 0 || yRadius < 0)
163 RefPtr<FilterEffect> effect = FEMorphology::create(filter, static_cast<MorphologyOperatorType>(_operator()), xRadius, yRadius);
  /external/skia/src/gpu/
GrContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 263 float xRadius = .5 * rect.width();
264 cairo_translate(cr, rect.x() + xRadius, rect.y() + yRadius);
265 cairo_scale(cr, xRadius, yRadius);
GraphicsContextCairo.cpp 380 float xRadius = .5 * rect.width();
381 cairo_translate(cr, rect.x() + xRadius, rect.y() + yRadius);
382 cairo_scale(cr, xRadius, yRadius);
    [all...]

Completed in 66 milliseconds