ifw-odp 5.0.0
|
Fill pattern modes. More...
Typedefs | |
typedef unsigned int | clipm_fill_mode |
Fill mode type. | |
Variables | |
const clipm_fill_mode | CLIPM_FILL_VALUE |
Fill with given value. | |
const clipm_fill_mode | CLIPM_FILL_FOREGROUND |
Fill with foreground. | |
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_HSTRIPES |
Fill with horizontal stripes of foreground and background. | |
const clipm_fill_mode | CLIPM_FILL_VSTRIPES |
Fill with vertical stripes 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. | |
Fill pattern modes.
These modes define the method of area filling.
typedef unsigned int clipm_fill_mode |
Fill mode type.
|
extern |
Fill with background.
|
extern |
Fill with raster of foreground and background.
|
extern |
Fill with caros.
|
extern |
Fill with diagonal caros.
|
extern |
Fill with 45` diagonal stripes of foreground over background.
|
extern |
Fill with 135` diagonal stripes of foreground over background.
|
extern |
Fill with foreground.
|
extern |
Fill with horizontal stripes of foreground and background.
|
extern |
Fill with given value.
|
extern |
Fill with vertical stripes of foreground and background.