Lines Matching refs:store
784 struct compressed_pixelstore store;
790 &ctx->Pack, &store);
809 dest += store.SkipBytes;
811 for (slice = 0; slice < store.CopySlices; slice++) {
822 for (i = 0; i < store.CopyRowsPerSlice; i++) {
823 memcpy(dest, src, store.CopyBytesPerRow);
824 dest += store.TotalBytesPerRow;
831 dest += store.TotalBytesPerRow * (store.TotalRowsPerSlice -
832 store.CopyRowsPerSlice);
1792 struct compressed_pixelstore store;
1797 &ctx->Pack, &store);
1798 imageStride = store.TotalBytesPerRow * store.TotalRowsPerSlice;