Home | History | Annotate | Download | only in core

Lines Matching full:ftop

14     return bounds.fTop >= clip.fBottom || bounds.fBottom <= clip.fTop;
81 if (pts[0].fY < clip.fTop) {
82 if (chopMonoQuadAtY(pts, clip.fTop, &t)) {
86 tmp[2].fY = clip.fTop;
87 clamp_ge(tmp[3].fY, clip.fTop);
95 if (pts[i].fY < clip.fTop) {
96 pts[i].fY = clip.fTop;
130 if (pts[2].fY <= clip.fTop || pts[0].fY >= clip.fBottom) {
280 if (pts[0].fY < clip.fTop) {
282 if (chopMonoCubicAtY(pts, clip.fTop, &t)) {
286 // tmp[3, 4, 5].fY should all be to the below clip.fTop.
289 tmp[3].fY = clip.fTop;
290 clamp_ge(tmp[4].fY, clip.fTop);
291 clamp_ge(tmp[5].fY, clip.fTop);
300 clamp_ge(pts[i].fY, clip.fTop);
333 if (pts[3].fY <= clip.fTop || pts[0].fY >= clip.fBottom) {