Searched refs:nTickWidth (Results 1 – 1 of 1) sorted by relevance
470 long nTickWidth; in ImplDrawTicks() local479 nTickWidth = aPixSize.Width(); in ImplDrawTicks()491 nTickWidth = aPixSize.Height(); in ImplDrawTicks()501 if ( nTickWidth < nTxtWidth+nTextOff ) in ImplDrawTicks()506 while ( nTickWidth < nTxtWidth+nTextOff ) in ImplDrawTicks()509 if ( !nTickWidth ) //If nTickWidth equals 0 in ImplDrawTicks()531 nTickWidth = aPixSize.Width(); in ImplDrawTicks()533 nTickWidth = aPixSize.Height(); in ImplDrawTicks()607 nTickWidth = RULER_TICK2_WIDTH; in ImplDrawTicks()610 long nT1 = nCenter-(nTickWidth/2); in ImplDrawTicks()[all …]
Completed in 36 milliseconds