OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PointData
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkPathEffect.h
58
/** \class
PointData
60
PointData
aggregates all the information needed to draw the point
63
class
PointData
{
65
PointData
()
73
~
PointData
() {
103
virtual bool asPoints(
PointData
* results, const SkPath& src,
/external/chromium_org/ui/events/gestures/
motion_event_aura.h
58
struct
PointData
{
59
PointData
();
78
const
PointData
(&active_touches)[MotionEvent::MAX_TOUCH_POINT_COUNT]);
80
static
PointData
GetPointDataFromTouchEvent(const TouchEvent& touch);
95
PointData
active_touches_[MotionEvent::MAX_TOUCH_POINT_COUNT];
motion_event_aura.cc
27
const
PointData
(&active_touches)[MotionEvent::MAX_TOUCH_POINT_COUNT])
40
MotionEventAura::
PointData
MotionEventAura::GetPointDataFromTouchEvent(
42
PointData
point_data;
212
MotionEventAura::
PointData
::
PointData
()
Completed in 73 milliseconds