Searched refs:dstPixels (Results 1 – 1 of 1) sorted by relevance
235 MT::ArrayView<uint8> dstPixels; in SUITE() member245 , dstPixels(_dstPixels) in SUITE()255 , dstPixels(other.dstPixels) in SUITE()297 dstPixels[index + 0] = (pixel & 0xFF); in SUITE()298 dstPixels[index + 1] = (pixel >> 8 & 0xFF); in SUITE()299 dstPixels[index + 2] = (pixel >> 16 & 0xFF); in SUITE()