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

  /external/skia/include/core/
SkCanvas.h 511 enum PointMode {
520 /** Draw a series of points, interpreted based on the PointMode mode. For
536 @param mode PointMode specifying how to draw the array of points.
541 virtual void drawPoints(PointMode mode, size_t count, const SkPoint pts[],
    [all...]
  /external/skia/legacy/include/core/
SkCanvas.h 499 enum PointMode {
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[],
    [all...]

Completed in 66 milliseconds