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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp434 PRectangle rcText = GetTextRectangle(); local
440 int pageWidth = rcText.Width();
777 PRectangle rcText = GetTextRectangle(); local
778 int pageWidth = rcText.Width() * 2 / 3;
787 if (xPos > scrollWidth - rcText.Width()) {
788 xPos = scrollWidth - rcText.Width();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx1450 PRectangle rcText = GetTextRectangle(); local
1452 rcText.Width() + xOffset > scrollWidth) {
1453 scrollWidth = xOffset + rcText.Width();
1653 PRectangle rcText = GetTextRectangle(); local
1654 pixelWidth = rcText.Width();
5475 PRectangle rcText = GetTextRectangle(); local
5476 if (rcRange.top < rcText.top) {
5477 rcRange.top = rcText.top;
5479 if (rcRange.bottom > rcText.bottom) {
5480 rcRange.bottom = rcText
[all...]

Completed in 58 milliseconds