Home
last modified time | relevance | path

Searched defs:styleByteLast (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DEditView.cxx413 …const int styleByteLast = (posLineEnd > posLineStart) ? model.pdoc->StyleIndexAt(posLineEnd - 1) :… in LayoutLine() local
443 const unsigned char styleByteLast = (lineLength > 0) ? ll->styles[lineLength - 1] : 0; in LayoutLine() local