Lines Matching refs:pChild
170 if ( (*ppNode)->pChild[ i ] ) in ImplDeleteOctree()
171 ImplDeleteOctree( &(*ppNode)->pChild[ i ] ); in ImplDeleteOctree()
213 ImplAdd( &(*ppNode)->pChild[ nIndex ] ); in ImplAdd()
235 if ( pNode->pChild[ i ] ) in ImplReduce()
237 PNODE pChild = pNode->pChild[ i ]; in ImplReduce() local
239 nRedSum += pChild->nRed; in ImplReduce()
240 nGreenSum += pChild->nGreen; in ImplReduce()
241 nBlueSum += pChild->nBlue; in ImplReduce()
242 pNode->nCount += pChild->nCount; in ImplReduce()
244 pNodeCache->ImplReleaseNode( pNode->pChild[ i ] ); in ImplReduce()
245 pNode->pChild[ i ] = NULL; in ImplReduce()
269 if( pNode->pChild[ i ] ) in CreatePalette()
270 CreatePalette( pNode->pChild[ i ] ); in CreatePalette()
288 GetPalIndex( pNode->pChild[ nIndex ] ); in GetPalIndex()