Home
last modified time | relevance | path

Searched refs:clip_y2 (Results 1 – 24 of 24) sorted by relevance

/dports/sysutils/conky/conky-1.12.2/src/
H A Dimlib2.cc182 int *clip_y, int *clip_x2, int *clip_y2) { in cimlib_draw_image() argument
227 if (cur->y + cur->h > *clip_y2) { *clip_y2 = cur->y + cur->h; } in cimlib_draw_image()
231 int *clip_y2) { in cimlib_draw_all() argument
234 cimlib_draw_image(cur, clip_x, clip_y, clip_x2, clip_y2); in cimlib_draw_all()
241 int clip_x2 = 0, clip_y2 = 0; in cimlib_render() local
277 cimlib_draw_all(&clip_x, &clip_y, &clip_x2, &clip_y2); in cimlib_render()
288 clip_x, clip_y, clip_x2 - clip_x, clip_y2 - clip_y, x + clip_x, in cimlib_render()
289 y + clip_y, clip_x2 - clip_x, clip_y2 - clip_y); in cimlib_render()
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dimlib2.cc182 int *clip_y, int *clip_x2, int *clip_y2) { in cimlib_draw_image() argument
227 if (cur->y + cur->h > *clip_y2) { *clip_y2 = cur->y + cur->h; } in cimlib_draw_image()
231 int *clip_y2) { in cimlib_draw_all() argument
234 cimlib_draw_image(cur, clip_x, clip_y, clip_x2, clip_y2); in cimlib_draw_all()
241 int clip_x2 = 0, clip_y2 = 0; in cimlib_render() local
277 cimlib_draw_all(&clip_x, &clip_y, &clip_x2, &clip_y2); in cimlib_render()
288 clip_x, clip_y, clip_x2 - clip_x, clip_y2 - clip_y, x + clip_x, in cimlib_render()
289 y + clip_y, clip_x2 - clip_x, clip_y2 - clip_y); in cimlib_render()
/dports/games/quadra/quadra-1.3.0/skelton/common/
H A Dclipable.cpp32 int Clipable::clip_y2; member in Clipable
45 clip_y2=min(height-1, y+h-1); in clip()
46 if(clip_y2<0) in clip()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_vpgen_clip_polyline.pas42 clip_y2 = 8;
289 f:=f or clip_y2;
331 if flags^ and (clip_y1 or clip_y2 ) <> 0 then
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_vpgen_clip_polyline.pas42 clip_y2 = 8;
289 f:=f or clip_y2;
331 if flags^ and (clip_y1 or clip_y2 ) <> 0 then
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_vpgen_clip_polyline.pas42 clip_y2 = 8;
289 f:=f or clip_y2;
331 if flags^ and (clip_y1 or clip_y2 ) <> 0 then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_vpgen_clip_polyline.pas42 clip_y2 = 8;
289 f:=f or clip_y2;
331 if flags^ and (clip_y1 or clip_y2 ) <> 0 then
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/i810/
H A Di810.c312 i810dev->clip_y2 = clip->y2 + 1; in i810_set_clip()
404 if (i810dev->clip_y2 < rect->y + rect->h) in i810FillRectangle()
405 rect->h = i810dev->clip_y2 - rect->y; in i810FillRectangle()
440 if (i810dev->clip_y2 < rect->y + rect->h) in i810DrawRectangle()
441 rect->h = i810dev->clip_y2 - rect->y; in i810DrawRectangle()
508 rect->h = MIN((i810dev->clip_y2 - i810dev->clip_y1), in i810Blit()
513 if (i810dev->clip_y2 < dy + rect->h) in i810Blit()
514 rect->h = i810dev->clip_y2 - dy; in i810Blit()
634 if (yend > i810dev->clip_y2) in i810fill_tri()
635 yend = i810dev->clip_y2; in i810fill_tri()
H A Di810.h763 int clip_x1, clip_x2, clip_y1, clip_y2; member
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/
H A Dgskcairoblur.c306 double clip_x1, clip_x2, clip_y1, clip_y2, clip_width, clip_height; in gsk_cairo_blur_start_drawing() local
317 cairo_clip_extents (cr, &clip_x1, &clip_y1, &clip_x2, &clip_y2); in gsk_cairo_blur_start_drawing()
319 clip_height = clip_y2 - clip_y1; in gsk_cairo_blur_start_drawing()
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpcanvastransformpreview.c374 gdouble clip_x2, clip_y2; in gimp_canvas_transform_preview_draw() local
383 cairo_clip_extents (cr, &clip_x1, &clip_y1, &clip_x2, &clip_y2); in gimp_canvas_transform_preview_draw()
388 clip_y2 = ceil (clip_y2); in gimp_canvas_transform_preview_draw()
398 clip_y2 - clip_y1))) in gimp_canvas_transform_preview_draw()
/dports/games/quadra/quadra-1.3.0/skelton/include/
H A Dclipable.h31 static int clip_x1, clip_x2, clip_y1, clip_y2, clip_w; variable
/dports/audio/gqradio/gqradio-1.9.2/src/
H A Dui_pixbuf_ops.c163 gint clip_x2, clip_y2; in pixbuf_copy_area_alpha_with_clipping() local
199 clip_y2 = MIN((clip_y + clip_h), (dy + h)); in pixbuf_copy_area_alpha_with_clipping()
201 if (clip_x > dw || clip_y > dh || clip_x2 < 0 || clip_y2 < 0) return; in pixbuf_copy_area_alpha_with_clipping()
206 if (clip_y2 >= dh) clip_y2 = dh -1; in pixbuf_copy_area_alpha_with_clipping()
216 h = clip_y2 - clip_y; in pixbuf_copy_area_alpha_with_clipping()
793 gint clip_y2; in pixbuf_copy_rotate_alpha_with_clipping() local
814 clip_y2 = clip_y + clip_h; in pixbuf_copy_rotate_alpha_with_clipping()
832 if (clip_y2 >= d_h) clip_y2 = d_h -1; in pixbuf_copy_rotate_alpha_with_clipping()
834 for (y = clip_y; y < clip_y2; y++) in pixbuf_copy_rotate_alpha_with_clipping()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Drenderer-clutter.c214 gfloat clip_x, clip_y, clip_w, clip_h, clip_x2, clip_y2; in rc_area_clip_add() local
222 clip_y2 = clip_y + clip_h; in rc_area_clip_add()
227 if (clip_y2 < y2) clip_y2 = y2; in rc_area_clip_add()
230 clip_h = clip_y2 - clip_y; in rc_area_clip_add()
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dpdf2swf.c83 int clip_x1=0,clip_y1=0,clip_x2=0,clip_y2=0; variable
242 clip_y2 = atoi(y2); in args_callback_option()
818 out->startpage(out,clip_x2 - clip_x1, clip_y2 - clip_y1); in main()
835 custom_clip? clip_y2 : pages[t].page->height + ypos); in main()
H A Djpeg2swf.c55 static int clip_x1=0,clip_y1=0,clip_x2=0,clip_y2=0; variable
82 swf->movieSize.ymax = clip_y2 * 20; in MovieStart()
489 clip_y2 = atoi(y2); in args_callback_option()
H A Dpng2swf.c57 static int clip_x1=0,clip_y1=0,clip_x2=0,clip_y2=0; variable
73 swf->movieSize.ymax = clip_y2 * 20; in MovieStart()
686 clip_y2 = atoi(y2); in args_callback_option()
/dports/games/quadra/quadra-1.3.0/skelton/svgalib/
H A Dvideo.cpp61 rect.h = clip_y2 - clip_y1 + 1; in rect()
89 video->set_dirty(pos_x+clip_x1, pos_y+clip_y1, pos_x+clip_x2, pos_y+clip_y2); in clip_dirty()
115 srcrect.h = clip_y2 - clip_y1 + 1; in put_surface()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_kms.c899 int clip_y2 = clips_ptr->y2 - unit->crtc.y; in do_dmabuf_dirty_sou() local
905 clip_x2 <= 0 || clip_y2 <= 0) in do_dmabuf_dirty_sou()
910 clip_y2 = min_t(int, clip_y2, unit->crtc.mode.vdisplay); in do_dmabuf_dirty_sou()
924 blits[hit_num].body.destRect.bottom = clip_y2; in do_dmabuf_dirty_sou()
1417 int clip_y2 = c->y - units[i]->crtc.y + c->h; in vmw_kms_readback() local
1433 clip_y2 = min(clip_y2, units[i]->crtc.mode.vdisplay); in vmw_kms_readback()
1438 clip_x2 <= 0 || clip_y2 <= 0) in vmw_kms_readback()
1449 blits[blits_pos].body.srcRect.bottom = clip_y2; in vmw_kms_readback()
/dports/devel/goffice/goffice-0.10.50/goffice/canvas/
H A Dgoc-canvas.c57 double clip_x1, clip_y1, clip_x2, clip_y2; in goc_canvas_draw() local
106 clip_y2 = clip_y1 + l->rectangles[i].height; in goc_canvas_draw()
116 ay1 = (double) clip_y2 / canvas->pixels_per_unit + canvas->scroll_y1; in goc_canvas_draw()
/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dxtext.h207 int clip_y2; /* from y to y2 */ member
H A Dxtext.c447 xtext->clip_y2 = 1000000; in gtk_xtext_init()
1075 xtext->clip_y2 = area->y + area->height; in gtk_xtext_paint()
1101 xtext->clip_y2 = 1000000; in gtk_xtext_paint()
2570 …if (y - xtext->font->ascent > xtext->clip_y2 || (y - xtext->font->ascent) + xtext->fontsize < xtex… in gtk_xtext_render_flush()
2617 clip.height = xtext->clip_y2 - xtext->clip_y; in gtk_xtext_render_flush()
/dports/graphics/libgnomecanvas/libgnomecanvas-2.30.3/libgnomecanvas/
H A Dgnome-canvas.c3551 int clip_x1, clip_y1, clip_x2, clip_y2; in uta_union_clip() local
3564 clip_y2 = (clip->y1 >> ART_UTILE_SHIFT) + 1; in uta_union_clip()
3595 new_y2 = MIN (clip_y2, union_y2); in uta_union_clip()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dgtkinst.cxx16637 double clip_x1, clip_x2, clip_y1, clip_y2; in signal_draw() local
16638 cairo_clip_extents(cr, &clip_x1, &clip_y1, &clip_x2, &clip_y2); in signal_draw()
16642 rect.height = clip_y2 - clip_y1; in signal_draw()