Searched refs:aFocusSize (Results 1 – 2 of 2) sorted by relevance
527 DoublePair aFocusSize = moFocusSize.get( DoublePair( 0.0, 0.0 ) ); in pushToPropMap() local530 … double fRight = getLimitedValue< double, double >( fLeft + aFocusSize.first, fLeft, 1.0 ); in pushToPropMap()531 … double fBottom = getLimitedValue< double, double >( fTop + aFocusSize.second, fTop, 1.0 ); in pushToPropMap()
1241 Size aFocusSize = maLightControl.GetOutputSizePixel(); in GetFocus() local1243 aFocusSize.Width() -= 4; in GetFocus()1244 aFocusSize.Height() -= 4; in GetFocus()1246 Rectangle aFocusRect( Point( 2, 2 ), aFocusSize ); in GetFocus()
Completed in 25 milliseconds