Searched refs:nYHDelta (Results 1 – 2 of 2) sorted by relevance
199 int nYHDelta = aSize.Height() - aBoundRect.Bottom(); in Paint() local202 else if( nYHDelta <= 0 ) in Paint()203 aPoint.Y() += nYHDelta - 1; in Paint()
382 int nYHDelta = (y + nY) - aBoundRect.Bottom(); in DrawChars_Impl() local385 else if( nYHDelta <= 0 ) in DrawChars_Impl()386 aPointTxTy.Y() += nYHDelta - 1; in DrawChars_Impl()
Completed in 25 milliseconds