OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:points_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/touch/
touch_hud_projection.h
36
std::map<int, TouchPointView*>
points_
;
member in class:ash::internal::TouchHudProjection
/frameworks/base/media/mca/filterfw/native/core/
geometry.h
53
Quad() :
points_
(4) {}
57
:
points_
(4) {
58
points_
[0] = p0;
59
points_
[1] = p1;
60
points_
[2] = p2;
61
points_
[3] = p3;
64
const std::vector<Point>& points() const { return
points_
; }
68
std::vector<Point>
points_
;
member in class:android::filterfw::Quad
/frameworks/base/media/mca/filterpacks/native/base/
geometry.h
53
Quad() :
points_
(4) {}
57
:
points_
(4) {
58
points_
[0] = p0;
59
points_
[1] = p1;
60
points_
[2] = p2;
61
points_
[3] = p3;
64
const std::vector<Point>& points() const { return
points_
; }
68
std::vector<Point>
points_
;
member in class:android::filterfw::Quad
/external/chromium_org/ui/base/gestures/
gesture_sequence.h
50
const GesturePoint* points() const { return
points_
; }
68
// Do a linear scan through
points_
to find the GesturePoint
211
GesturePoint
points_
[kMaxGesturePoints];
member in class:ui::GestureSequence
Completed in 472 milliseconds