Home | History | Annotate | Download | only in source

Lines Matching full:src_stride_argb

29 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
39 src_argb = src_argb + (height - 1) * src_stride_argb;
40 src_stride_argb = -src_stride_argb;
43 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb,