Searched refs:double_lut (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColormap.h46 mlib_d64 *double_lut; member in struct:__anon747
122 ((mlib_d64 *)((( mlib_colormap *)( colormap))->double_lut))
H A Dmlib_ImageColorTrue2Index.c2161 mlib_d64 *double_lut = mlib_ImageGetLutDoubleData( s ); \
2171 len0 = double_lut[ 0 ] - col0; \
2172 len1 = double_lut[ 1 ] - col1; \
2173 len2 = double_lut[ 2 ] - col2; \
2177 len0 = double_lut[ 3 * k ] - col0; \
2179 len1 = double_lut[ 3 * k + 1 ] - col1; \
2181 len2 = double_lut[ 3 * k + 2 ] - col2; \
2196 mlib_d64 *double_lut = mlib_ImageGetLutDoubleData( s ); \
2207 len0 = double_lut[ 0 ] - col0; \
2208 len1 = double_lut[
[all...]

Completed in 30 milliseconds