Home
last modified time | relevance | path

Searched refs:TGA_DESC_ABITS (Results 1 – 7 of 7) sorted by last modified time

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/copyleft/opengl2/
H A Dtga.h75 #define TGA_DESC_ABITS 0x0f macro
/dports/devel/efl/efl-1.25.1/src/modules/evas/image_loaders/tga/
H A Devas_image_load_tga.c21 #define TGA_DESC_ABITS 0x0f macro
126 if ((bpp == 32) && (header->descriptor & TGA_DESC_ABITS)) hasa = 1; in evas_image_load_file_head_tga()
127 if ((bpp == 16) && (header->descriptor & TGA_DESC_ABITS)) hasa = 1; in evas_image_load_file_head_tga()
227 if ((bpp == 32) && (header->descriptor & TGA_DESC_ABITS)) hasa = 1; in evas_image_load_file_data_tga()
228 if ((bpp == 16) && (header->descriptor & TGA_DESC_ABITS)) hasa = 1; in evas_image_load_file_data_tga()
229 abits = header->descriptor & TGA_DESC_ABITS; in evas_image_load_file_data_tga()
/dports/graphics/imlib2/imlib2-1.7.0/src/modules/loaders/
H A Dloader_tga.c31 #define TGA_DESC_ABITS 0x0f macro
261 if (header->descriptor & TGA_DESC_ABITS) in load2()
267 if (header->descriptor & TGA_DESC_ABITS) in load2()
/dports/graphics/wings/libigl-2.1.0/include/igl/copyleft/opengl2/
H A Dtga.h75 #define TGA_DESC_ABITS 0x0f macro
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dinput-tga.ci88 #define TGA_DESC_ABITS 0x0f
311 abpp = hdr->descriptor & TGA_DESC_ABITS;
/dports/games/gl-117/gl-117-1.3.2-src/src/
H A Dloader_tga.cpp61 #define TGA_DESC_ABITS 0x0f macro
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dinput-tga.c91 #define TGA_DESC_ABITS 0x0f macro
302 abpp = hdr->descriptor & TGA_DESC_ABITS; in ReadImage()