Searched refs:dst_pos_32 (Results 1 – 1 of 1) sorted by relevance
312 uint32_t* dst_pos_32 = reinterpret_cast<uint32_t*>(dst_pos); in SlowBlit() local329 dst_pos_32[x] = ((r >> 8) & 0xff0000) | ((g >> 16) & 0xff00) | in SlowBlit()