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

  /external/chromium_org/third_party/skia/include/core/
SkPaint.h 48 /** \class SkPaint
50 The SkPaint class holds the style and color information about how to draw
54 class SK_API SkPaint {
64 SkPaint();
65 SkPaint(const SkPaint& paint);
66 ~SkPaint();
68 SkPaint& operator=(const SkPaint&);
70 SK_API friend bool operator==(const SkPaint& a, const SkPaint& b)
    [all...]
  /external/skia/include/core/
SkPaint.h 48 /** \class SkPaint
50 The SkPaint class holds the style and color information about how to draw
54 class SK_API SkPaint {
64 SkPaint();
65 SkPaint(const SkPaint& paint);
66 ~SkPaint();
68 SkPaint& operator=(const SkPaint&);
70 SK_API friend bool operator==(const SkPaint& a, const SkPaint& b)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 9 #include "SkPaint.h"
50 SkPaint::SkPaint() {
92 SkPaint::SkPaint(const SkPaint& src) {
111 SkPaint::~SkPaint() {
124 SkPaint& SkPaint::operator=(const SkPaint& src)
    [all...]
  /external/skia/src/core/
SkPaint.cpp 9 #include "SkPaint.h"
51 SkPaint::SkPaint() {
93 SkPaint::SkPaint(const SkPaint& src) {
112 SkPaint::~SkPaint() {
125 SkPaint& SkPaint::operator=(const SkPaint& src)
    [all...]

Completed in 104 milliseconds