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 665 enum PointMode {
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[],
    [all...]
  /external/skia/include/core/
SkCanvas.h 660 enum PointMode {
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[],
    [all...]

Completed in 206 milliseconds