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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dlistbox.cpp643 wxCoord lineHeight = GetLineHeight();
707 rect.y += m_updateFrom*GetLineHeight();
708 rect.height = m_updateCount*GetLineHeight();
772 wxCoord lineHeight = GetLineHeight();
828 wxCoord wxListBox::GetLineHeight() const function in class:wxListBox
889 wxCoord hLine = GetLineHeight();
1065 int last = first + GetClientSize().y / GetLineHeight() - 1;
1295 return y / lbox->GetLineHeight();
H A Dtextctrl.cpp1853 int hLine = GetLineHeight();
1936 y /= GetLineHeight();
1968 yEnd = yStart + rectText.height / GetLineHeight() - 1;
2362 hChar = GetLineHeight();
2553 int hLine = GetLineHeight();
3048 int hLine = GetLineHeight();
3560 wxCoord lineHeight = GetLineHeight();
3682 wxCoord h = GetLineHeight();
3817 wxCoord h = GetLineHeight();
3922 rectMarks.y = rowFirst*GetLineHeight();
[all...]
H A Dchecklst.cpp288 int item = y / lbox->GetLineHeight();
H A Dctrlrend.cpp344 wxCoord lineHeight = lbox->GetLineHeight();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtreectlg.cpp654 int bottomY=m_y+theButton->GetLineHeight(this);
678 int h = theCtrl->GetLineHeight(this);
2177 else if (item_y+GetLineHeight(gitem) > start_y+client_h)
2188 SetScrollbars( PIXELS_PER_UNIT, PIXELS_PER_UNIT, x/PIXELS_PER_UNIT, y/PIXELS_PER_UNIT, x_pos, (item_y+GetLineHeight(gitem)-client_h)/PIXELS_PER_UNIT );
2327 int wxGenericTreeCtrl::GetLineHeight(wxGenericTreeItem *item) const function in class:wxGenericTreeCtrl
2356 int total_h = GetLineHeight(item);
2509 origY += GetLineHeight(children[0])>>1;
2510 oldY += GetLineHeight(children[n-1])>>1;
2520 int h = GetLineHeight(item);
2661 oldY += GetLineHeight(childre
[all...]
H A Dlistctrl.cpp728 wxCoord GetLineHeight() const;
2420 wxCoord wxListMainWindow::GetLineHeight() const function in class:wxListMainWindow
2451 return LINE_SPACING + line * GetLineHeight();
2463 rect.height = GetLineHeight();
2491 rect.height = GetLineHeight();
2656 rect.height = GetLineY(lineTo) - rect.y + GetLineHeight();
2771 int lineHeight = GetLineHeight();
3091 current = y / GetLineHeight();
3321 const int hLine = GetLineHeight();
3383 int hLine = GetLineHeight();
[all...]
H A Dodcombo.cpp786 int fih = GetLineHeight(0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dlistbox.h178 wxCoord GetLineHeight() const;
H A Dtextctrl.h409 wxCoord GetLineHeight() const function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dodcombo.h116 wxCoord GetLineHeight(int line) const { return OnGetLineHeight(line); } function in class:wxVListBoxComboPopup
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp730 wxCoord GetLineHeight() const;
2406 wxCoord wxListMainWindow::GetLineHeight() const function in class:MuleExtern::wxListMainWindow
2437 return LINE_SPACING + line * GetLineHeight();
2449 rect.height = GetLineHeight();
2477 rect.height = GetLineHeight();
2642 rect.height = GetLineY(lineTo) - rect.y + GetLineHeight();
2764 int lineHeight = GetLineHeight();
3088 current = y / GetLineHeight();
3318 const int hLine = GetLineHeight();
4191 const int lineHeight = GetLineHeight();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtreectlg.h318 int GetLineHeight(wxGenericTreeItem *item) const;

Completed in 97 milliseconds