Searched refs:miIndexToEnt15 (Results 1 – 2 of 2) sorted by relevance
45 #define miIndexToEnt15(mif,rgb15) ((mif)->ent[rgb15]) macro46 #define miIndexToEnt24(mif,rgb24) miIndexToEnt15(mif,miCvtR8G8B8to15(rgb24))
415 *pixel = miIndexToEnt15(pIndexed, (r << 10) | (g << 5) | b); in miRenderColorToPixel()