Lines Matching defs:src32
693 const uint32* src32 = reinterpret_cast<const uint32*>(src);695 src32 += width - 1;697 dst32[x] = src32[0];698 dst32[x + 1] = src32[-1];699 src32 -= 2;702 dst32[width - 1] = src32[0];