Home | History | Annotate | Download | only in coders

Lines Matching refs:ReadBlobLSBShort

227   tga_info.colormap_index=ReadBlobLSBShort(image);
228 tga_info.colormap_length=ReadBlobLSBShort(image);
230 tga_info.x_origin=ReadBlobLSBShort(image);
231 tga_info.y_origin=ReadBlobLSBShort(image);
232 tga_info.width=(unsigned short) ReadBlobLSBShort(image);
233 tga_info.height=(unsigned short) ReadBlobLSBShort(image);