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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgdiimage.cpp508 bool hasSize = desiredWidth != -1 || desiredHeight != -1; local
510 wxASSERT_MSG( !hasSize || (desiredWidth != -1 && desiredHeight != -1),
519 if ( hasSize )
532 if ( !hicon && !hasSize )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp1365 bool hasSize = HasParam(wxT("size")); local
1366 if (hasSize)
1448 if (hasSize && isize != -1)

Completed in 62 milliseconds