Lines Matching refs:m_nBlueIndex
118 m_nBlueIndex(-1), in VclCanvasBitmap()
266 m_nBlueIndex = 1; in VclCanvasBitmap()
294 m_nBlueIndex = 3; in VclCanvasBitmap()
322 m_nBlueIndex = 0; in VclCanvasBitmap()
350 m_nBlueIndex = 2; in VclCanvasBitmap()
416 ++m_nBlueIndex; in VclCanvasBitmap()
796 OSL_ENSURE(m_nRedIndex != -1 && m_nGreenIndex != -1 && m_nBlueIndex != -1, in convertToRGB()
805 deviceColor[i+m_nBlueIndex]); in convertToRGB()
847 OSL_ENSURE(m_nRedIndex != -1 && m_nGreenIndex != -1 && m_nBlueIndex != -1, in convertToARGB()
858 deviceColor[i+m_nBlueIndex]); in convertToARGB()
900 OSL_ENSURE(m_nRedIndex != -1 && m_nGreenIndex != -1 && m_nBlueIndex != -1, in convertToPARGB()
911 nAlpha*deviceColor[i+m_nBlueIndex]); in convertToPARGB()
948 pColors[m_nBlueIndex] = rgbColor[i].Blue; in convertFromRGB()
988 pColors[m_nBlueIndex] = rgbColor[i].Blue; in convertFromARGB()
1030 pColors[m_nBlueIndex] = rgbColor[i].Blue / nAlpha; in convertFromPARGB()
1096 OSL_ENSURE(m_nRedIndex != -1 && m_nGreenIndex != -1 && m_nBlueIndex != -1, in convertFromIntegerColorSpace()
1105 *pOut++ = deviceColor[i+m_nBlueIndex]; in convertFromIntegerColorSpace()