OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:touchPoint
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp
844
WebTouchPoint
touchPoint
;
845
touchPoint
.state = WebTouchPoint::StatePressed;
846
touchPoint
.position = WebPoint(arguments[0].toInt32(), arguments[1].toInt32());
847
touchPoint
.screenPosition =
touchPoint
.position;
848
touchPoint
.id = touchPoints.size();
849
touchPoints.append(
touchPoint
);
865
WebTouchPoint*
touchPoint
= &touchPoints[index];
866
touchPoint
->state = WebTouchPoint::StateReleased;
898
WebTouchPoint*
touchPoint
= &touchPoints[index]
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java
133
float[]
touchPoint
= {
136
mDisplayMatrixInverse.mapPoints(
touchPoint
);
137
x =
touchPoint
[0];
138
y =
touchPoint
[1];
/external/webkit/Tools/QtTestBrowser/
launcherwindow.cpp
504
QTouchEvent::
TouchPoint
touchPoint
;
505
touchPoint
.setState(Qt::TouchPointMoved);
508
touchPoint
.setState(Qt::TouchPointPressed);
510
touchPoint
.setState(Qt::TouchPointReleased);
512
touchPoint
.setId(0);
513
touchPoint
.setScreenPos(ev->globalPos());
514
touchPoint
.setPos(ev->pos());
515
touchPoint
.setPressure(1);
519
m_touchPoints[0] =
touchPoint
;
[
all
...]
/external/webkit/Source/WebKit/android/plugins/
android_npapi.h
[
all
...]
Completed in 3218 milliseconds