Searched refs:getPaletteEntryCount (Results 1 – 3 of 3) sorted by relevance
121 sal_Int32 getPaletteEntryCount() const;
122 return m_aBitmap.get() ? m_aBitmap->getPaletteEntryCount() : 0; in GetPaletteEntryCount()129 if( m_aBitmap.get() && nIdx < static_cast<sal_uInt32>(m_aBitmap->getPaletteEntryCount()) ) in GetPaletteColor()
1089 sal_Int32 BitmapDevice::getPaletteEntryCount() const in getPaletteEntryCount() function in basebmp::BitmapDevice
Completed in 35 milliseconds