HomeSort by relevance Sort by last modified time
    Searched refs:cbot (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkQuadClipper.cpp 67 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;
SkCubicClipper.cpp 125 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 2616 milliseconds