OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPointByPointId
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/events/gestures/
gesture_sequence.cc
705
GetPointByPointId
(i)->UpdateForScroll();
790
bounding_box_ =
GetPointByPointId
(0)->enclosing_rectangle();
845
GesturePoint* GestureSequence::
GetPointByPointId
(int point_id) {
857
gfx::Point p1 =
GetPointByPointId
(0)->last_touch_position();
858
gfx::Point p2 =
GetPointByPointId
(1)->last_touch_position();
[
all
...]
gesture_sequence.h
85
GesturePoint*
GetPointByPointId
(int point_id);
Completed in 50 milliseconds