Lines Matching refs:nTxtWidth
498 long nTxtWidth = GetTextWidth( aNumStr ); in ImplDrawTicks() local
501 if ( nTickWidth < nTxtWidth+nTextOff ) in ImplDrawTicks()
506 while ( nTickWidth < nTxtWidth+nTextOff ) in ImplDrawTicks()
643 long nTxtWidth; in ImplDrawArrows() local
675 nTxtWidth = GetTextWidth( aStr2 ); in ImplDrawArrows()
676 if ( nTxtWidth < mpData->pArrows[i].nWidth-10 ) in ImplDrawArrows()
680 nTxtWidth = GetTextWidth( aStr ); in ImplDrawArrows()
681 if ( nTxtWidth > mpData->pArrows[i].nWidth-10 ) in ImplDrawArrows()
690 n3 -= nTxtWidth/2; in ImplDrawArrows()
692 n3 += nTxtWidth/2; in ImplDrawArrows()
695 n4 = n3 + nTxtWidth + 2; in ImplDrawArrows()
701 n4 = n3 - nTxtWidth - 2; in ImplDrawArrows()