Home
last modified time | relevance | path

Searched refs:centerPoint (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/svg/
DSVGRadialGradientElement.cpp111 FloatPoint centerPoint = FloatPoint::narrowPrecision(attributes.cx(), attributes.cy()); in buildGradient() local
116 centerPoint, in buildGradient()
135 radialGradient->setGradientCenter(centerPoint); in buildGradient()
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1273 IntPoint centerPoint = rectCenterPoint(rectWin); in fillRoundedRect() local
1276 clipRect.right = centerPoint.x(); in fillRoundedRect()
1277 clipRect.bottom = centerPoint.y(); in fillRoundedRect()
1286 clipRect.left = centerPoint.x(); in fillRoundedRect()
1287 clipRect.bottom = centerPoint.y(); in fillRoundedRect()
1293 clipRect.right = centerPoint.x(); in fillRoundedRect()
1294 clipRect.top = centerPoint.y(); in fillRoundedRect()
1300 clipRect.left = centerPoint.x(); in fillRoundedRect()
1301 clipRect.top = centerPoint.y(); in fillRoundedRect()
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.mm876 CGPoint centerPoint = CGPointMake(m_size.width() / 2.0f, m_size.height() / 2.0f);
877 [m_layer.get() setPosition:centerPoint];