Lines Matching refs:nTickWidth
470 long nTickWidth; in ImplDrawTicks() local
479 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()
609 nTickWidth = RULER_TICK1_WIDTH; in ImplDrawTicks()
610 long nT1 = nCenter-(nTickWidth/2); in ImplDrawTicks()
611 long nT2 = nT1+nTickWidth-1; in ImplDrawTicks()