Lines Matching refs:m_nIndexIndex
120 m_nIndexIndex(-1), in VclCanvasBitmap()
378 m_nIndexIndex = 0; in VclCanvasBitmap()
417 ++m_nIndexIndex; in VclCanvasBitmap()
778 OSL_ENSURE(m_nIndexIndex != -1, in convertToRGB()
786 sal::static_int_cast<sal_uInt16>(deviceColor[i+m_nIndexIndex])); in convertToRGB()
827 OSL_ENSURE(m_nIndexIndex != -1, in convertToARGB()
835 sal::static_int_cast<sal_uInt16>(deviceColor[i+m_nIndexIndex])); in convertToARGB()
880 OSL_ENSURE(m_nIndexIndex != -1, in convertToPARGB()
888 sal::static_int_cast<sal_uInt16>(deviceColor[i+m_nIndexIndex])); in convertToPARGB()
932 pColors[m_nIndexIndex] = m_pBmpAcc->GetBestPaletteIndex( in convertFromRGB()
972 pColors[m_nIndexIndex] = m_pBmpAcc->GetBestPaletteIndex( in convertFromARGB()
1013 pColors[m_nIndexIndex] = m_pBmpAcc->GetBestPaletteIndex( in convertFromPARGB()
1076 OSL_ENSURE(m_nIndexIndex != -1, in convertFromIntegerColorSpace()
1084 sal::static_int_cast<sal_uInt16>(deviceColor[i+m_nIndexIndex])); in convertFromIntegerColorSpace()