Searched refs:pixelsData_ (Results 1 – 2 of 2) sorted by relevance
408 pixelsData_ = AllocOutputBuffer(context.decodeContext); in PromoteIncrementalDecode()409 if (pixelsData_ == nullptr) { in PromoteIncrementalDecode()442 pixelsData_ = nullptr; in Reset()778 uint8_t *offset = pixelsData_ + rowNum * pngImageInfo_.rowDataSize; in SaveRows()804 png_bytep oldRow = pixelsData_ + (rowNum - firstRow_) * pngImageInfo_.rowDataSize; in SaveInterlacedRows()1101 pixelsData_ = AllocOutputBuffer(context); in DoOneTimeDecode()1102 if (pixelsData_ == nullptr) { in DoOneTimeDecode()
108 uint8_t *pixelsData_ = nullptr; variable