Searched refs:pbm (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_lbm.c | 85 Uint8 id[4], pbm, colormap[MAXCOLORS*3], *MiniBuf, *ptr, count, color, msk; in IMG_LoadLBM_RW() local 131 pbm = 0; in IMG_LoadLBM_RW() 134 if ( !SDL_memcmp( id, "PBM ", 4 ) ) pbm = 1; in IMG_LoadLBM_RW() 235 if ( pbm ) /* File format : 'Packed Bitmap' */ in IMG_LoadLBM_RW() 303 if ( !pbm ) in IMG_LoadLBM_RW() 375 if ( pbm ) /* File format : 'Packed Bitmap' */ in IMG_LoadLBM_RW()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | README.txt | 28 miniswhite-1c-1b.pbm
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/ |
A D | common.sh | 45 IMG_MINISWHITE_1C_1B_PBM=${IMAGES}/miniswhite-1c-1b.pbm
|
A D | CMakeLists.txt | 134 images/miniswhite-1c-1b.pbm 326 add_convert_test(ppm2tiff miniswhite "" "images/miniswhite-1c-1b.pbm" TRUE)
|
A D | Makefile.am | 165 images/miniswhite-1c-1b.pbm \
|
A D | Makefile.in | 759 images/miniswhite-1c-1b.pbm \
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/ |
A D | README.txt | 53 It does not handle B&W pbm-files, but instead you could do pgm with bit-
|
Completed in 12 milliseconds