Home
last modified time | relevance | path

Searched refs:rle_get_setup (Results 1 – 25 of 108) sorted by relevance

12345

/dports/x11/xloadimage/xloadimage.4.1/
H A Drlelib.h3 int rle_get_setup (struct sv_globals *globals);
H A Drle.c72 rv = rle_get_setup(&sv_globals);
164 if(rle_get_setup( &sv_globals )) {
/dports/graphics/urt/urt-3.1b1_12/tools/
H A Dunexp.c67 if ( (rle_err = rle_get_setup( &in_hdr )) != RLE_SUCCESS )
114 rle_get_setup( &in_hdr );
H A Dcrop.c70 if ( (rle_err = rle_get_setup( &in_hdr )) != RLE_SUCCESS )
90 rle_get_setup( &in_hdr ); /* Should work fine this time. */
H A Drleaddeof.c54 (rle_err = rle_get_setup( &in_hdr )) == RLE_SUCCESS;
H A Drlebox.c65 (rle_err = rle_get_setup( &the_hdr )) == RLE_SUCCESS;
H A Drlesplice.c122 (rle_err1 = rle_get_setup( &in_hdr1 )) == RLE_SUCCESS &&
123 (rle_err2 = rle_get_setup( &in_hdr2 )) == RLE_SUCCESS;
H A Drlesetbg.c71 (rle_err = rle_get_setup( &in_hdr )) == RLE_SUCCESS;
H A Drleskel.c87 (rle_err = rle_get_setup( &in_hdr )) == RLE_SUCCESS;
H A Drepos.c65 (rle_err = rle_get_setup( &in_hdr )) == RLE_SUCCESS;
H A Drleprint.c57 (rle_err = rle_get_setup( &in_hdr )) == RLE_SUCCESS;
H A Drlesplit.c122 while ( (rle_err = rle_get_setup( &in_hdr )) == RLE_SUCCESS )
H A Dtobw.c87 (rle_err = rle_get_setup( &rle_dflt_hdr )) == RLE_SUCCESS;
H A Drlenoise.c77 (rle_err = rle_get_setup( &in_hdr )) == RLE_SUCCESS;
H A Drleaddcom.c142 (rle_err = rle_get_setup( &in_hdr )) == RLE_SUCCESS;
H A Davg4.c71 (rle_err = rle_get_setup( &in_hdr )) == RLE_SUCCESS;
H A Drleselect.c193 while ( (rle_err = rle_get_setup( &in_hdr )) == RLE_SUCCESS )
/dports/graphics/urt/urt-3.1b1_12/include/
H A Drle.h207 extern int rle_get_setup( rle_hdr *the_hdr );
511 extern int rle_get_setup();
/dports/graphics/xli/xli-2006-11-10/
H A Drle.h144 int rle_get_setup(struct sv_globals *globals);
H A Drle.c47 rv = rle_get_setup(&sv_globals); in rleIdent()
121 if (rle_get_setup(&sv_globals)) { in rleLoad()
/dports/misc/magicpoint/magicpoint-1.13a/image/
H A Drle.h197 extern int rle_get_setup(struct sv_globals *);
H A Drle.c119 rv = rle_get_setup(&sv_globals);
211 if(rle_get_setup( &sv_globals )) {
/dports/graphics/urt/urt-3.1b1_12/get/
H A Dgetiris.c63 rle_get_setup( &hdr );
H A Dgetfb.c52 if( rle_get_setup( &hdr ) < 0 ) {
/dports/graphics/urt/urt-3.1b1_12/lib/
H A Drle_getrow.c74 rle_get_setup( the_hdr ) in rle_get_setup() function
272 code = rle_get_error( rle_get_setup( the_hdr ),

12345