Searched refs:nYLDelta (Results 1 – 2 of 2) sorted by relevance
198 int nYLDelta = aBoundRect.Top(); in Paint() local200 if( nYLDelta <= 0 ) in Paint()201 aPoint.Y() -= nYLDelta - 1; in Paint()
381 int nYLDelta = aBoundRect.Top() - y; in DrawChars_Impl() local383 if( nYLDelta <= 0 ) in DrawChars_Impl()384 aPointTxTy.Y() -= nYLDelta - 1; in DrawChars_Impl()
Completed in 36 milliseconds