Searched refs:m_nRedIndex (Results 1 – 2 of 2) sorted by relevance
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()[all …]
56 sal_Int32 m_nRedIndex; member in vcl::unotools::VclCanvasBitmap