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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsizer.cpp1744 wxSize child_size( size.x, height );
1747 child_size.x = m_size.x;
1755 item->SetDimension( child_pos, child_size );
1772 wxSize child_size( width, size.y );
1775 child_size.y = m_size.y;
1793 item->SetDimension( child_pos, child_size );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dfile-list.c175 int64_t child_have, child_size; local
177 gtk_tree_model_get( model, &child, FC_SIZE, &child_size,
183 sub_size += child_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Ddynamicsash.cpp612 wxSize child_size = m_child[0]->m_container->GetSize(); local
614 ConstrainChildren(child_size.GetWidth() * 100 / size.GetWidth(),
615 child_size.GetHeight() * 100 / size.GetHeight());

Completed in 75 milliseconds