Home
last modified time | relevance | path

Searched refs:EMPTY_FILL (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/grx/grx249/src/bgi/
H A Dbar.c40 case EMPTY_FILL : GrFilledBox( left, top, right, bottom, COLBG); in __gr_bar()
H A Dfellipse.c40 case EMPTY_FILL : in fillellipse()
H A Dfillpolb.c62 case EMPTY_FILL : in fillpoly()
H A Dfldfill.c36 if ( FPATT == SOLID_FILL || FPATT == EMPTY_FILL) {
269 if ( FPATT == SOLID_FILL || FPATT == EMPTY_FILL) { in floodfill()
H A Dsector.c55 case EMPTY_FILL : in __gr_sector()
/dports/lang/ptoc/ptoc/WinBGI/
H A Dgraphics.h20 EMPTY_FILL, SOLID_FILL, LINE_FILL, LTSLASH_FILL, SLASH_FILL, BKSLASH_FILL, enumerator
H A Dwinbgi.cxx1740 hBrush[EMPTY_FILL] = (HBRUSH)GetStockObject(NULL_BRUSH); in initgraph()
/dports/lang/ptoc/ptoc/Xbgi/
H A Dgraphics.h92 #define EMPTY_FILL 0 macro
/dports/devel/z88dk/z88dk/include/
H A Dbgi.h52 enum fill_styles { EMPTY_FILL, SOLID_FILL, LINE_FILL, LTSLASH_FILL, SLASH_FILL, enumerator
/dports/graphics/grx/grx249/include/
H A Dlibbcc.h259 EMPTY_FILL, /* fills area in background color */ enumerator
/dports/graphics/grx/grx249/test/bgi/
H A Dbccbgi.c170 setfillstyle( EMPTY_FILL, 0 ); in StatusLineColor()