Home
last modified time | relevance | path

Searched refs:PBMFORMAT (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/grx/grx249/src/gformats/
H A Dpnm2ctx.c126 if( (r == PLAINPBMFORMAT) || (r == PBMFORMAT) ) in loaddata()
303 if( (format < PBMFORMAT) || (format > PPMFORMAT) ) goto ENDFUNCTION; in GrLoadContextFromPnm()
306 case PBMFORMAT: r = _GrLoadContextFromPbm( &is,width,height ); in GrLoadContextFromPnm()
381 if( (format < PBMFORMAT) || (format > PPMFORMAT) ) goto ENDFUNCTION; in GrLoadContextFromPnmBuffer()
384 case PBMFORMAT: r = _GrLoadContextFromPbm( &is,width,height ); in GrLoadContextFromPnmBuffer()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dicm.h136 } BMFORMAT,*PBMFORMAT,*LPBMFORMAT; typedef
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dicm.h136 } BMFORMAT,*PBMFORMAT,*LPBMFORMAT; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dicm.h107 typedef BMFORMAT *PBMFORMAT,*LPBMFORMAT; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dicm.h107 typedef BMFORMAT *PBMFORMAT,*LPBMFORMAT; typedef
/dports/graphics/grx/grx249/include/
H A Dgrx20.h1607 #define PBMFORMAT 4 macro