Home | History | Annotate | Download | only in coders

Lines Matching refs:ReadBlobLSBShort

640         bmp_info.width=(ssize_t) ((short) ReadBlobLSBShort(image));
641 bmp_info.height=(ssize_t) ((short) ReadBlobLSBShort(image));
642 bmp_info.planes=ReadBlobLSBShort(image);
643 bmp_info.bits_per_pixel=ReadBlobLSBShort(image);
668 bmp_info.planes=ReadBlobLSBShort(image);
669 bmp_info.bits_per_pixel=ReadBlobLSBShort(image);