![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for border_positions_t:Data Fields | |
| dt_aligned_pixel_t | bcolor |
| dt_aligned_pixel_t | flcolor |
| int | border_top |
| int | fl_top |
| int | image_top |
| int | border_left |
| int | fl_left |
| int | image_left |
| int | image_right |
| int | fl_right |
| int | border_right |
| int | width |
| int | image_bot |
| int | fl_bot |
| int | border_bot |
| int | height |
| int | stride |
| dt_aligned_pixel_t border_positions_t::bcolor |
Definition at line 404 of file borders.c.
Referenced by copy_image_with_border(), and process().
| int border_positions_t::border_bot |
Definition at line 418 of file borders.c.
Referenced by copy_image_with_border(), and process().
| int border_positions_t::border_left |
Definition at line 409 of file borders.c.
Referenced by copy_image_with_border(), and process().
| int border_positions_t::border_right |
Definition at line 414 of file borders.c.
Referenced by copy_image_with_border(), and process().
| int border_positions_t::border_top |
| int border_positions_t::fl_bot |
Definition at line 417 of file borders.c.
Referenced by copy_image_with_border(), and process().
| int border_positions_t::fl_left |
Definition at line 410 of file borders.c.
Referenced by copy_image_with_border(), and process().
| int border_positions_t::fl_right |
Definition at line 413 of file borders.c.
Referenced by copy_image_with_border(), and process().
| dt_aligned_pixel_t border_positions_t::flcolor |
Definition at line 405 of file borders.c.
Referenced by copy_image_with_border().
| int border_positions_t::height |
Definition at line 419 of file borders.c.
Referenced by copy_image_with_border().
| int border_positions_t::image_bot |
Definition at line 416 of file borders.c.
Referenced by copy_image_with_border().
| int border_positions_t::image_left |
Definition at line 411 of file borders.c.
Referenced by copy_image_with_border().
| int border_positions_t::image_right |
Definition at line 412 of file borders.c.
Referenced by copy_image_with_border().
| int border_positions_t::image_top |
Definition at line 408 of file borders.c.
Referenced by copy_image_with_border().
| int border_positions_t::stride |
Definition at line 420 of file borders.c.
Referenced by copy_image_with_border().
| int border_positions_t::width |
Definition at line 415 of file borders.c.
Referenced by copy_image_with_border().