Home
last modified time | relevance | path

Searched refs:PNODE (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/vcl/inc/vcl/
H A Doctree.hxx54 typedef NODE* PNODE; typedef
55 typedef PNODE* PPNODE;
72 PNODE pTree;
73 PNODE pReduce[ OCTREE_BITS + 1 ];
81 void CreatePalette( PNODE pNode );
82 void GetPalIndex( PNODE pNode );
/aoo42x/main/vcl/source/gdi/
H A Doctree.cxx82 memset( pReduce, 0, ( OCTREE_BITS + 1 ) * sizeof( PNODE ) ); in Octree()
94 memset( pReduce, 0, ( OCTREE_BITS + 1 ) * sizeof( PNODE ) ); in Octree()
222 PNODE pNode; in ImplReduce()
237 PNODE pChild = pNode->pChild[ i ]; in ImplReduce()
259 void Octree::CreatePalette( PNODE pNode ) in CreatePalette()
276 void Octree::GetPalIndex( PNODE pNode ) in GetPalIndex()

Completed in 7 milliseconds