Home
last modified time | relevance | path

Searched refs:SkOpRayDir (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/pathops/
DSkPathOpsWinding.cpp30 enum class SkOpRayDir { enum
46 static int xy_index(SkOpRayDir dir) { in xy_index()
50 static SkScalar pt_xy(const SkPoint& pt, SkOpRayDir dir) { in pt_xy()
54 static SkScalar pt_yx(const SkPoint& pt, SkOpRayDir dir) { in pt_yx()
58 static double pt_dxdy(const SkDVector& v, SkOpRayDir dir) { in pt_dxdy()
62 static double pt_dydx(const SkDVector& v, SkOpRayDir dir) { in pt_dydx()
66 static SkScalar rect_side(const SkRect& r, SkOpRayDir dir) { in rect_side()
70 static bool sideways_overlap(const SkRect& rect, const SkPoint& pt, SkOpRayDir dir) { in sideways_overlap()
75 static bool less_than(SkOpRayDir dir) { in less_than()
79 static bool ccw_dxdy(const SkDVector& v, SkOpRayDir dir) { in ccw_dxdy()
[all …]
DSkOpContour.h14 enum class SkOpRayDir; variable
277 void rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, SkArenaAlloc*);
DSkOpSegment.h20 enum class SkOpRayDir; variable
333 void rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, SkArenaAlloc*);
/third_party/skia/src/pathops/
DSkPathOpsWinding.cpp31 enum class SkOpRayDir { enum
47 static int xy_index(SkOpRayDir dir) { in xy_index()
51 static SkScalar pt_xy(const SkPoint& pt, SkOpRayDir dir) { in pt_xy()
55 static SkScalar pt_yx(const SkPoint& pt, SkOpRayDir dir) { in pt_yx()
59 static double pt_dxdy(const SkDVector& v, SkOpRayDir dir) { in pt_dxdy()
63 static double pt_dydx(const SkDVector& v, SkOpRayDir dir) { in pt_dydx()
67 static SkScalar rect_side(const SkRect& r, SkOpRayDir dir) { in rect_side()
71 static bool sideways_overlap(const SkRect& rect, const SkPoint& pt, SkOpRayDir dir) { in sideways_overlap()
76 static bool less_than(SkOpRayDir dir) { in less_than()
80 static bool ccw_dxdy(const SkDVector& v, SkOpRayDir dir) { in ccw_dxdy()
[all …]
DSkOpContour.h13 enum class SkOpRayDir; variable
276 void rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, SkArenaAlloc*);
DSkOpSegment.h20 enum class SkOpRayDir; variable
333 void rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, SkArenaAlloc*);