Home
last modified time | relevance | path

Searched refs:RESIZE_SQUARE (Results 1 – 2 of 2) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Dconsole.cpp1072 scrollVal = (int) ((float)(center?y-RESIZE_SQUARE/2:y)*(float)(NbrMaxLines-NbrUsedLines)/ in SetVScrollYPos()
1073 (float)(height-RESIZE_SQUARE))+(int)((float)(NbrUsedLines-NbrMaxLines)* in SetVScrollYPos()
1074 (float)(topPos+height-RESIZE_SQUARE)/(float)(height-RESIZE_SQUARE)); in SetVScrollYPos()
1128 …(showVScroll && (w-RESIZE_SQUARE) > (prompt_len>MAXPROMPTLEN?prompt_len:MAXPROMPTLEN+2)*ConsoleFon… in Resize()
1279 if (titleBarHeight <= RESIZE_SQUARE) titleBarHeight = RESIZE_SQUARE+RESIZE_SQUARE/2; in SetFontSize()
H A Ddefinitions.h32 #define RESIZE_SQUARE 12 /**< Size of resize square for console resizing */ macro