Searched refs:currentSize (Results 1 – 2 of 2) sorted by relevance
76 awt::Size currentSize = getSize(); in allocateArea() local80 if ( currentSize.Width > 0 && currentSize.Height > 0 in allocateArea()81 && requestedSize.Width > currentSize.Width ) in allocateArea()82 requestedSize.Width = currentSize.Width; in allocateArea()83 if ( currentSize.Width > 0 && currentSize.Height > 0 in allocateArea()84 && requestedSize.Height > currentSize.Height ) in allocateArea()85 requestedSize.Height = currentSize.Height; in allocateArea()100 OSL_TRACE ("%s: cursize: %d ,%d", __FUNCTION__, currentSize.Width, currentSize.Height ); in allocateArea()128 if ( requestedSize.Width > currentSize.Width + 10) in allocateArea()130 if ( requestedSize.Height > currentSize.Height + 10) in allocateArea()
319 awt::Size currentSize = getSize(); in allocateArea() local352 OSL_TRACE ("%s: cursize: %d ,%d", __FUNCTION__, currentSize.Width, currentSize.Height ); in allocateArea()370 if ( requestedSize.Width > currentSize.Width + 10) in allocateArea()372 if ( requestedSize.Height > currentSize.Height + 10) in allocateArea()
Completed in 19 milliseconds