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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexOthers.cxx463 unsigned int linePos = 0; local
466 lineBuffer[linePos++] = styler[i];
467 if (AtEOL(styler, i) || (linePos >= sizeof(lineBuffer) - 1)) {
469 lineBuffer[linePos] = '\0';
470 ColouriseBatchLine(lineBuffer, linePos, startLine, i, keywordlists, styler);
471 linePos = 0;
475 if (linePos > 0) { // Last line does not have ending characters
476 ColouriseBatchLine(lineBuffer, linePos, startLine, startPos + length - 1,
534 unsigned int linePos = 0; local
536 lineBuffer[linePos
621 unsigned int linePos = 0; local
778 unsigned int linePos = 0; local
998 unsigned int linePos = 0; local
[all...]
H A DLexTeX.cxx120 unsigned int linePos = 0 ; local
126 lineBuffer[linePos++] = styler.SafeGetCharAt(i) ;
127 if (endOfLine(styler, i) || (linePos >= sizeof(lineBuffer) - 1)) {
128 lineBuffer[linePos] = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp381 wxString wxStyledTextCtrl::GetCurLine(int* linePos) { argument
384 if (linePos) *linePos = 0;
394 if (linePos) *linePos = pos;
2930 wxCharBuffer wxStyledTextCtrl::GetCurLineRaw(int* linePos) argument
2934 if (linePos) *linePos = 0;
2941 if (linePos) *linePos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp3724 wxPoint linePos; local
3729 linePos = line->GetPosition() + GetPosition();
3742 linePos = GetPosition();
3743 linePos.y += spaceBeforePara;
3746 wxRect bulletRect(GetPosition().x + leftIndent, linePos.y, linePos.x - (GetPosition().x + leftIndent), lineHeight);
4510 wxPoint linePos = paraPos + line->GetPosition(); local
4514 if (pt.y <= linePos.y + lineSize.y)
4516 if (pt.x < linePos.x)
4521 else if (pt.x >= (linePos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h1933 wxString GetCurLine(int* linePos=NULL);
3326 wxCharBuffer GetCurLineRaw(int* linePos=NULL);

Completed in 74 milliseconds