/external/webkit/WebCore/platform/graphics/ |
D | FloatPoint.h | 36 typedef struct CGPoint CGPoint; typedef 41 typedef struct CGPoint NSPoint; 79 FloatPoint(const CGPoint&); 80 operator CGPoint() const;
|
D | IntPoint.h | 37 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/ |
D | MovieControllerLayer.h | 71 - (void)handleMouseDown:(CGPoint)point; 72 - (void)handleMouseUp:(CGPoint)point; 73 - (void)handleMouseDragged:(CGPoint)point;
|
D | MovieControllerLayer.m | 300 - (void)handleMouseDown:(CGPoint)point 319 - (void)handleMouseUp:(CGPoint)point argument 342 - (void)handleMouseDragged:(CGPoint)point argument
|
D | main.m | 225 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/ |
D | IntPointCG.cpp | 35 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()
|
D | FloatPointCG.cpp | 36 FloatPoint::FloatPoint(const CGPoint& p) : m_x(p.x), m_y(p.y) in FloatPoint() 40 FloatPoint::operator CGPoint() const in operator CGPoint()
|
D | PDFDocumentImage.cpp | 96 CGPoint rx = CGPointMake(width * cosa, width * sina); in adjustCTM() 97 CGPoint ry = CGPointMake(-height * sina, height * cosa); in adjustCTM()
|
D | PathCG.cpp | 95 CGPoint* points = element->points; in copyClosingSubpathsApplierFunction() 259 CGPoint* points = element->points; in CGPathToCFStringApplierFunction() 322 CGPoint* cgPoints = element->points; in CGPathApplierToPathApplier()
|
D | GraphicsContextCG.cpp | 929 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/ |
D | WebKitSystemInterface.h | 30 struct CGPoint; 63 void wkSetPatternPhaseInUserSpace(CGContextRef, CGPoint phasePoint);
|
/external/webkit/WebCore/platform/mac/ |
D | WebCoreSystemInterface.h | 35 typedef struct CGPoint NSPoint; 118 extern BOOL (*wkHitTestMediaUIPart)(int part, int themeStyle, CGRect bounds, CGPoint point); 133 extern void (*wkSetPatternPhaseInUserSpace)(CGContextRef, CGPoint);
|
D | WebCoreSystemInterface.mm | 44 BOOL (*wkHitTestMediaUIPart)(int part, int themeStyle, CGRect bounds, CGPoint point); 65 void (*wkSetPatternPhaseInUserSpace)(CGContextRef, CGPoint point);
|
/external/webkit/WebCore/platform/graphics/win/ |
D | GraphicsContextCGWin.cpp | 207 …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/ |
D | WebKitSystemInterface.h | 132 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/ |
D | SDL_QuartzWM.m | 200 CGPoint QZ_PrivateSDLToCG (_THIS, NSPoint *p) { 202 CGPoint cgp; 242 CGPoint cgp;
|
/external/webkit/WebCore/svg/graphics/cg/ |
D | SVGResourceFilterCg.mm | 128 …[platform->m_filterCIContext.get() drawImage:outputImage atPoint:CGPoint(destOrigin) fromRect:filt…
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | WebLayer.mm | 190 CGPoint aPos = [self position];
|
D | GraphicsLayerCA.mm | 864 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/ |
D | WebNetscapePluginView.mm | 420 CGPoint origin = {0,0}; 421 CGPoint axisFlip = {1,1};
|
/external/webkit/WebKit/mac/WebView/ |
D | WebHTMLView.mm | 5059 static CGPoint coreGraphicsScreenPointForAppKitScreenPoint(NSPoint point) 5226 …edDictionaryRef, id inWordString, CFRange selectionRange, id unusedFont, CGPoint textOrigin, Boole…
|
/external/webkit/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 17357 …xp\" | sed -e s/7_NSRect/6CGRect/ -e s/7_NSSize/6CGSize/ -e s/8_NSPoint/7CGPoint/ > \"${BUILT_PROD…
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-12-19 | 11499 * kwq/KWQPointArray.h: check if NSPoint is the same as CGPoint
|
D | ChangeLog-2006-05-10 | 33132 (WebCore::FloatPoint::operator CGPoint):
|
D | ChangeLog-2005-08-23 | 13491 (QPoint::operator CGPoint): Added.
|