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 1 /* libs/graphics/sgl/SkPaint.cpp
18 #include "SkPaint.h"
36 SkPaint::SkPaint() {
68 SkPaint::SkPaint(const SkPaint& src)
82 SkPaint::~SkPaint()
94 SkPaint& SkPaint::operator=(const SkPaint& src
    [all...]
  /external/skia/include/core/
SkPaint.h 46 /** \class SkPaint
48 The SkPaint class holds the style and color information about how to draw
51 class SkPaint {
53 SkPaint();
54 SkPaint(const SkPaint& paint);
55 ~SkPaint();
57 SkPaint& operator=(const SkPaint&);
59 friend int operator==(const SkPaint& a, const SkPaint& b)
    [all...]

Completed in 250 milliseconds