Searched refs:sourceY (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
H A Dloupe.js118 var sourceY = y + j;
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)
99 destY = sourceY;
110 sourceYInScreenSpace = m_windowFrameInScreenCoordinates.y() + m_viewFrameInWindowCoordinates.y() + m_viewFrameInWindowCoordinates.height() - (sourceY + m_npWindow.y);
114 sourceYInScreenSpace = sourceY + m_windowFrameInScreenCoordinates.y();
118 sourceYInScreenSpace = m_windowFrameInScreenCoordinates.y() + m_windowFrameInScreenCoordinates.height() - sourceY;
122 sourceYInScreenSpace = sourceY;
126 sourceYInScreenSpace = flipScreenYCoordinate(sourceY);
/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
864 *destY = sourceY;
868 NSPoint sourcePoint = NSMakePoint(sourceX, sourceY);
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp480 int sourceY = info->output_scanline; local
485 int destY = scaledY(sourceY);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebKitPluginClient.defs91 sourceY :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.cpp361 for (int sourceY = phase.y; dstY < destRect.bottom; ) {
362 int sourceH = std::min<int>(bmpSize.cy - sourceY, destRect.bottom - dstY);
367 StretchDIBits(hdc, dstX, dstY, sourceW, sourceH, sourceX, sourceY, sourceW, sourceH,
375 sourceY = 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.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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 474 milliseconds