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

  /external/chromium_org/third_party/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/include/core/
SkCanvas.h 518 enum PointMode {
527 /** Draw a series of points, interpreted based on the PointMode mode. For
543 @param mode PointMode specifying how to draw the array of points.
548 virtual void drawPoints(PointMode mode, size_t count, const SkPoint pts[],
    [all...]

Completed in 169 milliseconds