Searched defs:PointData (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPathEffect.h58 /** \class PointData
60 PointData aggregates all the information needed to draw the point
63 class PointData { class in class:SkPathEffect
65 PointData() function in class:SkPathEffect::PointData
73 ~PointData() {
103 virtual bool asPoints(PointData* results, const SkPath& src,
/external/skia/include/core/
H A DSkPathEffect.h58 /** \class PointData
60 PointData aggregates all the information needed to draw the point
63 class PointData { class in class:SkPathEffect
65 PointData() function in class:SkPathEffect::PointData
73 ~PointData() {
103 virtual bool asPoints(PointData* results, const SkPath& src,
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.h58 struct PointData { struct in class:ui::MotionEventAura
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];
H A Dmotion_event_aura.cc27 const PointData (&active_touches)[MotionEvent::MAX_TOUCH_POINT_COUNT])
40 MotionEventAura::PointData MotionEventAura::GetPointDataFromTouchEvent(
42 PointData point_data;
212 MotionEventAura::PointData::PointData() function in class:ui::MotionEventAura::PointData

Completed in 182 milliseconds