Home | History | Annotate | Download | only in core

Lines Matching refs:fX

7         return SkScalarAve(src[0].fX, src[1].fX);
9 return src[0].fX + SkScalarMulDiv(Y - src[0].fY, src[1].fX - src[0].fX,
16 SkScalar dx = src[1].fX - src[0].fX;
20 return src[0].fY + SkScalarMulDiv(X - src[0].fX, src[1].fY - src[0].fY,
80 if (tmp[0].fX < tmp[1].fX) {
89 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) &&
90 tmp[index0].fX < tmp[index1].fX) {
95 if (tmp[index0].fX < clip.fLeft) {
98 if (tmp[index1].fX > clip.fRight) {
151 if (pts[0].fX < pts[1].fX) {
161 if (tmp[index1].fX <= clip.fLeft) { // wholly to the left
162 tmp[0].fX = tmp[1].fX = clip.fLeft;
165 } else if (tmp[index0].fX >= clip.fRight) { // wholly to the right
166 tmp[0].fX = tmp[1].fX = clip.fRight;
173 if (tmp[index0].fX < clip.fLeft) {
182 if (tmp[index1].fX > clip.fRight) {