Searched defs:PointMode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkCanvas.h665 enum PointMode { enum in class:SkCanvas
674 /** Draw a series of points, interpreted based on the PointMode mode. For
690 @param mode PointMode specifying how to draw the array of points.
695 virtual void drawPoints(PointMode mode, size_t count, const SkPoint pts[],
/external/skia/include/core/
H A DSkCanvas.h660 enum PointMode { enum in class:SkCanvas
669 /** Draw a series of points, interpreted based on the PointMode mode. For
685 @param mode PointMode specifying how to draw the array of points.
690 virtual void drawPoints(PointMode mode, size_t count, const SkPoint pts[],

Completed in 1203 milliseconds