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

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_colors.c122 LUV_convert(int red, int grn, int blu, float *L, float *u, float *v) function
185 LUV_convert(cmap_r[total],cmap_g[total],cmap_b[total],
347 LUV_convert(red, green, blue, &pCmap->L, &pCmap->U, &pCmap->V);

Completed in 29 milliseconds