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

/external/skia/include/core/
H A DSkCanvas.h499 enum PointMode { enum in class:SkCanvas
508 /** Draw a series of points, interpreted based on the PointMode mode. For
524 @param mode PointMode specifying how to draw the array of points.
529 virtual void drawPoints(PointMode mode, size_t count, const SkPoint pts[],

Completed in 305 milliseconds