Lines Matching refs:fY
31 SkScalar dy = src[1].fY - src[0].fY;
38 double Y0 = src[0].fY;
40 double Y1 = src[1].fY;
54 return SkScalarAve(src[0].fY, src[1].fY);
59 double Y0 = src[0].fY;
61 double Y1 = src[1].fY;
69 // Our caller expects y to be between src[0].fY and src[1].fY (unsorted), but due to the
73 return pin_unsorted(y, src[0].fY, src[1].fY);
112 if (src[0].fY < src[1].fY) {
124 if (tmp[index0].fY < clip.fTop) {
127 if (tmp[index1].fY > clip.fBottom) {
179 if (pts[0].fY < pts[1].fY) {
189 if (pts[index1].fY <= clip.fTop) { // we're above the clip
192 if (pts[index0].fY >= clip.fBottom) { // we're below the clip
202 if (pts[index0].fY < clip.fTop) {
206 if (tmp[index1].fY > clip.fBottom) {
245 r->set(clip.fLeft, tmp[index0].fY);
248 SkASSERT(is_between_unsorted(r->fY, tmp[0].fY, tmp[1].fY));
256 SkASSERT(is_between_unsorted(r->fY, tmp[0].fY, tmp[1].fY));
258 r->set(clip.fRight, tmp[index1].fY);