Searched refs:_GetInt32FromStream (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/translators/psd/
H A DPSDLoader.cpp31 fSignature = _GetInt32FromStream(fStream);
41 fHeight = _GetInt32FromStream(fStream);
42 fWidth = _GetInt32FromStream(fStream);
46 fColorModeDataSize = _GetInt32FromStream(fStream);
50 fImageResourceSectionSize = _GetInt32FromStream(fStream);
56 _SkipStreamBlock(fStream, _GetInt32FromStream(fStream));
474 PSDLoader::_GetInt32FromStream(BPositionIO *in) function in class:PSDLoader
526 int32 resBlockSignature = _GetInt32FromStream(fStream);
548 uint32 resSize = _GetInt32FromStream(fStream);
H A DPSDLoader.h82 int32 _GetInt32FromStream(BPositionIO *in);

Completed in 34 milliseconds