Home
last modified time | relevance | path

Searched refs:ctop (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkQuadClipper.cpp68 const SkScalar ctop = fClip.fTop; in clipQuad() local
70 if (dst[2].fY <= ctop || dst[0].fY >= cbot) { in clipQuad()
78 if (dst[0].fY < ctop) { in clipQuad()
79 if (chopMonoQuadAtY(dst, ctop, &t)) { in clipQuad()
88 if (dst[i].fY < ctop) { in clipQuad()
89 dst[i].fY = ctop; in clipQuad()
DSkCubicClipper.cpp125 const SkScalar ctop = fClip.fTop; in clipCubic() local
127 if (dst[3].fY <= ctop || dst[0].fY >= cbot) { in clipCubic()
135 if (dst[0].fY < ctop && ChopMonoAtY(dst, ctop, &t)) { in clipCubic()
/external/skqp/src/core/
DSkQuadClipper.cpp68 const SkScalar ctop = fClip.fTop; in clipQuad() local
70 if (dst[2].fY <= ctop || dst[0].fY >= cbot) { in clipQuad()
78 if (dst[0].fY < ctop) { in clipQuad()
79 if (chopMonoQuadAtY(dst, ctop, &t)) { in clipQuad()
88 if (dst[i].fY < ctop) { in clipQuad()
89 dst[i].fY = ctop; in clipQuad()
DSkCubicClipper.cpp125 const SkScalar ctop = fClip.fTop; in clipCubic() local
127 if (dst[3].fY <= ctop || dst[0].fY >= cbot) { in clipCubic()
135 if (dst[0].fY < ctop && ChopMonoAtY(dst, ctop, &t)) { in clipCubic()