HomeSort by relevance Sort by last modified time
    Searched refs:sourceX (Results 1 - 21 of 21) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
loupe.js 117 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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DelegateViewHelper.java 57 final float sourceX = mTempPoint[0];
66 mStarted = mInitialTouch.contains(mDownPoint[0] + sourceX, mDownPoint[1] + sourceY);
92 float deltaX = sourceX - delegateX;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 622 int sourceX = sourceSegmentTypeX.getX(sourceNode, sourceBounds);
624 sourceX : targetSegmentTypeX.getX(targetNode, targetBounds);
642 if (sourceX > sharedX + 2) { // Skip when source falls on the margin line
646 graphics.drawArrow(sourceX, center, sharedX + 2, center, ARROW_SIZE);
652 graphics.drawArrow(targetX, center, sourceX, center, ARROW_SIZE);
657 if (sourceX < sharedX - 2) {
661 graphics.drawArrow(sourceX, center, sharedX - 3, center, ARROW_SIZE);
665 graphics.drawArrow(targetX, center, sourceX, center, ARROW_SIZE);
670 if (sourceX == targetX) {
672 sourceX -= 2 * ARROW_SIZE
    [all...]
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.cpp 152 bool PluginTest::NPN_ConvertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace)
154 return browser->convertpoint(m_npp, sourceX, sourceY, sourceSpace, destX, destY, destSpace);
PluginTest.h 77 bool NPN_ConvertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h 139 - (BOOL)convertFromX:(double)sourceX andY:(double)sourceY space:(NPCoordinateSpace)sourceSpace
npapi.mm 215 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];
WebBaseNetscapePluginView.mm 856 - (BOOL)convertFromX:(double)sourceX andY:(double)sourceY space:(NPCoordinateSpace)sourceSpace
862 *destX = sourceX;
868 NSPoint sourcePoint = NSMakePoint(sourceX, sourceY);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 95 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/Hosted/
WebKitPluginClient.defs 90 sourceX :double;
NetscapePluginInstanceProxy.h 138 bool convertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace,
NetscapePluginHostProxy.mm     [all...]
NetscapePluginInstanceProxy.mm     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 364 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/
NetscapePlugin.h 56 NPBool convertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double& destX, double& destY, NPCoordinateSpace destSpace);
NetscapeBrowserFuncs.cpp 871 static NPBool NPN_ConvertPoint(NPP npp, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double* destX, double* destY, NPCoordinateSpace destSpace)
878 bool returnValue = plugin->convertPoint(sourceX, sourceY, sourceSpace, destinationX, destinationY, destSpace);
  /external/webkit/Source/WebCore/plugins/
npfunctions.h 76 typedef NPBool (*NPN_ConvertPointProcPtr)(NPP npp, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
  /external/webkit/Source/WebCore/bridge/
npapi.h 905 NPBool NP_LOADDS NPN_ConvertPoint(NPP instance, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 370 milliseconds