Searched defs:ymid (Results 1 – 2 of 2) sorted by relevance
42 const int ymid = (irc.bottom + irc.top) / 2; in Draw() local
289 static void DrawTabArrow(Surface *surface, PRectangle rcTab, int ymid, const ViewStyle &vsDraw) { in DrawTabArrow()