HomeSort by relevance Sort by last modified time
    Searched refs:asPoints (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/include/effects/
SkDashPathEffect.h 46 virtual bool asPoints(PointData* results, const SkPath& src,
  /external/skia/include/effects/
SkDashPathEffect.h 46 virtual bool asPoints(PointData* results, const SkPath& src,
  /external/chromium_org/third_party/skia/src/core/
SkPathEffect.cpp 19 bool SkPathEffect::asPoints(PointData* results, const SkPath& src,
SkDraw.cpp 700 if (paint.getPathEffect()->asPoints(&pointData, path, rec,
702 // 'asPoints' managed to find some fast path
    [all...]
  /external/skia/src/core/
SkPathEffect.cpp 19 bool SkPathEffect::asPoints(PointData* results, const SkPath& src,
SkDraw.cpp 700 if (paint.getPathEffect()->asPoints(&pointData, path, rec,
702 // 'asPoints' managed to find some fast path
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPathEffect.h 63 primitives returned by an 'asPoints' call.
72 // 'asPoints' needs to initialize/fill-in 'fClipRect' if it sets
79 // TODO: consider using passed-in flags to limit the work asPoints does.
105 virtual bool asPoints(PointData* results, const SkPath& src,
  /external/skia/include/core/
SkPathEffect.h 63 primitives returned by an 'asPoints' call.
72 // 'asPoints' needs to initialize/fill-in 'fClipRect' if it sets
79 // TODO: consider using passed-in flags to limit the work asPoints does.
105 virtual bool asPoints(PointData* results, const SkPath& src,
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 338 // Currently asPoints is more restrictive then it needs to be. In the future
342 bool SkDashPathEffect::asPoints(PointData* results,
  /external/skia/src/effects/
SkDashPathEffect.cpp 338 // Currently asPoints is more restrictive then it needs to be. In the future
342 bool SkDashPathEffect::asPoints(PointData* results,

Completed in 692 milliseconds