Home
last modified time | relevance | path

Searched refs:col_return (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/vice/vice-3.5/src/
H A Dcolor.c302 unsigned long *col_return, void *c) in color_fill_pixel_return() argument
326 if (col_return != NULL) { in color_fill_pixel_return()
327 col_return[colnr] = cdest->color_pixel; in color_fill_pixel_return()
428 unsigned long *col_return) in color_alloc_colors() argument
468 color_fill_pixel_return(color_alloced_owner, color_new, col_return, c); in color_alloc_colors()
H A Dcolor.h35 extern int color_alloc_colors(void *c, const struct palette_s *palette, unsigned long *col_return);
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Dcolor.c302 unsigned long *col_return, void *c) in color_fill_pixel_return() argument
326 if (col_return != NULL) { in color_fill_pixel_return()
327 col_return[colnr] = cdest->color_pixel; in color_fill_pixel_return()
428 unsigned long *col_return) in color_alloc_colors() argument
468 color_fill_pixel_return(color_alloced_owner, color_new, col_return, c); in color_alloc_colors()
H A Dcolor.h35 extern int color_alloc_colors(void *c, const struct palette_s *palette, unsigned long *col_return);
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-tree.h204 gint *col_return);
H A De-table.h312 gint *col_return);
H A De-tree.c2299 gint *col_return) in e_tree_get_cell_at() argument
2306 g_return_if_fail (col_return != NULL); in e_tree_get_cell_at()
2313 if (col_return) in e_tree_get_cell_at()
2314 *col_return = -1; in e_tree_get_cell_at()
2326 &x, &y, row_return, col_return); in e_tree_get_cell_at()
H A De-table.c2411 gint *col_return) in e_table_get_cell_at() argument
2418 g_return_if_fail (col_return != NULL); in e_table_get_cell_at()
2432 table->group, &x, &y, row_return, col_return); in e_table_get_cell_at()