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