Searched refs:cbot (Results 1 – 2 of 2) sorted by relevance
67 const SkScalar cbot = fClip.fBottom; in clipQuad() local68 if (dst[2].fY <= ctop || dst[0].fY >= cbot) { in clipQuad()94 if (dst[2].fY > cbot) { in clipQuad()95 if (chopMonoQuadAtY(dst, cbot, &t)) { in clipQuad()103 if (dst[i].fY > cbot) { in clipQuad()104 dst[i].fY = cbot; in clipQuad()
124 const SkScalar cbot = fClip.fBottom; in clipCubic() local125 if (dst[3].fY <= ctop || dst[0].fY >= cbot) { in clipCubic()141 if (dst[3].fY > cbot && ChopMonoAtY(dst, cbot, &t)) { in clipCubic()