Home | History | Annotate | Download | only in coders

Lines Matching refs:ReadBlobLSBShort

613         bmp_info.width=(ssize_t) ((short) ReadBlobLSBShort(image));
614 bmp_info.height=(ssize_t) ((short) ReadBlobLSBShort(image));
615 bmp_info.planes=ReadBlobLSBShort(image);
616 bmp_info.bits_per_pixel=ReadBlobLSBShort(image);
641 bmp_info.planes=ReadBlobLSBShort(image);
642 bmp_info.bits_per_pixel=ReadBlobLSBShort(image);