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/src/core/
SkPaint.cpp 8 #include "SkPaint.h"
72 SkPaint::SkPaint() {
108 SkPaint::SkPaint(const SkPaint& src) {
141 SkPaint::~SkPaint() {
154 SkPaint& SkPaint::operator=(const SkPaint& src)
    [all...]
  /external/skia/src/core/
SkPaint.cpp 8 #include "SkPaint.h"
72 SkPaint::SkPaint() {
108 SkPaint::SkPaint(const SkPaint& src) {
141 SkPaint::~SkPaint() {
154 SkPaint& SkPaint::operator=(const SkPaint& src)
    [all...]
  /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 {
56 SkPaint();
57 SkPaint(const SkPaint& paint);
58 ~SkPaint();
60 SkPaint& operator=(const SkPaint&);
62 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 {
56 SkPaint();
57 SkPaint(const SkPaint& paint);
58 ~SkPaint();
60 SkPaint& operator=(const SkPaint&);
62 SK_API friend bool operator==(const SkPaint& a, const SkPaint& b)
    [all...]

Completed in 1068 milliseconds