Searched refs:imageByteSize (Results 1 – 9 of 9) sorted by relevance
151 const size_t imageByteSize = imageSize * bitDepth / 8; in ReadBlock() local153 size_t rs = this->fd->ReadDirect(data, imageByteSize); in ReadBlock()154 if (rs != imageByteSize) in ReadBlock()
150 const size_t imageByteSize = imageSize * bitDepth / 8; in ReadBlock() local152 size_t rs = this->fd->ReadDirect(data, imageByteSize); in ReadBlock()153 if (rs != imageByteSize) in ReadBlock()
130 const size_t imageByteSize = imageSize * byteCount; in Read() local133 this->buf = new U8[imageByteSize]; in Read()
123 [[nodiscard]] int imageByteSize(Data::PhotoSize size) const;
298 photo->imageByteSize(PhotoSize::Large)); in Should()
149 int PhotoData::imageByteSize(PhotoSize size) const { in imageByteSize() function in PhotoData