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

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
loupe.js 118 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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DelegateViewHelper.java 58 final float sourceY = mTempPoint[1];
66 mStarted = mInitialTouch.contains(mDownPoint[0] + sourceX, mDownPoint[1] + sourceY);
93 float deltaY = sourceY - delegateY;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 392 int sourceY = sourceSegmentTypeY.getY(sourceNode, sourceBounds);
394 UNKNOWN ? sourceY : targetSegmentTypeY.getY(targetNode, targetBounds);
443 if (sourceY > sharedY + 2) { // Skip when source falls on the margin line
447 graphics.drawArrow(center, sourceY, center, sharedY + 2, ARROW_SIZE);
453 graphics.drawArrow(center, targetY, center, sourceY, ARROW_SIZE);
458 if (sourceY < sharedY - 2) {
462 graphics.drawArrow(center, sourceY, center, sharedY - 3, ARROW_SIZE);
466 graphics.drawArrow(center, targetY, center, sourceY, ARROW_SIZE);
480 if (sourceY == targetY) {
482 sourceY -= 2 * ARROW_SIZE
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListView.java 89 int sourceY;
279 header.sourceY = header.y;
283 header.sourceY = header.y;
286 header.sourceY = y + header.height;
338 header.sourceY = header.y;
506 header.y = header.targetY + (header.sourceY - header.targetY) * timeLeft
  /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
864 *destY = sourceY;
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)
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/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 480 int sourceY = info->output_scanline;
485 int destY = scaledY(sourceY);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginClient.defs 91 sourceY :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 361 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/
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);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 403 milliseconds