Searched refs:dstBlocks (Results 1 – 2 of 2) sorted by relevance
86 BC1Block* dstBlocks = reinterpret_cast<BC1Block*>(tmp->writable_data()); in make_compressed_data() local97 dstBlocks[y*numXBlocks + x] = (y < numYBlocks/2) ? transBlock : opaqueBlock; in make_compressed_data()
244 BC1Block* dstBlocks = reinterpret_cast<BC1Block*>(dstPixels); in GrTwoColorBC1Compress() local278 dstBlocks[y*numXBlocks + x] = block; in GrTwoColorBC1Compress()