Searched refs:nMonthTextWidth (Results 1 – 1 of 1) sorted by relevance
1051 long nMonthTextWidth = GetTextWidth( aMonthText ); in ImplDraw() local1062 if ( nMonthTextWidth > nMaxMonthWidth ) in ImplDraw()1069 nMonthTextWidth = GetTextWidth( aMonthText ); in ImplDraw()1071 long nTempOff = (mnMonthWidth-nMonthTextWidth+1)/2; in ImplDraw()1076 if ( nTempOff+nMonthTextWidth > mnMonthWidth-nMonthOffX2 ) in ImplDraw()1077 nDeltaX += mnMonthWidth-nMonthOffX2-nMonthTextWidth; in ImplDraw()
Completed in 15 milliseconds