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

  /external/skia/include/core/
SkPath.h 36 /** \class SkPath
38 The SkPath class encapsulates compound (multiple contour) geometric paths
41 class SK_API SkPath {
43 SkPath();
44 SkPath(const SkPath&);
45 ~SkPath();
47 SkPath& operator=(const SkPath&);
49 friend bool operator==(const SkPath&, const SkPath&)
    [all...]
  /external/skia/src/core/
SkPath.cpp 1 /* libs/graphics/sgl/SkPath.cpp
18 #include "SkPath.h"
38 SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fRect(r) {
42 SkAutoPathBoundsUpdate(SkPath* path, SkScalar left, SkScalar top,
60 SkPath* fPath;
66 void init(SkPath* path) {
99 SkPath::SkPath() : fBoundsIsDirty(true), fFillType(kWinding_FillType) {
106 SkPath::SkPath(const SkPath& src)
    [all...]

Completed in 31 milliseconds