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 402 of file borders.c.

Field Documentation

◆ bcolor

dt_aligned_pixel_t border_positions_t::bcolor

Definition at line 404 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ border_bot

int border_positions_t::border_bot

Definition at line 418 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ border_left

int border_positions_t::border_left

Definition at line 409 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ border_right

int border_positions_t::border_right

Definition at line 414 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ border_top

int border_positions_t::border_top

Definition at line 406 of file borders.c.

Referenced by process().

◆ fl_bot

int border_positions_t::fl_bot

Definition at line 417 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ fl_left

int border_positions_t::fl_left

Definition at line 410 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ fl_right

int border_positions_t::fl_right

Definition at line 413 of file borders.c.

Referenced by copy_image_with_border(), and process().

◆ fl_top

int border_positions_t::fl_top

Definition at line 407 of file borders.c.

Referenced by process().

◆ flcolor

dt_aligned_pixel_t border_positions_t::flcolor

Definition at line 405 of file borders.c.

Referenced by copy_image_with_border().

◆ height

int border_positions_t::height

Definition at line 419 of file borders.c.

Referenced by copy_image_with_border().

◆ image_bot

int border_positions_t::image_bot

Definition at line 416 of file borders.c.

Referenced by copy_image_with_border().

◆ image_left

int border_positions_t::image_left

Definition at line 411 of file borders.c.

Referenced by copy_image_with_border().

◆ image_right

int border_positions_t::image_right

Definition at line 412 of file borders.c.

Referenced by copy_image_with_border().

◆ image_top

int border_positions_t::image_top

Definition at line 408 of file borders.c.

Referenced by copy_image_with_border().

◆ stride

int border_positions_t::stride

Definition at line 420 of file borders.c.

Referenced by copy_image_with_border().

◆ width

int border_positions_t::width

Definition at line 415 of file borders.c.

Referenced by copy_image_with_border().


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