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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConv2x2_f.c231 mlib_s32 wid, hgt, sll, dll, wid1; local
237 wid1 = (wid + 1) &~ 1;
239 if (wid1 > BUFF_LINE) {
240 pbuff = mlib_malloc(4*sizeof(mlib_s32)*wid1);
246 buff0 = buffo + wid1;
247 buff1 = buff0 + wid1;
248 buff2 = buff1 + wid1;
372 mlib_s32 wid, hgt, sll, dll, wid1; local
380 wid1 = (swid + 1) &~ 1;
382 if (wid1 > BUFF_LIN
523 mlib_s32 wid, hgt, sll, dll, wid1; local
668 mlib_s32 wid, hgt, sll, dll, wid1; local
823 mlib_s32 wid, hgt, sll, dll, wid1; local
974 mlib_s32 wid, hgt, sll, dll, wid1; local
[all...]

Completed in 55 milliseconds