Home | History | Annotate | Download | only in core

Lines Matching refs:fY

42     return chopMonoQuadAt(pts[0].fY, pts[1].fY, pts[2].fY, y, t);
55 if (srcPts[0].fY > srcPts[2].fY) {
68 if (dst[2].fY <= ctop || dst[0].fY >= cbot) {
76 if (dst[0].fY < ctop) {
86 if (dst[i].fY < ctop) {
87 dst[i].fY = ctop;
94 if (dst[2].fY > cbot) {
103 if (dst[i].fY > cbot) {
104 dst[i].fY = cbot;