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

/external/chromium_org/third_party/skia/include/core/
H A DSkCanvas.h661 enum PointMode { enum in class:SkCanvas
670 /** Draw a series of points, interpreted based on the PointMode mode. For
686 @param mode PointMode specifying how to draw the array of points.
691 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 68 milliseconds