Home | History | Annotate | Download | only in core

Lines Matching refs:yMax

966     SkScalar yMax = SkTMax(SkTMax(quad[0].fY, quad[1].fY), quad[2].fY);
967 if (pt.fY - fInvResScale > yMax) {