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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageThresh1_U8.c36 * const mlib_s32 *glow);
43 * glow array of values below thresholds
56 * Otherwise, set the destination to the glow value for that channel.
58 * +- glow[c] src[x][y][c] <= thresh[c]
99 glow0 = glow[n]
105 glow1 = glow[n]
111 glow2 = glow[n]
117 glow3 = glow[n]
130 mlib_s32 *glow = (void *)__glow; local
139 STRIP(pdst, psrc, width, height, 1, thresh, ghigh, glow);
175 mlib_s32 *glow = (void *)__glow; local
223 mlib_s32 *glow = (void *)__glow; local
277 mlib_s32 *glow = (void *)__glow; local
331 mlib_s32 *glow = (void *)__glow; local
430 mlib_s32 *glow = (void *)__glow; local
554 mlib_s32 *glow = (void *)__glow; local
724 mlib_s32 *glow = (void *)__glow; local
[all...]
H A Dmlib_ImageColorTrue2Index.c4192 void *glow,
4206 mlib_s32 glow[1]; local
4210 glow[0] = lut[0] - lut[1];
4214 thresh, ghigh, glow, bit_offset);
4243 mlib_s32 glow[1]; local
4247 glow[0] = (lut[1] < lut[0]) ? 0xFF : 0;
4251 bit_offset, thresh, ghigh[0], glow[0]);
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom_NN.c418 const mlib_s32 *glow)
470 gray_val0 = CLAMP_U8(glow[0]);
415 mlib_ImageZoom_BitToGray_1_Nearest(mlib_work_image *param, mlib_s32 s_bitoff, const mlib_s32 *ghigh, const mlib_s32 *glow) argument

Completed in 104 milliseconds