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 28 /** \class SkPath
30 The SkPath class encapsulates compound (multiple contour) geometric paths
33 class SkPath {
35 SkPath();
36 SkPath(const SkPath&);
37 ~SkPath();
39 SkPath& operator=(const SkPath&);
41 friend bool operator==(const SkPath&, const SkPath&)
    [all...]
  /external/skia/src/core/
SkPath.cpp 1 /* libs/graphics/sgl/SkPath.cpp
18 #include "SkPath.h"
37 SkAutoPathBoundsUpdate(SkPath* path, const SkRect& r) : fRect(r) {
41 SkAutoPathBoundsUpdate(SkPath* path, SkScalar left, SkScalar top,
59 SkPath* fPath;
65 void init(SkPath* path) {
98 SkPath::SkPath() : fBoundsIsDirty(true), fFillType(kWinding_FillType) {
102 SkPath::SkPath(const SkPath& src)
    [all...]

Completed in 12 milliseconds