Searched defs:mul8_cnstA (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_AlphaMaskFill.c47 srcA = mul8_cnstA[srcF]; \
65 mlib_u8 *mul8_cnstA,
138 dstA = mul8_cnstA[srcA] + alp1; \
154 mlib_u8 *mul8_cnstA,
194 mlib_u8 *mul8_cnstA, *mul8_dstF; local
230 mul8_cnstA = mul8table[cnstA];
245 log_val, mul8_cnstA, mul8_dstF,
259 log_val, mul8_cnstA, mul8_dstF,
285 mlib_u8 *mul8_cnstA, *mul8_dstF; local
321 mul8_cnstA
60 IntArgbAlphaMaskFill_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_f32 cnstARGB0, mlib_s32 *log_val, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_dstF, mlib_u8 *mul8_tbl) argument
149 IntArgbAlphaMaskFill_A1_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_f32 cnstARGB0, mlib_s32 *log_val, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_dstF, mlib_u8 *mul8_tbl) argument
416 IntRgbAlphaMaskFill_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_f32 cnstARGB0, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_dstF, mlib_u8 *mul8_srcF, mlib_u8 *mul8_tbl) argument
518 mlib_u8 *mul8_cnstA, *mul8_dstF, *mul8_srcF; local
617 mlib_u8 *mul8_cnstA, *mul8_dstF, *mul8_srcF; local
718 mlib_u8 *mul8_cnstA, *mul8_dstF, *mul8_srcF; local
[all...]
H A Dvis_SrcMaskFill.c47 dstA = dstA + mul8_cnstA[pathA]; \
58 mlib_u8 *mul8_cnstA,
140 mlib_u8 *mul8_cnstA; local
162 mul8_cnstA = mul8table[cnstA];
164 cnstR = mul8_cnstA[cnstR];
165 cnstG = mul8_cnstA[cnstG];
166 cnstB = mul8_cnstA[cnstB];
184 mul8_cnstA, (void*)mul8table);
210 mlib_u8 *mul8_cnstA; local
233 mul8_cnstA
53 IntArgbSrcMaskFill_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_d64 fgARGB, mlib_f32 cnstARGB0, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_tbl) argument
308 IntRgbSrcMaskFill_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_d64 fgARGB, mlib_f32 cnstARGB0, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_tbl) argument
386 mlib_u8 *mul8_cnstA; local
452 mlib_u8 *mul8_cnstA; local
524 mlib_u8 *mul8_cnstA; local
[all...]
H A Dvis_SrcOverMaskFill.c42 alp0 = mul8_cnstA[pathA]; \
59 mlib_u8 *mul8_cnstA,
121 dstA = mul8_cnstA[dstA]; \
137 mlib_u8 *mul8_cnstA,
204 mlib_u8 *mul8_cnstA; local
230 mul8_cnstA = mul8table[cnstA];
236 mul8_cnstA, (void*)mul8table);
247 mul8_cnstA = mul8table[255 - cnstA];
254 cnstA,mul8_cnstA, (void*)mul8table);
280 mlib_u8 *mul8_cnstA; local
55 IntArgbSrcOverMaskFill_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_f32 cnstARGB0, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_tbl) argument
132 IntArgbSrcOverMaskFill_A1_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_d64 cnstARGB, mlib_s32 cnstA, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_tbl) argument
389 IntRgbSrcOverMaskFill_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_f32 cnstARGB0, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_tbl) argument
513 mlib_u8 *mul8_cnstA; local
586 mlib_u8 *mul8_cnstA; local
661 mlib_u8 *mul8_cnstA; local
[all...]
H A Dvis_IntArgbPre_Mask.c643 dstA = 0xff - mul8_cnstA[pathA]; \
656 mlib_u8 *mul8_cnstA);
664 mlib_u8 *mul8_cnstA)
784 mlib_u8 *mul8_cnstA; local
810 mul8_cnstA = mul8table[cnstA];
816 mul8_cnstA);
857 mlib_u8 *mul8_cnstA; local
880 mul8_cnstA = mul8table[cnstA];
893 mul8_cnstA);
660 IntArgbPreSrcOverMaskFill_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_f32 cnstARGB0, mlib_u8 *mul8_cnstA) argument

Completed in 39 milliseconds