Searched refs:read_data_func (Results 1 – 1 of 1) sorted by relevance
74 ReadDataFunc read_data_func; member329 hr = This->read_data_func(This); in BmpFrameDecode_CopyPixels()739 ReadDataFunc read_data_func; member838 This->read_data_func = BmpFrameDecode_ReadUncompressed; in BmpDecoder_ReadHeaders()869 This->read_data_func = BmpFrameDecode_ReadUncompressed; in BmpDecoder_ReadHeaders()900 This->read_data_func = BmpFrameDecode_ReadRLE8; in BmpDecoder_ReadHeaders()905 This->read_data_func = BmpFrameDecode_ReadRLE4; in BmpDecoder_ReadHeaders()915 This->read_data_func = BmpFrameDecode_ReadUnsupported; in BmpDecoder_ReadHeaders()929 This->read_data_func = format->read_data_func; in BmpDecoder_ReadHeaders()945 This->read_data_func = BmpFrameDecode_ReadUnsupported; in BmpDecoder_ReadHeaders()[all …]