HomeSort by relevance Sort by last modified time
    Searched defs:PointData (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkPathEffect.h 60 /** \class PointData
62 PointData aggregates all the information needed to draw the point
65 class PointData {
67 PointData()
75 ~PointData() {
105 virtual bool asPoints(PointData* results, const SkPath& src,
  /external/skia/include/core/
SkPathEffect.h 60 /** \class PointData
62 PointData aggregates all the information needed to draw the point
65 class PointData {
67 PointData()
75 ~PointData() {
105 virtual bool asPoints(PointData* results, const SkPath& src,

Completed in 218 milliseconds