Searched refs:bFitsRight (Results 1 – 1 of 1) sorted by relevance
304 bool bFitsRight = bFitsWidthRight && bFitsHeight; in AutoPlaceCaption() local310 if( bFitsLeft || bFitsRight || (!bFitsTop && !bFitsBottom) ) in AutoPlaceCaption()313 bool bPreferLeft = bFitsLeft && (mbNegPage || !bFitsRight); in AutoPlaceCaption()314 bool bPreferRight = bFitsRight && (!mbNegPage || !bFitsLeft); in AutoPlaceCaption()
Completed in 18 milliseconds