Searched refs:dst_argb1555 (Results 1 – 2 of 2) sorted by relevance
756 uint8* dst_argb1555, int dst_stride_argb1555, in ARGBToARGB1555() argument758 if (!src_argb || !dst_argb1555 || width <= 0 || height == 0) { in ARGBToARGB1555()781 ARGBToARGB1555Row(src_argb, dst_argb1555, width); in ARGBToARGB1555()783 dst_argb1555 += dst_stride_argb1555; in ARGBToARGB1555()
123 uint8* dst_argb1555, int dst_stride_argb1555,