OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:colormap_length
(Results
1 - 1
of
1
) sorted by null
/external/ImageMagick/coders/
tga.c
98
colormap_length
;
228
tga_info.
colormap_length
=ReadBlobLSBShort(image);
273
image->colors=tga_info.colormap_index+tga_info.
colormap_length
;
789
tga_info.
colormap_length
=0;
835
tga_info.
colormap_length
=(unsigned short) image->colors;
861
(void) WriteBlobLSBShort(image,tga_info.
colormap_length
);
881
tga_info.
colormap_length
,(tga_info.colormap_size/8)*
907
tga_info.
colormap_length
),targa_colormap);
97
colormap_length
;
member in struct:_TGAInfo
[
all
...]
Completed in 54 milliseconds