Searched refs:CHUNK_TYPE_RAW (Results 1 – 1 of 1) sorted by relevance
248 CHUNK_TYPE_RAW = 0xcac1 variable in ImageChunk273 if self.chunk_type == self.CHUNK_TYPE_RAW:372 if chunk_type == ImageChunk.CHUNK_TYPE_RAW:376 self.chunks.append(ImageChunk(ImageChunk.CHUNK_TYPE_RAW, chunk_offset,479 ImageChunk.CHUNK_TYPE_RAW,563 if chunk.chunk_type == ImageChunk.CHUNK_TYPE_RAW:629 if chunk.chunk_type == ImageChunk.CHUNK_TYPE_RAW: