OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PointMode
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkCanvas.h
522
enum
PointMode
{
531
/** Draw a series of points, interpreted based on the
PointMode
mode. For
547
@param mode
PointMode
specifying how to draw the array of points.
552
virtual void drawPoints(
PointMode
mode, size_t count, const SkPoint pts[],
[
all
...]
/external/skia/include/core/
SkCanvas.h
522
enum
PointMode
{
531
/** Draw a series of points, interpreted based on the
PointMode
mode. For
547
@param mode
PointMode
specifying how to draw the array of points.
552
virtual void drawPoints(
PointMode
mode, size_t count, const SkPoint pts[],
[
all
...]
Completed in 992 milliseconds