Home | History | Annotate | Download | only in coders

Lines Matching refs:ReadBlobMSBShort

210   rla_info.window.left=(short) ReadBlobMSBShort(image);
211 rla_info.window.right=(short) ReadBlobMSBShort(image);
212 rla_info.window.bottom=(short) ReadBlobMSBShort(image);
213 rla_info.window.top=(short) ReadBlobMSBShort(image);
214 rla_info.active_window.left=(short) ReadBlobMSBShort(image);
215 rla_info.active_window.right=(short) ReadBlobMSBShort(image);
216 rla_info.active_window.bottom=(short) ReadBlobMSBShort(image);
217 rla_info.active_window.top=(short) ReadBlobMSBShort(image);
218 rla_info.frame=(short) ReadBlobMSBShort(image);
219 rla_info.storage_type=(short) ReadBlobMSBShort(image);
220 rla_info.number_channels=(short) ReadBlobMSBShort(image);
223 rla_info.number_matte_channels=(short) ReadBlobMSBShort(image);
231 rla_info.number_auxiliary_channels=(short) ReadBlobMSBShort(image);
232 rla_info.revision=(short) ReadBlobMSBShort(image);
249 rla_info.field=(short) ReadBlobMSBShort(image);
252 rla_info.bits_per_channel=(short) ReadBlobMSBShort(image);
253 rla_info.matte_type=(short) ReadBlobMSBShort(image);
254 rla_info.matte_bits=(short) ReadBlobMSBShort(image);
255 rla_info.auxiliary_type=(short) ReadBlobMSBShort(image);
256 rla_info.auxiliary_bits=(short) ReadBlobMSBShort(image);