Searched refs:sourceX (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
H A Dloupe.js117 var sourceX = x + i;
120 var sourceR = readPixelComponent(sourceX, sourceY, 0);
121 var sourceG = readPixelComponent(sourceX, sourceY, 1);
122 var sourceB = readPixelComponent(sourceX, sourceY, 2);
123 var sourceA = readPixelComponent(sourceX, sourceY, 3)/255;
136 $('loupe-coordinate').textContent = sourceX + ', ' + sourceY;
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginTest.cpp152 bool PluginTest::NPN_ConvertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace) argument
154 return browser->convertpoint(m_npp, sourceX, sourceY, sourceSpace, destX, destY, destSpace);
H A DPluginTest.h77 bool NPN_ConvertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm95 NPBool NetscapePlugin::convertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double& destX, double& destY, NPCoordinateSpace destSpace)
98 destX = sourceX;
109 sourceXInScreenSpace = sourceX + m_windowFrameInScreenCoordinates.x() + m_viewFrameInWindowCoordinates.x() + m_npWindow.x;
113 sourceXInScreenSpace = sourceX + m_windowFrameInScreenCoordinates.x();
117 sourceXInScreenSpace = sourceX + m_windowFrameInScreenCoordinates.x();
121 sourceXInScreenSpace = sourceX;
125 sourceXInScreenSpace = sourceX;
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebBaseNetscapePluginView.h139 - (BOOL)convertFromX:(double)sourceX andY:(double)sourceY space:(NPCoordinateSpace)sourceSpace
H A Dnpapi.mm215 NPBool NPN_ConvertPoint(NPP instance, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace)
217 return [pluginViewForInstance(instance) convertFromX:sourceX andY:sourceY space:sourceSpace toX:destX andY:destY space:destSpace];
H A DWebBaseNetscapePluginView.mm856 - (BOOL)convertFromX:(double)sourceX andY:(double)sourceY space:(NPCoordinateSpace)sourceSpace
862 *destX = sourceX;
868 NSPoint sourcePoint = NSMakePoint(sourceX, sourceY);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebKitPluginClient.defs90 sourceX :double;
H A DNetscapePluginInstanceProxy.h138 bool convertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace,
H A DNetscapePluginHostProxy.mm1054 double sourceX, double sourceY, uint32_t sourceSpace,
1065 *returnValue = instanceProxy->convertPoint(sourceX, sourceY, static_cast<NPCoordinateSpace>(sourceSpace),
H A DNetscapePluginInstanceProxy.mm1592 bool NetscapePluginInstanceProxy::convertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace,
1597 return [m_pluginView convertFromX:sourceX andY:sourceY space:sourceSpace toX:&destX andY:&destY space:destSpace];
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.cpp364 for (int sourceX = phase.x; dstX < destRect.right; ) {
365 int sourceW = std::min<int>(bmpSize.cx - sourceX, destRect.right - dstX);
367 StretchDIBits(hdc, dstX, dstY, sourceW, sourceH, sourceX, sourceY, sourceW, sourceH,
371 sourceX = 0;
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h56 NPBool convertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double& destX, double& destY, NPCoordinateSpace destSpace);
H A DNetscapeBrowserFuncs.cpp871 static NPBool NPN_ConvertPoint(NPP npp, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double* destX, double* destY, NPCoordinateSpace destSpace) argument
878 bool returnValue = plugin->convertPoint(sourceX, sourceY, sourceSpace, destinationX, destinationY, destSpace);
/external/webkit/Source/WebCore/plugins/
H A Dnpfunctions.h76 typedef NPBool (*NPN_ConvertPointProcPtr)(NPP npp, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
/external/webkit/Source/WebCore/bridge/
H A Dnpapi.h905 NPBool NP_LOADDS NPN_ConvertPoint(NPP instance, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1082 milliseconds