Searched refs:cbot (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkQuadClipper.cpp67 const SkScalar cbot = fClip.fBottom; local
68 if (dst[2].fY <= ctop || dst[0].fY >= cbot) {
94 if (dst[2].fY > cbot) {
95 if (chopMonoQuadAtY(dst, cbot, &t)) {
103 if (dst[i].fY > cbot) {
104 dst[i].fY = cbot;
H A DSkCubicClipper.cpp125 const SkScalar cbot = fClip.fBottom; local
126 if (dst[3].fY <= ctop || dst[0].fY >= cbot) {
142 if (dst[3].fY > cbot && ChopMonoAtY(dst, cbot, &t)) {

Completed in 71 milliseconds