Lines Matching +defs:test +defs:src +defs:dir
56 static void joinNoEmptyChecks(SkRect* dst, const SkRect& src) { in joinNoEmptyChecks()
258 SkPathFirstDirection dir) { in check_edge_against_rect()
780 static void assert_known_direction(SkPathDirection dir) { in assert_known_direction()
784 SkPath& SkPath::addRect(const SkRect &rect, SkPathDirection dir, unsigned startIndex) { in addRect()
861 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors()
899 SkRotationDirection dir, SkConic conics[SkConic::kMaxConicsForArc], in build_arc_conics()
914 SkPathDirection dir) { in addRoundRect()
920 SkPath& SkPath::addRRect(const SkRRect& rrect, SkPathDirection dir) { in addRRect()
925 SkPath& SkPath::addRRect(const SkRRect &rrect, SkPathDirection dir, unsigned startIndex) { in addRRect()
1017 SkPathDirection dir) { in addRoundRect()
1029 SkPath& SkPath::addOval(const SkRect& oval, SkPathDirection dir) { in addOval()
1034 SkPath& SkPath::addOval(const SkRect &oval, SkPathDirection dir, unsigned startPointIndex) { in addOval()
1076 SkPath& SkPath::addCircle(SkScalar x, SkScalar y, SkScalar r, SkPathDirection dir) { in addCircle()
1099 SkRotationDirection dir; in arcTo() local
1371 const SkPath* src = &srcPath; in addPath() local
1483 const SkPath* src = &srcPath; in reverseAddPath() local
1577 const SkPath* src = this; in transform() local
2161 DirChange dir = this->directionChange(curVec); in addVec() local
2593 int dir = 1; in winding_mono_cubic() local
2645 static double conic_eval_numerator(const SkScalar src[], SkScalar w, SkScalar t) { in conic_eval_numerator()
2668 int dir = 1; in winding_mono_conic() local
2743 int dir = 1; in winding_mono_quad() local
2817 int dir = 1; in winding_line() local
3042 const SkVector& test = tangents[index]; in contains() local
3397 SkPath SkPath::Rect(const SkRect& r, SkPathDirection dir, unsigned startIndex) { in Rect()
3401 SkPath SkPath::Oval(const SkRect& r, SkPathDirection dir) { in Oval()
3405 SkPath SkPath::Oval(const SkRect& r, SkPathDirection dir, unsigned startIndex) { in Oval()
3409 SkPath SkPath::Circle(SkScalar x, SkScalar y, SkScalar r, SkPathDirection dir) { in Circle()
3413 SkPath SkPath::RRect(const SkRRect& rr, SkPathDirection dir) { in RRect()
3417 SkPath SkPath::RRect(const SkRRect& rr, SkPathDirection dir, unsigned startIndex) { in RRect()
3421 SkPath SkPath::RRect(const SkRect& r, SkScalar rx, SkScalar ry, SkPathDirection dir) { in RRect()
3657 Result test(const SkRect& bounds) const { in test() function
3674 SkScalar test = this->eval(diagMin.fX, diagMin.fY); in test() local