Searched defs:FloatPoint (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DFloatPointBlackBerry.cpp26 FloatPoint::FloatPoint(const BlackBerry::Platform::FloatPoint& p) function in class:WebCore::FloatPoint
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DFloatPointCG.cpp36 FloatPoint::FloatPoint(const CGPoint& p) : m_x(p.x), m_y(p.y) function in class:WebCore::FloatPoint
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DFloatPointQt.cpp35 FloatPoint::FloatPoint(const QPointF& p) function in class:WebCore::FloatPoint
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGHiddenContainer.cpp54 bool RenderSVGHiddenContainer::nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint&, HitTestAction) argument
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGPathTraversalStateBuilder.h56 virtual void curveToCubicSmooth(const FloatPoint&, const FloatPoint&, PathCoordinateMode) { ASSERT_NOT_REACHED(); } argument
57 virtual void curveToQuadratic(const FloatPoint argument
58 curveToQuadraticSmooth(const FloatPoint&, PathCoordinateMode) argument
59 arcTo(float, float, float, bool, bool, const FloatPoint&, PathCoordinateMode) argument
[all...]
H A DSVGPathBuilder.h54 virtual void curveToCubicSmooth(const FloatPoint&, const FloatPoint&, PathCoordinateMode) { ASSERT_NOT_REACHED(); } argument
55 virtual void curveToQuadratic(const FloatPoint&, const FloatPoint argument
56 curveToQuadraticSmooth(const FloatPoint&, PathCoordinateMode) argument
57 arcTo(float, float, float, bool, bool, const FloatPoint&, PathCoordinateMode) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatPoint.cpp41 FloatPoint::FloatPoint(const IntPoint& p) : m_x(p.x()), m_y(p.y()) function in class:WebCore::FloatPoint
45 FloatPoint::FloatPoint(const LayoutPoint& p) : m_x(p.x()), m_y(p.y()) function in class:WebCore::FloatPoint
[all...]
H A DFloatPoint.h70 class FloatPoint { class in namespace:WebCore
72 FloatPoint() : m_x(0), m_y(0) { } function in class:WebCore::FloatPoint
73 FloatPoint(float x, float y) : m_x(x), m_y(y) { } function in class:WebCore::FloatPoint
76 explicit FloatPoint(const FloatSize& size) : m_x(size.width()), m_y(size.height()) { } function in class:WebCore::FloatPoint
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperImageBuffer.cpp160 void TextureMapperImageBuffer::drawNumber(int /* number */, const Color&, const FloatPoint&, const TransformationMatrix&) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DPlatformPathWinCE.h[all...]
H A DGraphicsContextWinCE.cpp964 drawLineForDocumentMarker(const FloatPoint&, float width, DocumentMarkerLineStyle style) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderObject.cpp3243 nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint&, HitTestAction) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.cpp1153 bool WebPagePrivate::shouldZoomAboutPoint(double scale, const FloatPoint&, bool enforceScaleClamping, double* clampedScale) argument
[all...]

Completed in 159 milliseconds