Searched refs:ctop (Results 1 – 4 of 4) sorted by relevance
68 const SkScalar ctop = fClip.fTop; in clipQuad() local70 if (dst[2].fY <= ctop || dst[0].fY >= cbot) { in clipQuad()78 if (dst[0].fY < ctop) { in clipQuad()79 if (chopMonoQuadAtY(dst, ctop, &t)) { in clipQuad()88 if (dst[i].fY < ctop) { in clipQuad()89 dst[i].fY = ctop; in clipQuad()
125 const SkScalar ctop = fClip.fTop; in clipCubic() local127 if (dst[3].fY <= ctop || dst[0].fY >= cbot) { in clipCubic()135 if (dst[0].fY < ctop && ChopMonoAtY(dst, ctop, &t)) { in clipCubic()