Home
last modified time | relevance | path

Searched refs:CGPoint (Results 1 – 25 of 25) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DFloatPoint.h36 typedef struct CGPoint CGPoint; typedef
41 typedef struct CGPoint NSPoint;
79 FloatPoint(const CGPoint&);
80 operator CGPoint() const;
DIntPoint.h37 typedef struct CGPoint CGPoint; typedef
43 typedef struct CGPoint NSPoint;
104 explicit IntPoint(const CGPoint&); // don't do this implicitly since it's lossy
105 operator CGPoint() const;
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
DMovieControllerLayer.h71 - (void)handleMouseDown:(CGPoint)point;
72 - (void)handleMouseUp:(CGPoint)point;
73 - (void)handleMouseDragged:(CGPoint)point;
DMovieControllerLayer.m300 - (void)handleMouseDown:(CGPoint)point
319 - (void)handleMouseUp:(CGPoint)point argument
342 - (void)handleMouseDragged:(CGPoint)point argument
Dmain.m225 CGPoint point = CGPointMake(event->data.mouse.pluginX,
250 CGPoint point = CGPointMake(event->data.mouse.pluginX,
264 CGPoint point = CGPointMake(event->data.mouse.pluginX,
/external/webkit/WebCore/platform/graphics/cg/
DIntPointCG.cpp35 IntPoint::IntPoint(const CGPoint& p) : m_x(static_cast<int>(p.x)), m_y(static_cast<int>(p.y)) in IntPoint()
39 IntPoint::operator CGPoint() const in operator CGPoint()
DFloatPointCG.cpp36 FloatPoint::FloatPoint(const CGPoint& p) : m_x(p.x), m_y(p.y) in FloatPoint()
40 FloatPoint::operator CGPoint() const in operator CGPoint()
DPDFDocumentImage.cpp96 CGPoint rx = CGPointMake(width * cosa, width * sina); in adjustCTM()
97 CGPoint ry = CGPointMake(-height * sina, height * cosa); in adjustCTM()
DPathCG.cpp95 CGPoint* points = element->points; in copyClosingSubpathsApplierFunction()
259 CGPoint* points = element->points; in CGPathToCFStringApplierFunction()
322 CGPoint* cgPoints = element->points; in CGPathApplierToPathApplier()
DGraphicsContextCG.cpp929 CGPoint deviceOrigin = CGPointMake(rect.x() * deviceScaleX, rect.y() * deviceScaleY); in roundToDevicePixels()
930 CGPoint deviceLowerRight = CGPointMake((rect.x() + rect.width()) * deviceScaleX, in roundToDevicePixels()
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
DWebKitSystemInterface.h30 struct CGPoint;
63 void wkSetPatternPhaseInUserSpace(CGContextRef, CGPoint phasePoint);
/external/webkit/WebCore/platform/mac/
DWebCoreSystemInterface.h35 typedef struct CGPoint NSPoint;
118 extern BOOL (*wkHitTestMediaUIPart)(int part, int themeStyle, CGRect bounds, CGPoint point);
133 extern void (*wkSetPatternPhaseInUserSpace)(CGContextRef, CGPoint);
DWebCoreSystemInterface.mm44 BOOL (*wkHitTestMediaUIPart)(int part, int themeStyle, CGRect bounds, CGPoint point);
65 void (*wkSetPatternPhaseInUserSpace)(CGContextRef, CGPoint point);
/external/webkit/WebCore/platform/graphics/win/
DGraphicsContextCGWin.cpp207 …const CGPoint upperPoints [] = {{point.x(), point.y() + patternHeight - 2.5 }, {point.x() + width,… in drawLineForMisspellingOrBadGrammar()
208 …const CGPoint middlePoints [] = {{point.x(), point.y() + patternHeight - 1.5 }, {point.x() + width… in drawLineForMisspellingOrBadGrammar()
209 …const CGPoint lowerPoints [] = {{point.x(), point.y() + patternHeight - 0.5 }, {point.x() + width,… in drawLineForMisspellingOrBadGrammar()
/external/webkit/WebKitLibraries/
DWebKitSystemInterface.h132 void WKSetPatternPhaseInUserSpace(CGContextRef, CGPoint);
228 BOOL WKHitTestMediaUIPart(int part, int themeStyle, CGRect bounds, CGPoint point);
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzWM.m200 CGPoint QZ_PrivateSDLToCG (_THIS, NSPoint *p) {
202 CGPoint cgp;
242 CGPoint cgp;
/external/webkit/WebCore/svg/graphics/cg/
DSVGResourceFilterCg.mm128 …[platform->m_filterCIContext.get() drawImage:outputImage atPoint:CGPoint(destOrigin) fromRect:filt…
/external/webkit/WebCore/platform/graphics/mac/
DWebLayer.mm190 CGPoint aPos = [self position];
DGraphicsLayerCA.mm864 CGPoint posPoint = CGPointMake(m_position.x() + m_anchorPoint.x() * m_size.width(),
876 CGPoint centerPoint = CGPointMake(m_size.width() / 2.0f, m_size.height() / 2.0f);
960 CGPoint point = CGPointMake(m_size.width() / 2.0f, m_size.height() / 2.0f);
1069 CGPoint point = CGPointMake(m_contentsRect.x(),
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginView.mm420 CGPoint origin = {0,0};
421 CGPoint axisFlip = {1,1};
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm5059 static CGPoint coreGraphicsScreenPointForAppKitScreenPoint(NSPoint point)
5226 …edDictionaryRef, id inWordString, CFRange selectionRange, id unusedFont, CGPoint textOrigin, Boole…
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj17357 …xp\" | sed -e s/7_NSRect/6CGRect/ -e s/7_NSSize/6CGSize/ -e s/8_NSPoint/7CGPoint/ > \"${BUILT_PROD…
/external/webkit/WebCore/
DChangeLog-2005-12-1911499 * kwq/KWQPointArray.h: check if NSPoint is the same as CGPoint
DChangeLog-2006-05-1033132 (WebCore::FloatPoint::operator CGPoint):
DChangeLog-2005-08-2313491 (QPoint::operator CGPoint): Added.