Searched refs:nAbsHeight (Results 1 – 1 of 1) sorted by relevance
513 int nAbsHeight = m_bAllowInvert ? abs(nNewHeight) : nNewHeight; in AdjustRect() local514 if (py != NULL && nAbsHeight < m_sizeMin.cy) in AdjustRect()516 nNewHeight = nAbsHeight != 0 ? nNewHeight / nAbsHeight : 1; in AdjustRect()
Completed in 13 milliseconds