Lines Matching refs:Green
934 toByteColor(rgbColor[i].Green), in convertFromRGB()
947 pColors[m_nGreenIndex] = rgbColor[i].Green; in convertFromRGB()
974 toByteColor(rgbColor[i].Green), in convertFromARGB()
987 pColors[m_nGreenIndex] = rgbColor[i].Green; in convertFromARGB()
1015 toByteColor(rgbColor[i].Green / nAlpha), in convertFromPARGB()
1029 pColors[m_nGreenIndex] = rgbColor[i].Green / nAlpha; in convertFromPARGB()
1319 toByteColor(rgbColor[i].Green), in convertIntegerFromRGB()
1337 toByteColor(rgbColor[i].Green), in convertIntegerFromRGB()
1368 toByteColor(rgbColor[i].Green), in convertIntegerFromARGB()
1386 toByteColor(rgbColor[i].Green), in convertIntegerFromARGB()
1418 toByteColor(rgbColor[i].Green / nAlpha), in convertIntegerFromPARGB()
1436 toByteColor(rgbColor[i].Green), in convertIntegerFromPARGB()