Searched refs:Octree (Results 1 – 3 of 3) sorted by relevance
75 Octree::Octree( sal_uLong nColors ) : in Octree() function in Octree87 Octree::Octree( const BitmapReadAccess& rReadAcc, sal_uLong nColors ) : in Octree() function in Octree100 Octree::~Octree() in ~Octree()108 void Octree::AddColor( const BitmapColor& rColor ) in AddColor()120 void Octree::ImplCreateOctree() in ImplCreateOctree()166 void Octree::ImplDeleteOctree( PPNODE ppNode ) in ImplDeleteOctree()180 void Octree::ImplAdd( PPNODE ppNode ) in ImplAdd()219 void Octree::ImplReduce() in ImplReduce()259 void Octree::CreatePalette( PNODE pNode ) in CreatePalette()276 void Octree::GetPalIndex( PNODE pNode ) in GetPalIndex()
724 Octree aOctree( *pReadAcc, pExtColor ? ( nCount - 1 ) : nCount ); in ImplConvertDown()2901 Octree aOct( *pRAcc, nColCount ); in ImplReduceSimple()
64 class VCL_PLUGIN_PUBLIC Octree class79 Octree() {}; in Octree() function in Octree91 Octree( const BitmapReadAccess& rReadAcc, sal_uLong nColors );92 Octree( sal_uLong nColors );93 ~Octree();103 inline const BitmapPalette& Octree::GetPalette() in GetPalette()113 inline sal_uInt16 Octree::GetBestPaletteIndex( const BitmapColor& rColor ) in GetBestPaletteIndex()
Completed in 36 milliseconds