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

/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRGraphicsConfig.java40 int depth, int colormap, boolean doubleBuffer) {
41 super(device, visualnum, depth, colormap, doubleBuffer);
49 int visualnum, int depth, int colormap, boolean doubleBuffer) {
54 return new XRGraphicsConfig(device, visualnum, depth, colormap,
39 XRGraphicsConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, boolean doubleBuffer) argument
48 getConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, boolean doubleBuffer) argument
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageAffine.c152 const void *colormap)
216 if (colormap != NULL && filter != MLIB_NEAREST) {
220 if (mlib_ImageGetLutType(colormap) == MLIB_SHORT)
224 if (mlib_ImageGetLutChannels(colormap) == 4)
256 if (colormap != NULL) {
257 res = mlib_AffineFunArr_bl_i[t_ind] (param, colormap);
268 if (colormap != NULL) {
269 res = mlib_AffineFunArr_bc_i[t_ind] (param, colormap);
306 mlib_ImageAffineEdgeZero(param, param_e, colormap);
316 res = mlib_ImageAffineEdgeExtend_BL(param, param_e, colormap);
147 mlib_ImageAffine_alltypes(mlib_image *dst, const mlib_image *src, const mlib_d64 *mtx, mlib_filter filter, mlib_edge edge, const void *colormap) argument
[all...]
H A Dmlib_ImageAffineEdge.c273 mlib_ImageColorTrue2IndexLine_U8_U8_3 (buff, (void*)dp, size, colormap); \
275 mlib_ImageColorTrue2IndexLine_U8_S16_3(buff, (void*)dp, size, colormap); \
279 mlib_ImageColorTrue2IndexLine_U8_U8_4 (buff, (void*)dp, size, colormap); \
281 mlib_ImageColorTrue2IndexLine_U8_S16_4(buff, (void*)dp, size, colormap); \
298 mlib_ImageColorTrue2IndexLine_S16_U8_3 (buff, (void*)dp, size, colormap); \
300 mlib_ImageColorTrue2IndexLine_S16_S16_3(buff, (void*)dp, size, colormap); \
304 mlib_ImageColorTrue2IndexLine_S16_U8_4 (buff, (void*)dp, size, colormap); \
306 mlib_ImageColorTrue2IndexLine_S16_S16_4(buff, (void*)dp, size, colormap); \
590 const void *colormap)
595 if (colormap !
588 mlib_ImageAffineEdgeZero(mlib_affine_param *param, mlib_affine_param *param_e, const void *colormap) argument
656 mlib_ImageAffineEdgeExtend_BL(mlib_affine_param *param, mlib_affine_param *param_e, const void *colormap) argument
781 mlib_ImageAffineEdgeExtend_BC(mlib_affine_param *param, mlib_affine_param *param_e, const void *colormap) argument
[all...]
H A Dmlib_ImageColorTrue2Index.c34 * const void *colormap)
37 * colormap Internal data structure for inverse color mapping.
84 sdata, ddata, width, colormap ); \
2546 const void *colormap)
2549 mlib_colormap *s = (mlib_colormap *)colormap;
2558 if (!colormap)
2544 mlib_ImageColorTrue2Index(mlib_image *dst, const mlib_image *src, const void *colormap) argument
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageAffineIndex_BC.c523 const void *colormap)
527 mlib_f32 *flut = (mlib_f32 *)mlib_ImageGetLutNormalTable(colormap) -
528 mlib_ImageGetLutOffset(colormap);
643 colormap);
659 const void *colormap)
663 mlib_d64 *flut = (mlib_d64 *)mlib_ImageGetLutNormalTable(colormap) -
664 mlib_ImageGetLutOffset(colormap);
736 colormap);
752 const void *colormap)
756 mlib_f32 *flut = (mlib_f32 *)mlib_ImageGetLutNormalTable(colormap)
522 mlib_ImageAffineIndex_U8_U8_3CH_BC(mlib_affine_param *param, const void *colormap) argument
658 mlib_ImageAffineIndex_U8_S16_3CH_BC(mlib_affine_param *param, const void *colormap) argument
751 mlib_ImageAffineIndex_U8_U8_4CH_BC(mlib_affine_param *param, const void *colormap) argument
887 mlib_ImageAffineIndex_U8_S16_4CH_BC(mlib_affine_param *param, const void *colormap) argument
984 mlib_ImageAffineIndex_S16_U8_3CH_BC(mlib_affine_param *param, const void *colormap) argument
1122 mlib_ImageAffineIndex_S16_S16_3CH_BC(mlib_affine_param *param, const void *colormap) argument
1217 mlib_ImageAffineIndex_S16_U8_4CH_BC(mlib_affine_param *param, const void *colormap) argument
1355 mlib_ImageAffineIndex_S16_S16_4CH_BC(mlib_affine_param *param, const void *colormap) argument
[all...]
H A Dmlib_v_ImageAffine_BL_S16.c722 const void *colormap)
725 mlib_s32 nchan = mlib_ImageGetLutChannels(colormap);
726 mlib_s32 lut_off = mlib_ImageGetLutOffset(colormap);
727 mlib_d64 *plut = (mlib_d64*)mlib_ImageGetLutNormalTable(colormap) - lut_off;
768 mlib_ImageColorTrue2IndexLine_S16_S16_3_in_4((void*)pbuff, (void*)dl, size, colormap);
770 mlib_ImageColorTrue2IndexLine_S16_S16_4((void*)pbuff, (void*)dl, size, colormap);
786 const void *colormap)
789 mlib_s32 nchan = mlib_ImageGetLutChannels(colormap);
790 mlib_s32 lut_off = mlib_ImageGetLutOffset(colormap);
791 mlib_d64 *plut = (mlib_d64*)mlib_ImageGetLutNormalTable(colormap)
721 s16_i(mlib_affine_param *param, const void *colormap) argument
785 u8_i(mlib_affine_param *param, const void *colormap) argument
[all...]
H A Dmlib_v_ImageAffine_BL.c725 const void *colormap)
728 mlib_s32 nchan = mlib_ImageGetLutChannels(colormap);
729 mlib_s32 lut_off = mlib_ImageGetLutOffset(colormap);
730 mlib_f32 *plut = (mlib_f32*)mlib_ImageGetLutNormalTable(colormap) - lut_off;
766 mlib_ImageColorTrue2IndexLine_U8_U8_3_in_4((void*)pbuff, (void*)dl, size, colormap);
768 mlib_ImageColorTrue2IndexLine_U8_U8_4((void*)pbuff, (void*)dl, size, colormap);
784 const void *colormap)
787 mlib_s32 nchan = mlib_ImageGetLutChannels(colormap);
788 mlib_s32 lut_off = mlib_ImageGetLutOffset(colormap);
789 mlib_f32 *plut = (mlib_f32*)mlib_ImageGetLutNormalTable(colormap)
724 u8_i(mlib_affine_param *param, const void *colormap) argument
783 s16_i(mlib_affine_param *param, const void *colormap) argument
[all...]
H A Dmlib_v_ImageConvIndex3_8_16nw.c65 void *colormap)
111 int offset = mlib_ImageGetLutOffset(colormap); \
112 LTYPE **lut_table = (LTYPE**)mlib_ImageGetLutData(colormap); \
418 mlib_ImageColorTrue2IndexLine_U8_S16_3((void*)buffe, dl, wid, colormap);
800 mlib_ImageColorTrue2IndexLine_U8_S16_3((void*)buffe, dl, wid, colormap);
830 void *colormap)
1657 mlib_ImageColorTrue2IndexLine_U8_S16_3((void*)buffe, dl, wid, colormap);
822 mlib_convMxN_Index3_8_16nw(mlib_image *dst, mlib_image *src, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 *kern, mlib_s32 scale, void *colormap) argument
H A Dmlib_v_ImageConvIndex3_8_8nw.c65 void *colormap)
111 int offset = mlib_ImageGetLutOffset(colormap); \
112 LTYPE **lut_table = (LTYPE**)mlib_ImageGetLutData(colormap); \
418 mlib_ImageColorTrue2IndexLine_U8_U8_3((void*)buffe, dl, wid, colormap);
800 mlib_ImageColorTrue2IndexLine_U8_U8_3((void*)buffe, dl, wid, colormap);
830 void *colormap)
1657 mlib_ImageColorTrue2IndexLine_U8_U8_3((void*)buffe, dl, wid, colormap);
822 mlib_convMxN_Index3_8_8nw(mlib_image *dst, mlib_image *src, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, mlib_s32 *kern, mlib_s32 scale, void *colormap) argument
H A Dmlib_v_ImageConv_8nw.c64 const void *colormap)
109 mlib_s32 offset = mlib_ImageGetLutOffset(colormap); \
110 LTYPE **lut_table = (LTYPE**)mlib_ImageGetLutData(colormap); \
425 ColorTrue2IndexLine((void *)buffe, dl, wid, colormap);
824 ColorTrue2IndexLine((void *)buffe, dl, wid, colormap);
855 const void *colormap)
1846 ColorTrue2IndexLine((void *)buffe, dl, wid, colormap);
847 mlib_convMxN_Index3_8_8nw(mlib_image *dst, const mlib_image *src, mlib_s32 m, mlib_s32 n, mlib_s32 dm, mlib_s32 dn, const mlib_s32 *kern, mlib_s32 scale, const void *colormap) argument
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DGifImageDecoder.java294 // colormap info
297 // no global colormap so make up our own
298 // If there is a local colormap, it will override what we
299 // have here. If there is not a local colormap, the rules
300 // for GIF89 say that we can use whatever colormap we want.
301 // This means that we should probably put in a full 256 colormap
505 // transfer that byte as the first colormap byte
522 // Fix for 4233748: extend colormap to contain transparent pixel
531 // Fix for 4233748: extend colormap to contain transparent pixel
613 public static byte[] grow_colormap(byte[] colormap, in argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom.h70 *colormap; member in struct:mlib_work_image
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c31 * In 1-pass quantization the colormap must be chosen in advance of seeing the
37 * Since the colormap is orthogonal, the representative value for each color
39 * then these indexes can be combined into a colormap index by a standard
45 * index of the colormap entry closest to a given pixel value is just
149 /* Initially allocated colormap is saved here */
155 * premultiplied as described above. Since colormap indexes must fit into
176 * These routines determine the colormap to be used. The rest of the module
177 * only assumes that the colormap is orthogonal.
273 * Create the colormap.
280 JSAMPARRAY colormap; /* Create local
[all...]
H A Djpeglib.h451 int desired_number_of_colors; /* max # colors to use in created colormap */
454 boolean enable_external_quant;/* enable future use of external colormap */
467 /* output_components is 1 (a colormap index) when quantizing colors;
476 /* When quantizing colors, the output colormap is described by these fields.
477 * The application can supply a colormap by setting colormap non-NULL before
478 * calling jpeg_start_decompress; otherwise a colormap is created during
483 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */ member in struct:jpeg_decompress_struct
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsConfig.java73 int colormap; field in class:X11GraphicsConfig
91 int colormap,
94 return new X11GraphicsConfig(device, visualnum, depth, colormap, doubleBuffer);
108 int colormap, int type)
110 return new X11GraphicsConfig(device, visualnum, depth, colormap, false);
119 int colormap, boolean doubleBuffer)
125 this.colormap = colormap;
159 * Returns the colormap associated with this configuration.
162 return colormap;
89 getConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, boolean doubleBuffer) argument
106 getConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, int type) argument
117 X11GraphicsConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, boolean doubleBuffer) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c1551 (JNIEnv *env, jclass clazz, jlong display , jlong colormap, jlong xcolor) {
1555 status = XAllocColor((Display *) jlong_to_ptr(display), (Colormap) colormap, (XColor *) jlong_to_ptr(xcolor));
1550 Java_sun_awt_X11_XlibWrapper_XAllocColor(JNIEnv *env, jclass clazz, jlong display , jlong colormap, jlong xcolor) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibWrapper.java419 Status XAllocColor(display, colormap, screen_in_out)
421 Colormap colormap;
425 static native boolean XAllocColor( long display, long colormap, long screen_in_out); argument

Completed in 751 milliseconds