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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp410 long txtWidth, txtHeight; local
413 srcDc.GetTextExtent( mLabelText, &txtWidth, &txtHeight );
420 wxMax( srcBmp->GetHeight(), txtHeight );
423 txtPos.y = (destDim.y - txtHeight)/2;
433 destDim.y = srcBmp->GetHeight() + mTextToLabelGap + txtHeight;

Completed in 103 milliseconds