Searched refs:childSize (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/richtext/
H A Drichtextbuffer.cpp855 wxSize childSize; local
858 child->GetRangeSize(rangeToFind, childSize, childDescent, dc, flags, position);
862 sz.x = wxMax(sz.x, childSize.x);
863 sz.y += childSize.y;
3978 wxSize childSize; local
3983 childSize = child->GetCachedSize();
3990 GetRangeSize(wxRichTextRange(lastEndPos+1, lastPosToUse), childSize, childDescent, dc, wxRICHTEXT_UNFORMATTED|wxRICHTEXT_HEIGHT_ONLY);
3991 childSize.x = wxRichTextGetRangeWidth(*this, wxRichTextRange(lastEndPos+1, lastPosToUse), g_GlobalPartialTextExtents);
3993 GetRangeSize(wxRichTextRange(lastEndPos+1, lastPosToUse), childSize, childDescent, dc, wxRICHTEXT_UNFORMATTED, rect.GetPosition());
4002 if ((lineBreakInThisObject && (childSize
4317 wxSize childSize; local
4383 wxSize childSize; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dlife.cpp668 wxSize childSize = GetSize(); local
672 (parentRect.GetHeight() - childSize.GetHeight()) / 4;

Completed in 68 milliseconds