Searched defs:colormap_size (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/coders/
H A Dtga.c101 colormap_size;
229 tga_info.colormap_size=(unsigned char) ReadBlobByte(image);
248 (tga_info.colormap_size == 32) ? BlendPixelTrait : UndefinedPixelTrait;
256 image->depth=(size_t) ((tga_info.colormap_size <= 8) ? 8 :
257 (tga_info.colormap_size <= 16) ? 5 :
258 (tga_info.colormap_size == 24) ? 8 :
259 (tga_info.colormap_size == 32) ? 8 : 8);
345 switch (tga_info.colormap_size)
790 tga_info.colormap_size=0;
837 tga_info.colormap_size
100 colormap_size; member in struct:_TGAInfo
[all...]
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 55 milliseconds