Searched refs:nPCounter (Results 1 – 2 of 2) sorted by relevance
1338 long nAdd, nPCounter = 0; in ImplDrawHatchLine() local1383 pPtBuffer[ nPCounter++ ] = Point( FRound( fX ), FRound( fY ) ); in ImplDrawHatchLine()1391 if( nPCounter > 1 ) in ImplDrawHatchLine()1393 qsort( pPtBuffer, nPCounter, sizeof( Point ), ImplHatchCmpFnc ); in ImplDrawHatchLine()1395 if( nPCounter & 1 ) in ImplDrawHatchLine()1396 nPCounter--; in ImplDrawHatchLine()1400 for( long i = 0; i < nPCounter; i += 2 ) in ImplDrawHatchLine()1405 for( long i = 0; i < nPCounter; i += 2 ) in ImplDrawHatchLine()
1713 sal_uInt16 nPCounter = 0; in IsInside() local1732 if ( nPCounter ) in IsInside()1737 nPCounter++; in IsInside()1743 nPCounter++; in IsInside()1752 return ( ( nPCounter & 1 ) == 1 ); in IsInside()
Completed in 52 milliseconds