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

/xsrc/external/mit/xterm/dist/
H A Dgraphics.c1276 int clip_x, int clip_y, int clip_w, int clip_h)
1287 if (*orig_y < clip_y) {
1288 const int diff = clip_y - *orig_y;
1292 if (*orig_h > 0 && *orig_y + *orig_h > clip_y + clip_h) {
1293 *orig_h -= (*orig_y + *orig_h) - (clip_y + clip_h);
1275 clip_area(int * orig_x,int * orig_y,int * orig_w,int * orig_h,int clip_x,int clip_y,int clip_w,int clip_h) argument

Completed in 4 milliseconds