Lines Matching refs:m_nGreenIndex
117 m_nGreenIndex(-1), in VclCanvasBitmap()
265 m_nGreenIndex = 2; in VclCanvasBitmap()
293 m_nGreenIndex = 2; in VclCanvasBitmap()
321 m_nGreenIndex = 1; in VclCanvasBitmap()
349 m_nGreenIndex = 1; in VclCanvasBitmap()
415 ++m_nGreenIndex; in VclCanvasBitmap()
796 OSL_ENSURE(m_nRedIndex != -1 && m_nGreenIndex != -1 && m_nBlueIndex != -1, in convertToRGB()
804 deviceColor[i+m_nGreenIndex], in convertToRGB()
847 OSL_ENSURE(m_nRedIndex != -1 && m_nGreenIndex != -1 && m_nBlueIndex != -1, in convertToARGB()
857 deviceColor[i+m_nGreenIndex], in convertToARGB()
900 OSL_ENSURE(m_nRedIndex != -1 && m_nGreenIndex != -1 && m_nBlueIndex != -1, in convertToPARGB()
910 nAlpha*deviceColor[i+m_nGreenIndex], in convertToPARGB()
947 pColors[m_nGreenIndex] = rgbColor[i].Green; in convertFromRGB()
987 pColors[m_nGreenIndex] = rgbColor[i].Green; in convertFromARGB()
1029 pColors[m_nGreenIndex] = rgbColor[i].Green / nAlpha; in convertFromPARGB()
1096 OSL_ENSURE(m_nRedIndex != -1 && m_nGreenIndex != -1 && m_nBlueIndex != -1, in convertFromIntegerColorSpace()
1104 *pOut++ = deviceColor[i+m_nGreenIndex]; in convertFromIntegerColorSpace()