Lines Matching refs:dst_stride_argb
1095 int dst_stride_argb, in ARGBMirror() argument
1155 dst_argb += dst_stride_argb; in ARGBMirror()
1198 int dst_stride_argb, in ARGBBlend() argument
1210 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBBlend()
1211 dst_stride_argb = -dst_stride_argb; in ARGBBlend()
1215 dst_stride_argb == width * 4) { in ARGBBlend()
1218 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBBlend()
1225 dst_argb += dst_stride_argb; in ARGBBlend()
1450 int dst_stride_argb, in ARGBMultiply() argument
1462 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBMultiply()
1463 dst_stride_argb = -dst_stride_argb; in ARGBMultiply()
1467 dst_stride_argb == width * 4) { in ARGBMultiply()
1470 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBMultiply()
1518 dst_argb += dst_stride_argb; in ARGBMultiply()
1530 int dst_stride_argb, in ARGBAdd() argument
1542 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBAdd()
1543 dst_stride_argb = -dst_stride_argb; in ARGBAdd()
1547 dst_stride_argb == width * 4) { in ARGBAdd()
1550 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBAdd()
1603 dst_argb += dst_stride_argb; in ARGBAdd()
1615 int dst_stride_argb, in ARGBSubtract() argument
1627 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBSubtract()
1628 dst_stride_argb = -dst_stride_argb; in ARGBSubtract()
1632 dst_stride_argb == width * 4) { in ARGBSubtract()
1635 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBSubtract()
1683 dst_argb += dst_stride_argb; in ARGBSubtract()
2014 int dst_stride_argb, in ARGBRect() argument
2028 dst_argb = dst_argb + (height - 1) * dst_stride_argb; in ARGBRect()
2029 dst_stride_argb = -dst_stride_argb; in ARGBRect()
2031 dst_argb += dst_y * dst_stride_argb + dst_x * 4; in ARGBRect()
2033 if (dst_stride_argb == width * 4) { in ARGBRect()
2036 dst_stride_argb = 0; in ARGBRect()
2064 dst_argb += dst_stride_argb; in ARGBRect()
2086 int dst_stride_argb, in ARGBAttenuate() argument
2101 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBAttenuate()
2104 src_stride_argb = dst_stride_argb = 0; in ARGBAttenuate()
2150 dst_argb += dst_stride_argb; in ARGBAttenuate()
2160 int dst_stride_argb, in ARGBUnattenuate() argument
2175 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBUnattenuate()
2178 src_stride_argb = dst_stride_argb = 0; in ARGBUnattenuate()
2201 dst_argb += dst_stride_argb; in ARGBUnattenuate()
2211 int dst_stride_argb, in ARGBGrayTo() argument
2226 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBGrayTo()
2229 src_stride_argb = dst_stride_argb = 0; in ARGBGrayTo()
2255 dst_argb += dst_stride_argb; in ARGBGrayTo()
2263 int dst_stride_argb, in ARGBGray() argument
2271 uint8_t* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in ARGBGray()
2276 if (dst_stride_argb == width * 4) { in ARGBGray()
2279 dst_stride_argb = 0; in ARGBGray()
2304 dst += dst_stride_argb; in ARGBGray()
2312 int dst_stride_argb, in ARGBSepia() argument
2319 uint8_t* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in ARGBSepia()
2324 if (dst_stride_argb == width * 4) { in ARGBSepia()
2327 dst_stride_argb = 0; in ARGBSepia()
2352 dst += dst_stride_argb; in ARGBSepia()
2363 int dst_stride_argb, in ARGBColorMatrix() argument
2380 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBColorMatrix()
2383 src_stride_argb = dst_stride_argb = 0; in ARGBColorMatrix()
2408 dst_argb += dst_stride_argb; in ARGBColorMatrix()
2417 int dst_stride_argb, in RGBColorMatrix() argument
2424 uint8_t* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in RGBColorMatrix()
2446 return ARGBColorMatrix((const uint8_t*)(dst), dst_stride_argb, dst, in RGBColorMatrix()
2447 dst_stride_argb, &matrix_argb[0], width, height); in RGBColorMatrix()
2454 int dst_stride_argb, in ARGBColorTable() argument
2463 uint8_t* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in ARGBColorTable()
2469 if (dst_stride_argb == width * 4) { in ARGBColorTable()
2472 dst_stride_argb = 0; in ARGBColorTable()
2481 dst += dst_stride_argb; in ARGBColorTable()
2490 int dst_stride_argb, in RGBColorTable() argument
2499 uint8_t* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in RGBColorTable()
2505 if (dst_stride_argb == width * 4) { in RGBColorTable()
2508 dst_stride_argb = 0; in RGBColorTable()
2517 dst += dst_stride_argb; in RGBColorTable()
2533 int dst_stride_argb, in ARGBQuantize() argument
2544 uint8_t* dst = dst_argb + dst_y * dst_stride_argb + dst_x * 4; in ARGBQuantize()
2550 if (dst_stride_argb == width * 4) { in ARGBQuantize()
2553 dst_stride_argb = 0; in ARGBQuantize()
2572 dst += dst_stride_argb; in ARGBQuantize()
2623 int dst_stride_argb, in ARGBBlur() argument
2728 dst_argb += dst_stride_argb; in ARGBBlur()
2738 int dst_stride_argb, in ARGBShade() argument
2754 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBShade()
2757 src_stride_argb = dst_stride_argb = 0; in ARGBShade()
2783 dst_argb += dst_stride_argb; in ARGBShade()
2875 int dst_stride_argb, in ARGBInterpolate() argument
2880 src_stride_argb1, dst_argb, dst_stride_argb, in ARGBInterpolate()
2927 int dst_stride_argb, in ARGBShuffle() argument
2944 if (src_stride_bgra == width * 4 && dst_stride_argb == width * 4) { in ARGBShuffle()
2947 src_stride_bgra = dst_stride_argb = 0; in ARGBShuffle()
2993 dst_argb += dst_stride_argb; in ARGBShuffle()
3002 int dst_stride_argb, in ARGBSobelize() argument
3150 dst_argb += dst_stride_argb; in ARGBSobelize()
3162 int dst_stride_argb, in ARGBSobel() argument
3199 return ARGBSobelize(src_argb, src_stride_argb, dst_argb, dst_stride_argb, in ARGBSobel()
3255 int dst_stride_argb, in ARGBSobelXY() argument
3292 return ARGBSobelize(src_argb, src_stride_argb, dst_argb, dst_stride_argb, in ARGBSobelXY()
3301 int dst_stride_argb, in ARGBPolynomial() argument
3318 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBPolynomial()
3321 src_stride_argb = dst_stride_argb = 0; in ARGBPolynomial()
3338 dst_argb += dst_stride_argb; in ARGBPolynomial()
3450 int dst_stride_argb, in ARGBLumaColorTable() argument
3468 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBLumaColorTable()
3471 src_stride_argb = dst_stride_argb = 0; in ARGBLumaColorTable()
3482 dst_argb += dst_stride_argb; in ARGBLumaColorTable()
3492 int dst_stride_argb, in ARGBCopyAlpha() argument
3508 if (src_stride_argb == width * 4 && dst_stride_argb == width * 4) { in ARGBCopyAlpha()
3511 src_stride_argb = dst_stride_argb = 0; in ARGBCopyAlpha()
3541 dst_argb += dst_stride_argb; in ARGBCopyAlpha()
3615 int dst_stride_argb, in ARGBCopyYToAlpha() argument
3631 if (src_stride_y == width && dst_stride_argb == width * 4) { in ARGBCopyYToAlpha()
3634 src_stride_y = dst_stride_argb = 0; in ARGBCopyYToAlpha()
3664 dst_argb += dst_stride_argb; in ARGBCopyYToAlpha()