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

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_IntArgbPre_Mask.c128 #define MASK_FILL(rr, cnstF, dstA, dstARGB) \
134 dstF = cnstF; \
147 mlib_s32 cnstF);
155 mlib_s32 cnstF)
173 MASK_FILL(res0, cnstF, dstA0, dstARGB0);
186 MASK_FILL(res0, cnstF, dstA0, vis_read_hi(dstARGB));
187 MASK_FILL(res1, cnstF, dstA1, vis_read_lo(dstARGB));
198 MASK_FILL(res0, cnstF, dstA0, dstARGB0);
151 IntArgPrebAlphaMaskFill_A1_line(mlib_f32 *dst_ptr, mlib_s32 width, mlib_f32 cnstARGB0, mlib_s32 *log_val, mlib_s32 cnstF) argument

Completed in 623 milliseconds