Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkQuadClipper.cpp67 const SkScalar cbot = fClip.fBottom; in clipQuad() local
68 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()
DSkCubicClipper.cpp124 const SkScalar cbot = fClip.fBottom; in clipCubic() local
125 if (dst[3].fY <= ctop || dst[0].fY >= cbot) { in clipCubic()
141 if (dst[3].fY > cbot && ChopMonoAtY(dst, cbot, &t)) { in clipCubic()