Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx1338 long nAdd, nPCounter = 0; in ImplDrawHatchLine() local
1383 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()
/trunk/main/tools/source/generic/
H A Dpoly.cxx1713 sal_uInt16 nPCounter = 0; in IsInside() local
1732 if ( nPCounter ) in IsInside()
1737 nPCounter++; in IsInside()
1743 nPCounter++; in IsInside()
1752 return ( ( nPCounter & 1 ) == 1 ); in IsInside()

Completed in 34 milliseconds