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

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_Interp.c77 mlib_f32 *p_dst = (void*)pRGB; local
107 ((mlib_d64*)p_dst)[0] = vis_fpack16_pair(a0, b0);
108 p_dst += 2;
117 p_dst[0] = vis_fpack16(a0);
194 } p_dst; local
270 p_dst.theF32 = vis_fpack16(a0);
273 b = p_dst.theInt;
H A Dvis_IntArgbPre_Mask.c305 void *pbuff = buff, *p_dst; local
357 p_dst = pbuff;
359 p_dst = rasBase;
362 IntArgbPreAlphaMaskFill_line(p_dst, pMask, width, cnstARGB0,
366 if (p_dst != rasBase) {
367 mlib_ImageCopy_na(p_dst, rasBase, width*sizeof(mlib_s32));
377 p_dst = pbuff;
379 p_dst = rasBase;
382 IntArgPrebAlphaMaskFill_A1_line(p_dst, width, cnstARGB0,
385 if (p_dst !
568 void *pbuff = buff, *p_dst; local
852 void *pbuff = buff, *p_dst; local
[all...]

Completed in 37 milliseconds