Home
last modified time | relevance | path

Searched defs:centerPoint (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceRadialGradient.cpp54 FloatPoint centerPoint; in buildGradient() local
DSVGRenderTreeAsText.cpp634 FloatPoint centerPoint; in writeSVGResourceContainer() local
/external/webkit/Source/WebCore/svg/
DSVGRadialGradientElement.cpp221 …st RadialGradientAttributes& attributes, FloatPoint& focalPoint, FloatPoint& centerPoint, float& r… in calculateFocalCenterPointsAndRadius()
DSVGPathParser.cpp442 FloatPoint centerPoint = FloatPoint(0.5f * (point1.x() + point2.x()) - delta.height(), in decomposeArcToCubic() local
/external/webkit/Tools/QtTestBrowser/
Dwebview.cpp174 QPointF centerPoint = QPointF(center.width(), center.height()); in animatedFlip() local
/external/webkit/Source/WebCore/rendering/
DHitTestResult.cpp74 HitTestResult::HitTestResult(const IntPoint& centerPoint, unsigned topPadding, unsigned rightPaddin… in HitTestResult()
DRenderBoxModelObject.cpp1934 …const FloatPoint& outerCorner, const FloatPoint& innerCorner, const FloatPoint& centerPoint, Float… in findInnerVertex()
1953 …FloatPoint centerPoint(innerRect.location().x() + static_cast<float>(innerRect.width()) / 2, inner… in clipBorderSidePolygon() local
DRenderInline.cpp1140 IntPoint centerPoint = roundedIntPoint(transformState.mappedPoint()); in mapLocalToContainer() local
DRenderObject.cpp1873 IntPoint centerPoint = roundedIntPoint(transformState.mappedPoint()); in mapLocalToContainer() local
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGraphicsLayerChromium.cpp514 FloatPoint centerPoint(m_size.width() / 2, m_size.height() / 2); in updateLayerSize() local
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.cpp528 CGPoint centerPoint = CGPointMake(m_size.width() / 2.0f, m_size.height() / 2.0f); in updateLayerSize() local
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.cpp407 const FloatPoint centerPoint = FloatPoint(m_size.width() / 2, m_size.height() / 2); in computeTransformations() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.cpp695 PathPoint centerPoint; in addArcTo() local
DGraphicsContextWinCE.cpp1249 IntPoint centerPoint = rectCenterPoint(rectWin); in fillRoundedRect() local
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp991 CGPoint centerPoint = CGPointMake(m_size.width() / 2.0f, m_size.height() / 2.0f); in updateLayerSize() local