Home
last modified time | relevance | path

Searched refs:ppNode (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/vcl/
H A Doctree.hxx85 SAL_DLLPRIVATE void ImplDeleteOctree( PPNODE ppNode );
86 SAL_DLLPRIVATE void ImplAdd( PPNODE ppNode );
/trunk/main/vcl/source/gdi/
H A Doctree.cxx166 void Octree::ImplDeleteOctree( PPNODE ppNode ) in ImplDeleteOctree() argument
170 if ( (*ppNode)->pChild[ i ] ) in ImplDeleteOctree()
174 pNodeCache->ImplReleaseNode( *ppNode ); in ImplDeleteOctree()
175 *ppNode = NULL; in ImplDeleteOctree()
180 void Octree::ImplAdd( PPNODE ppNode ) in ImplAdd() argument
183 if( !*ppNode ) in ImplAdd()
188 if( (*ppNode)->bLeaf ) in ImplAdd()
193 pReduce[ nLevel ] = *ppNode; in ImplAdd()
197 if( (*ppNode)->bLeaf ) in ImplAdd()
199 (*ppNode)->nCount++; in ImplAdd()
[all …]

Completed in 15 milliseconds