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

/external/chromium_org/third_party/skia/src/core/
H A DSkCubicClipper.cpp124 const SkScalar ctop = fClip.fTop; local
126 if (dst[3].fY <= ctop || dst[0].fY >= cbot) {
134 if (dst[0].fY < ctop && chopMonoCubicAtY(dst, ctop, &t)) {
H A DSkQuadClipper.cpp66 const SkScalar ctop = fClip.fTop; local
68 if (dst[2].fY <= ctop || dst[0].fY >= cbot) {
76 if (dst[0].fY < ctop) {
77 if (chopMonoQuadAtY(dst, ctop, &t)) {
86 if (dst[i].fY < ctop) {
87 dst[i].fY = ctop;
/external/skia/src/core/
H A DSkCubicClipper.cpp124 const SkScalar ctop = fClip.fTop; local
126 if (dst[3].fY <= ctop || dst[0].fY >= cbot) {
134 if (dst[0].fY < ctop && chopMonoCubicAtY(dst, ctop, &t)) {
H A DSkQuadClipper.cpp66 const SkScalar ctop = fClip.fTop; local
68 if (dst[2].fY <= ctop || dst[0].fY >= cbot) {
76 if (dst[0].fY < ctop) {
77 if (chopMonoQuadAtY(dst, ctop, &t)) {
86 if (dst[i].fY < ctop) {
87 dst[i].fY = ctop;

Completed in 75 milliseconds