Lines Matching refs:dst_stride_argb
774 int dst_stride_argb, in ARGBMirror() argument
826 dst_argb += dst_stride_argb; in ARGBMirror()
859 int dst_stride_argb, in ARGBBlend() argument
871 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBBlend()
872 dst_stride_argb = -dst_stride_argb; in ARGBBlend()
876 dst_stride_argb == width * 4) { in ARGBBlend()
879 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBBlend()
886 dst_argb += dst_stride_argb; in ARGBBlend()
1084 int dst_stride_argb, in ARGBMultiply() argument
1096 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBMultiply()
1097 dst_stride_argb = -dst_stride_argb; in ARGBMultiply()
1101 dst_stride_argb == width * 4) { in ARGBMultiply()
1104 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBMultiply()
1144 dst_argb += dst_stride_argb; in ARGBMultiply()
1156 int dst_stride_argb, in ARGBAdd() argument
1168 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBAdd()
1169 dst_stride_argb = -dst_stride_argb; in ARGBAdd()
1173 dst_stride_argb == width * 4) { in ARGBAdd()
1176 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBAdd()
1221 dst_argb += dst_stride_argb; in ARGBAdd()
1233 int dst_stride_argb, in ARGBSubtract() argument
1245 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBSubtract()
1246 dst_stride_argb = -dst_stride_argb; in ARGBSubtract()
1250 dst_stride_argb == width * 4) { in ARGBSubtract()
1253 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBSubtract()
1293 dst_argb += dst_stride_argb; in ARGBSubtract()
1620 int dst_stride_argb, in ARGBRect() argument
1633 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBRect()
1634 dst_stride_argb = -dst_stride_argb; in ARGBRect()
1636 dst_argb += dst_y * dst_stride_argb + dst_x * 4; in ARGBRect()
1638 if (dst_stride_argb == width * 4) { in ARGBRect()
1641 dst_stride_argb = 0; in ARGBRect()
1669 dst_argb += dst_stride_argb; in ARGBRect()
1691 int dst_stride_argb, in ARGBAttenuate() argument
1706 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBAttenuate()
1709 src_stride_argb = dst_stride_argb = 0; in ARGBAttenuate()
1747 dst_argb += dst_stride_argb; in ARGBAttenuate()
1757 int dst_stride_argb, in ARGBUnattenuate() argument
1772 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBUnattenuate()
1775 src_stride_argb = dst_stride_argb = 0; in ARGBUnattenuate()
1798 dst_argb += dst_stride_argb; in ARGBUnattenuate()
1808 int dst_stride_argb, in ARGBGrayTo() argument
1823 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBGrayTo()
1826 src_stride_argb = dst_stride_argb = 0; in ARGBGrayTo()
1847 dst_argb += dst_stride_argb; in ARGBGrayTo()
1855 int dst_stride_argb, in ARGBGray() argument
1863 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in ARGBGray()
1868 if (dst_stride_argb == width * 4) { in ARGBGray()
1871 dst_stride_argb = 0; in ARGBGray()
1891 dst += dst_stride_argb; in ARGBGray()
1899 int dst_stride_argb, in ARGBSepia() argument
1906 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in ARGBSepia()
1911 if (dst_stride_argb == width * 4) { in ARGBSepia()
1914 dst_stride_argb = 0; in ARGBSepia()
1934 dst += dst_stride_argb; in ARGBSepia()
1945 int dst_stride_argb, in ARGBColorMatrix() argument
1962 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBColorMatrix()
1965 src_stride_argb = dst_stride_argb = 0; in ARGBColorMatrix()
1980 dst_argb += dst_stride_argb; in ARGBColorMatrix()
1989 int dst_stride_argb, in RGBColorMatrix() argument
1996 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in RGBColorMatrix()
2018 return ARGBColorMatrix((const uint8*)(dst), dst_stride_argb, dst, in RGBColorMatrix()
2019 dst_stride_argb, &matrix_argb[0], width, height); in RGBColorMatrix()
2026 int dst_stride_argb, in ARGBColorTable() argument
2035 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in ARGBColorTable()
2041 if (dst_stride_argb == width * 4) { in ARGBColorTable()
2044 dst_stride_argb = 0; in ARGBColorTable()
2053 dst += dst_stride_argb; in ARGBColorTable()
2062 int dst_stride_argb, in RGBColorTable() argument
2071 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in RGBColorTable()
2077 if (dst_stride_argb == width * 4) { in RGBColorTable()
2080 dst_stride_argb = 0; in RGBColorTable()
2089 dst += dst_stride_argb; in RGBColorTable()
2105 int dst_stride_argb, in ARGBQuantize() argument
2116 uint8* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in ARGBQuantize()
2122 if (dst_stride_argb == width * 4) { in ARGBQuantize()
2125 dst_stride_argb = 0; in ARGBQuantize()
2139 dst += dst_stride_argb; in ARGBQuantize()
2184 int dst_stride_argb, in ARGBBlur() argument
2284 dst_argb += dst_stride_argb; in ARGBBlur()
2294 int dst_stride_argb, in ARGBShade() argument
2310 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBShade()
2313 src_stride_argb = dst_stride_argb = 0; in ARGBShade()
2334 dst_argb += dst_stride_argb; in ARGBShade()
2426 int dst_stride_argb, in ARGBInterpolate() argument
2431 src_stride_argb1, dst_argb, dst_stride_argb, in ARGBInterpolate()
2478 int dst_stride_argb, in ARGBShuffle() argument
2495 if (src_stride_bgra == width * 4 && dst_stride_argb == width * 4) { in ARGBShuffle()
2498 src_stride_bgra = dst_stride_argb = 0; in ARGBShuffle()
2544 dst_argb += dst_stride_argb; in ARGBShuffle()
2553 int dst_stride_argb, in ARGBSobelize() argument
2673 dst_argb += dst_stride_argb; in ARGBSobelize()
2685 int dst_stride_argb, in ARGBSobel() argument
2714 return ARGBSobelize(src_argb, src_stride_argb, dst_argb, dst_stride_argb, in ARGBSobel()
2762 int dst_stride_argb, in ARGBSobelXY() argument
2791 return ARGBSobelize(src_argb, src_stride_argb, dst_argb, dst_stride_argb, in ARGBSobelXY()
2800 int dst_stride_argb, in ARGBPolynomial() argument
2817 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBPolynomial()
2820 src_stride_argb = dst_stride_argb = 0; in ARGBPolynomial()
2837 dst_argb += dst_stride_argb; in ARGBPolynomial()
2920 int dst_stride_argb, in ARGBLumaColorTable() argument
2938 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBLumaColorTable()
2941 src_stride_argb = dst_stride_argb = 0; in ARGBLumaColorTable()
2952 dst_argb += dst_stride_argb; in ARGBLumaColorTable()
2962 int dst_stride_argb, in ARGBCopyAlpha() argument
2978 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBCopyAlpha()
2981 src_stride_argb = dst_stride_argb = 0; in ARGBCopyAlpha()
3003 dst_argb += dst_stride_argb; in ARGBCopyAlpha()
3065 int dst_stride_argb, in ARGBCopyYToAlpha() argument
3081 if (src_stride_y == width && dst_stride_argb == width * 4) { in ARGBCopyYToAlpha()
3084 src_stride_y = dst_stride_argb = 0; in ARGBCopyYToAlpha()
3106 dst_argb += dst_stride_argb; in ARGBCopyYToAlpha()