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

  /external/skia/src/core/
SkPaint.cpp 12 #include "SkPaint.h"
42 SkPaint::SkPaint() {
79 SkPaint::SkPaint(const SkPaint& src) {
96 SkPaint::~SkPaint() {
108 SkPaint& SkPaint::operator=(const SkPaint& src)
    [all...]
  /external/skia/include/core/
SkPaint.h 40 /** \class SkPaint
42 The SkPaint class holds the style and color information about how to draw
45 class SK_API SkPaint {
47 SkPaint();
48 SkPaint(const SkPaint& paint);
49 ~SkPaint();
51 SkPaint& operator=(const SkPaint&);
53 SK_API friend bool operator==(const SkPaint& a, const SkPaint& b)
    [all...]

Completed in 59 milliseconds