Searched refs:ctop (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
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;
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)) {
/external/libunwind/tests/
H A Dia64-test-nat-asm.S464 br.ctop.dptk.few 1b;;

Completed in 619 milliseconds