Home
last modified time | relevance | path

Searched defs:SkDRect (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsRect.h21 struct SkDRect { struct
38 bool intersects(const SkDRect& r) const { in intersects() argument
46 void set(const SkDPoint& pt) { in set()
51 double width() const { in width()
55 double height() const { in height()
59 void setBounds(const SkDConic& curve) { in setBounds()
65 void setBounds(const SkDCubic& curve) { in setBounds()
71 void setBounds(const SkDQuad& curve) { in setBounds()
79 bool valid() const { in valid()