Searched refs:textSize (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtracker-delegate.cc60 const QSize textSize = textDoc.size().toSize(); local
62 return QSize( myMargin.width() + favicon.width() + mySpacing + textSize.width() + myMargin.width(),
63 myMargin.height() + qMax<int>( favicon.height(), textSize.height() ) + myMargin.height() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcombobox_native.cpp449 wxSize textSize = wxDoGetSingleTextCtrlBestSize( GetXmText(this), local
455 textSize.y + 2 * highlight + 2 * ymargin + 2 * shadow );

Completed in 88 milliseconds