HomeSort by relevance Sort by last modified time
    Searched defs:centerPoint (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceRadialGradient.cpp 54 FloatPoint centerPoint;
56 radialGradientElement->calculateFocalCenterPointsAndRadius(m_attributes, focalPoint, centerPoint, radius);
60 centerPoint,
SVGRenderTreeAsText.cpp 634 FloatPoint centerPoint;
636 radialGradientElement->calculateFocalCenterPointsAndRadius(attributes, focalPoint, centerPoint, radius);
638 ts << " [center=" << centerPoint << "] [focal=" << focalPoint << "] [radius=" << radius << "]\n";
  /external/webkit/Tools/QtTestBrowser/
webview.cpp 174 QPointF centerPoint = QPointF(center.width(), center.height());
175 graphicsWebView()->setTransformOriginPoint(centerPoint);
  /external/webkit/Source/WebCore/svg/
SVGPathParser.cpp 442 FloatPoint centerPoint = FloatPoint(0.5f * (point1.x() + point2.x()) - delta.height(),
445 float theta1 = atan2f(point1.y() - centerPoint.y(), point1.x() - centerPoint.x());
446 float theta2 = atan2f(point2.y() - centerPoint.y(), point2.x() - centerPoint.x());
474 point1.move(centerPoint.x(), centerPoint.y());
476 targetPoint.move(centerPoint.x(), centerPoint.y());
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 528 CGPoint centerPoint = CGPointMake(m_size.width() / 2.0f, m_size.height() / 2.0f);
529 m_layer->setPosition(centerPoint);
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 407 const FloatPoint centerPoint = FloatPoint(m_size.width() / 2, m_size.height() / 2);
410 .translate(centerPoint.x(), centerPoint.y())
412 .translate(-centerPoint.x(), -centerPoint.y());
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 695 PathPoint centerPoint;
697 centerPoint.m_x = p1.m_x + vm1.m_x * rate;
698 centerPoint.m_y = p1.m_y + vm1.m_y * rate;
702 centerPoint,
GraphicsContextWinCE.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 209 milliseconds