Lines Matching refs:m_nRedIndex
116 m_nRedIndex(-1), in VclCanvasBitmap()
264 m_nRedIndex = 3; in VclCanvasBitmap()
292 m_nRedIndex = 1; in VclCanvasBitmap()
320 m_nRedIndex = 2; in VclCanvasBitmap()
348 m_nRedIndex = 0; in VclCanvasBitmap()
414 ++m_nRedIndex; in VclCanvasBitmap()
796 OSL_ENSURE(m_nRedIndex != -1 && m_nGreenIndex != -1 && m_nBlueIndex != -1, in convertToRGB()
803 deviceColor[i+m_nRedIndex], in convertToRGB()
847 OSL_ENSURE(m_nRedIndex != -1 && m_nGreenIndex != -1 && m_nBlueIndex != -1, in convertToARGB()
856 deviceColor[i+m_nRedIndex], in convertToARGB()
900 OSL_ENSURE(m_nRedIndex != -1 && m_nGreenIndex != -1 && m_nBlueIndex != -1, in convertToPARGB()
909 nAlpha*deviceColor[i+m_nRedIndex], in convertToPARGB()
946 pColors[m_nRedIndex] = rgbColor[i].Red; in convertFromRGB()
986 pColors[m_nRedIndex] = rgbColor[i].Red; in convertFromARGB()
1028 pColors[m_nRedIndex] = rgbColor[i].Red / nAlpha; in convertFromPARGB()
1096 OSL_ENSURE(m_nRedIndex != -1 && m_nGreenIndex != -1 && m_nBlueIndex != -1, in convertFromIntegerColorSpace()
1103 *pOut++ = deviceColor[i+m_nRedIndex]; in convertFromIntegerColorSpace()