Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DContractionState.cxx212 void ContractionState<LINE>::InsertLines(Sci::Line lineDoc, Sci::Line lineCount) { in InsertLines()
224 void ContractionState<LINE>::DeleteLines(Sci::Line lineDoc, Sci::Line lineCount) { in DeleteLines()
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx369 UINT32 lineCount = 0; in CreateFontFromParameters() local