Searched defs:ctop (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkCubicClipper.cpp130 const SkScalar ctop = fClip.fTop; local
132 if (dst[3].fY <= ctop || dst[0].fY >= cbot) {
140 if (dst[0].fY < ctop && chopMonoCubicAtY(dst, ctop, &t)) {
H A DSkQuadClipper.cpp78 const SkScalar ctop = fClip.fTop; local
80 if (dst[2].fY <= ctop || dst[0].fY >= cbot) {
88 if (dst[0].fY < ctop) {
89 if (chopMonoQuadAtY(dst, ctop, &t)) {
98 if (dst[i].fY < ctop) {
99 dst[i].fY = ctop;

Completed in 893 milliseconds