Home
last modified time | relevance | path

Searched refs:fill_clip (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/cairo/cairo-1.17.4/perf/micro/
H A Dfill-clip.c121 fill_clip (cairo_perf_t *perf, cairo_t *cr, int width, int height) in fill_clip() function
/dports/graphics/cairo/cairo-1.17.4/perf/
H A Dcairo-perf.h247 CAIRO_PERF_DECL (fill_clip);
H A Dcairo-perf-micro.c590 { FUNC(fill_clip), 16, 512 },
/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfrender.c530 static void fill_clip(RGBA*line, int*z, int y, int x1, int x2, U32 depth) in fill_clip() function
774 fill_clip(line, zline, y, x1, x2, clipdepth); in fill()
942 fill_clip(line, zline, y, 0, i->width2, i->lines[y].pending_clipdepth); in swf_Process()
963 fill_clip(line, zline, y, lastx, startx, clipdepth); in swf_Process()
982 fill_clip(line, zline, y, lastx, i->width2, clipdepth); in swf_Process()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrange.c1976 GtkAllocation fill_alloc, fill_clip; in gtk_range_allocate_trough() local
2008 &fill_clip); in gtk_range_allocate_trough()
2009 gdk_rectangle_union (out_clip, &fill_clip, out_clip); in gtk_range_allocate_trough()