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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGenericClientListCtrl.cpp948 wxCoord txtwidth, txtheight; local
950 dc->GetTextExtent(buffer, &txtwidth, &txtheight);
953 dc->DrawText(buffer, wxMax(rect.GetX() + 2, midx - (txtwidth >> 1)), midy - (txtheight >> 1));

Completed in 92 milliseconds