Searched refs:dst_argb4444 (Results 1 – 2 of 2) sorted by relevance
791 uint8* dst_argb4444, int dst_stride_argb4444, in ARGBToARGB4444() argument793 if (!src_argb || !dst_argb4444 || width <= 0 || height == 0) { in ARGBToARGB4444()816 ARGBToARGB4444Row(src_argb, dst_argb4444, width); in ARGBToARGB4444()818 dst_argb4444 += dst_stride_argb4444; in ARGBToARGB4444()
129 uint8* dst_argb4444, int dst_stride_argb4444,