Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmCode.cpp689 uint32_t padLines = counter++ % maxPadLines; in PadCodeForSingleStub() local
690 for (uint32_t i = 0; i < padLines; i++) { in PadCodeForSingleStub()
/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DIO.c5070 short x2, y2, lineCount, i, bx, by, padLines; in printTextBox() local
5103 padLines = 2; in printTextBox()
5115 padLines += 2; in printTextBox()
5122 padLines = 0; in printTextBox()
5127 rectangularShading(x2, y2, width, lineCount + padLines, backColor, INTERFACE_OPACITY, dbuf); in printTextBox()
5131 return buttonInputLoop(buttons, buttonCount, x2, y2, width, by - y2 + 1 + padLines, NULL); in printTextBox()