Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DIndicator.cxx42 const int ymid = (irc.bottom + irc.top) / 2; in Draw() local
H A DEditView.cxx289 static void DrawTabArrow(Surface *surface, PRectangle rcTab, int ymid, const ViewStyle &vsDraw) { in DrawTabArrow()