Searched defs:windowSize (Results 1 – 4 of 4) sorted by relevance
239 IntSize windowSize = IntSize(view->width(), view->height()); in scale() local330 IntSize windowSize = IntSize(view->width(), view->height()); in imageFitsInWindow() local
51 int windowSize; /**< Length of high-band LPC window*/ member
56 int windowSize; /**< Analysis (LPC) window length */ member
280 void WebView::setSize(GtkWidget*, IntSize windowSize) in setSize()