Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doctree.cxx75 Octree::Octree( sal_uLong nColors ) : in Octree() function in Octree
87 Octree::Octree( const BitmapReadAccess& rReadAcc, sal_uLong nColors ) : in Octree() function in Octree
100 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()
H A Dbitmap3.cxx724 Octree aOctree( *pReadAcc, pExtColor ? ( nCount - 1 ) : nCount ); in ImplConvertDown()
2901 Octree aOct( *pRAcc, nColCount ); in ImplReduceSimple()
/trunk/main/vcl/inc/vcl/
H A Doctree.hxx64 class VCL_PLUGIN_PUBLIC Octree class
79 Octree() {}; in Octree() function in Octree
91 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 35 milliseconds