Searched refs:baseXY (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsWinding.cpp | 108 SkScalar baseXY = pt_xy(base.fPt, dir); in rayCheck() local 111 if (!approximately_equal(baseXY, boundsXY) && (baseXY < boundsXY) == checkLessThan) { in rayCheck() 125 SkScalar baseXY = pt_xy(base.fPt, dir); in rayCheck() local 128 if (!approximately_equal(baseXY, boundsXY) && (baseXY < boundsXY) == checkLessThan) { in rayCheck() 156 if (!approximately_equal(baseXY, ptXY) && (baseXY < ptXY) == checkLessThan) { in rayCheck()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsWinding.cpp | 109 SkScalar baseXY = pt_xy(base.fPt, dir); in rayCheck() local 112 if (!approximately_equal(baseXY, boundsXY) && (baseXY < boundsXY) == checkLessThan) { in rayCheck() 126 SkScalar baseXY = pt_xy(base.fPt, dir); in rayCheck() local 129 if (!approximately_equal(baseXY, boundsXY) && (baseXY < boundsXY) == checkLessThan) { in rayCheck() 157 if (!approximately_equal(baseXY, ptXY) && (baseXY < ptXY) == checkLessThan) { in rayCheck()
|