OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sourcey
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/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
;
/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
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DelegateViewHelper.java
59
final float
sourceY
= mTempPoint[1];
67
mStarted = mInitialTouch.contains(mDownPoint[0] + sourceX, mDownPoint[1] +
sourceY
);
100
float deltaY =
sourceY
- delegateY;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java
91
int
sourceY
;
288
header.
sourceY
= header.y;
292
header.
sourceY
= header.y;
295
header.
sourceY
= y + header.height;
347
header.
sourceY
= header.y;
539
header.y = header.targetY + (header.
sourceY
- header.targetY) * timeLeft
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp
236
bool PluginTest::NPN_ConvertPoint(double sourceX, double
sourceY
, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace)
238
return browser->convertpoint(m_npp, sourceX,
sourceY
, sourceSpace, destX, destY, destSpace);
PluginTest.h
96
bool NPN_ConvertPoint(double sourceX, double
sourceY
, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
/external/chromium_org/third_party/npapi/bindings/
npfunctions.h
125
typedef NPBool (*NPN_ConvertPointPtr)(NPP instance, double sourceX, double
sourceY
, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
npapi.h
911
NPBool NP_LOADDS NPN_ConvertPoint(NPP instance, double sourceX, double
sourceY
, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
/external/chromium_org/content/child/npapi/
plugin_host.cc
[
all
...]
Completed in 950 milliseconds