Home
last modified time | relevance | path

Searched refs:getPaletteEntryCount (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basebmp/inc/basebmp/
H A Dbitmapdevice.hxx128 sal_Int32 getPaletteEntryCount() const;
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx122 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()
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx1089 sal_Int32 BitmapDevice::getPaletteEntryCount() const in getPaletteEntryCount() function in basebmp::BitmapDevice

Completed in 51 milliseconds