Home | History | Annotate | Download | only in source

Lines Matching refs:dst32

694   uint32* dst32 = reinterpret_cast<uint32*>(dst);
697 dst32[x] = src32[0];
698 dst32[x + 1] = src32[-1];
702 dst32[width - 1] = src32[0];