ifw-odp
2.0.0-alpha
|
Fill pattern modes. More...
Typedefs | |
typedef unsigned int | clipm_fill_mode |
Fill mode type. More... | |
Variables | |
const clipm_fill_mode | CLIPM_FILL_VALUE |
Fill with given value. More... | |
const clipm_fill_mode | CLIPM_FILL_FOREGROUND |
Fill with foreground. More... | |
const clipm_fill_mode | CLIPM_FILL_BACKGROUND |
Fill with background. More... | |
const clipm_fill_mode | CLIPM_FILL_BWRASTER |
Fill with raster of foreground and background. More... | |
const clipm_fill_mode | CLIPM_FILL_HSTRIPES |
Fill with horizontal stripes of foreground and background. More... | |
const clipm_fill_mode | CLIPM_FILL_VSTRIPES |
Fill with vertical stripes of foreground and background. More... | |
const clipm_fill_mode | CLIPM_FILL_CAROS |
Fill with caros. More... | |
const clipm_fill_mode | CLIPM_FILL_DCAROS |
Fill with diagonal caros. More... | |
const clipm_fill_mode | CLIPM_FILL_DSTRIPES |
Fill with 45` diagonal stripes of foreground over background. More... | |
const clipm_fill_mode | CLIPM_FILL_DSTRIPES2 |
Fill with 135` diagonal stripes of foreground over background. More... | |
Fill pattern modes.
These modes define the method of area filling.
typedef unsigned int clipm_fill_mode |
Fill mode type.
const clipm_fill_mode CLIPM_FILL_BACKGROUND |
Fill with background.
const clipm_fill_mode CLIPM_FILL_BWRASTER |
Fill with raster of foreground and background.
const clipm_fill_mode CLIPM_FILL_CAROS |
Fill with caros.
const clipm_fill_mode CLIPM_FILL_DCAROS |
Fill with diagonal caros.
const clipm_fill_mode CLIPM_FILL_DSTRIPES |
Fill with 45` diagonal stripes of foreground over background.
const clipm_fill_mode CLIPM_FILL_DSTRIPES2 |
Fill with 135` diagonal stripes of foreground over background.
const clipm_fill_mode CLIPM_FILL_FOREGROUND |
Fill with foreground.
const clipm_fill_mode CLIPM_FILL_HSTRIPES |
Fill with horizontal stripes of foreground and background.
const clipm_fill_mode CLIPM_FILL_VALUE |
Fill with given value.
const clipm_fill_mode CLIPM_FILL_VSTRIPES |
Fill with vertical stripes of foreground and background.