Lines Matching refs:p3

2253     int alpha_channel = 0, p0, p1, p2, p3;  in get_permutation()  local
2263 RGBA_FROM_PIXEL(Pixel, srcfmt, p0, p1, p2, p3); in get_permutation()
2266 p3 = 0; in get_permutation()
2271 PIXEL_FROM_RGBA(Pixel, dstfmt, p0, p1, p2, p3); in get_permutation()
2283 p3 = (Pixel >> 24) & 0xFF; in get_permutation()
2285 p3 = Pixel & 0xFF; in get_permutation()
2300 } else if (p3 == 0) { in get_permutation()
2301 p3 = 1; in get_permutation()
2311 if (p3 != 1) p3--; in get_permutation()
2315 p2 = p3; in get_permutation()
2321 *_p3 = p3 - 1; in get_permutation()
2351 int alpha_channel, p0, p1, p2, p3; in BlitNtoN() local
2352 get_permutation(srcfmt, dstfmt, &p0, &p1, &p2, &p3, &alpha_channel); in BlitNtoN()
2361 dst[3] = src[p3]; in BlitNtoN()
2379 int p0, p1, p2, p3; in BlitNtoN() local
2380 get_permutation(srcfmt, dstfmt, &p0, &p1, &p2, &p3, NULL); in BlitNtoN()
2405 int alpha_channel, p0, p1, p2, p3; in BlitNtoN() local
2406 get_permutation(srcfmt, dstfmt, &p0, &p1, &p2, &p3, &alpha_channel); in BlitNtoN()
2415 dst[3] = src[p3]; in BlitNtoN()
2470 int p0, p1, p2, p3; in BlitNtoNCopyAlpha() local
2471 get_permutation(srcfmt, dstfmt, &p0, &p1, &p2, &p3, NULL); in BlitNtoNCopyAlpha()
2480 dst[3] = src[p3]; in BlitNtoNCopyAlpha()
2679 int alpha_channel, p0, p1, p2, p3; in BlitNtoNKey() local
2680 get_permutation(srcfmt, dstfmt, &p0, &p1, &p2, &p3, &alpha_channel); in BlitNtoNKey()
2692 dst[3] = src[p3]; in BlitNtoNKey()
2787 int p0, p1, p2, p3; in BlitNtoNKey() local
2788 get_permutation(srcfmt, dstfmt, &p0, &p1, &p2, &p3, NULL); in BlitNtoNKey()
2826 int alpha_channel, p0, p1, p2, p3; in BlitNtoNKey() local
2827 get_permutation(srcfmt, dstfmt, &p0, &p1, &p2, &p3, &alpha_channel); in BlitNtoNKey()
2841 dst[3] = src[p3]; in BlitNtoNKey()
2938 int p0, p1, p2, p3; in BlitNtoNKeyCopyAlpha() local
2939 get_permutation(srcfmt, dstfmt, &p0, &p1, &p2, &p3, NULL); in BlitNtoNKeyCopyAlpha()
2950 dst[3] = src[p3]; in BlitNtoNKeyCopyAlpha()