Home
last modified time | relevance | path

Searched refs:c_yh (Results 1 – 2 of 2) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h485 …real c_xl,c_xh, c_yl, c_yh; /* fudge rectangle for control points, larger than above if alt is de… member
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcharview.c4234 fs->c_yl<=sp->nextcp.y && fs->c_yh >= sp->nextcp.y ) in CheckPoint()
4237 fs->c_yl<=sp->prevcp.y && fs->c_yh >= sp->prevcp.y ) in CheckPoint()
4406 fs->c_yh = fs->yh = p->cy + fs->fudge; in SetFS()
4818 fs.c_yl -= fs.fudge; fs.c_yh += fs.fudge; in CVMouseDown()