Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
border_positions_t Struct Reference
+ 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
 

Detailed Description

Definition at line 416 of file borders.c.

Field Documentation

◆ bcolor

dt_aligned_pixel_t border_positions_t::bcolor

Definition at line 418 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ border_bot

int border_positions_t::border_bot

Definition at line 432 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ border_left

int border_positions_t::border_left

Definition at line 423 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ border_right

int border_positions_t::border_right

Definition at line 428 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ border_top

int border_positions_t::border_top

Definition at line 420 of file borders.c.

Referenced by process().

◆ fl_bot

int border_positions_t::fl_bot

Definition at line 431 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ fl_left

int border_positions_t::fl_left

Definition at line 424 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ fl_right

int border_positions_t::fl_right

Definition at line 427 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ fl_top

int border_positions_t::fl_top

Definition at line 421 of file borders.c.

Referenced by process().

◆ flcolor

dt_aligned_pixel_t border_positions_t::flcolor

Definition at line 419 of file borders.c.

Referenced by copy_image_with_border().

◆ height

int border_positions_t::height

Definition at line 433 of file borders.c.

Referenced by copy_image_with_border().

◆ image_bot

int border_positions_t::image_bot

Definition at line 430 of file borders.c.

Referenced by copy_image_with_border().

◆ image_left

int border_positions_t::image_left

Definition at line 425 of file borders.c.

Referenced by copy_image_with_border().

◆ image_right

int border_positions_t::image_right

Definition at line 426 of file borders.c.

Referenced by copy_image_with_border().

◆ image_top

int border_positions_t::image_top

Definition at line 422 of file borders.c.

Referenced by copy_image_with_border().

◆ stride

int border_positions_t::stride

Definition at line 434 of file borders.c.

Referenced by copy_image_with_border().

◆ width

int border_positions_t::width

Definition at line 429 of file borders.c.

Referenced by copy_image_with_border().


The documentation for this struct was generated from the following file: