Home
last modified time | relevance | path

Searched refs:linesToDraw (Results 1 – 10 of 10) sorted by relevance

/dports/games/warzone2100/warzone2100/lib/widget/
H A Dbutton.cpp359 std::vector<glm::ivec4> linesToDraw; in drawProgressBorder() local
365 linesToDraw.push_back(borderLines[lineIdx]); in drawProgressBorder()
396 linesToDraw.push_back(v); in drawProgressBorder()
402 if (config.isIndeterminate() && !linesToDraw.empty()) in drawProgressBorder()
417 auto v = linesToDraw[lineIdx]; in drawProgressBorder()
442 linesToDraw[lineIdx] = v; in drawProgressBorder()
448 if (linesToDraw.size() > realLineCount) in drawProgressBorder()
450 linesToDraw.pop_back(); in drawProgressBorder()
455 linesToDraw.erase(linesToDraw.begin(), linesToDraw.begin() + lineIdx); in drawProgressBorder()
459 if (!linesToDraw.empty()) in drawProgressBorder()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cruise/
H A DmainDraw.cpp625 nbseg = linesToDraw; in drawPolyMode1()
631 linesToDraw--; in drawPolyMode1()
662 } while (--linesToDraw); in drawPolyMode1()
674 nbseg = linesToDraw; in drawPolyMode2()
681 linesToDraw--; in drawPolyMode2()
710 } while (--linesToDraw); in drawPolyMode2()
840 int linesToDraw = *dataPointer++; in buildPolyModel() local
842 if (linesToDraw > 1) { // if value not zero in buildPolyModel()
867 dataPointer += linesToDraw; in buildPolyModel()
998 int linesToDraw = *dataPointer++; in findPoly() local
[all …]
H A DmainDraw.h43 unsigned char *drawPolyMode2(unsigned char *dataPointer, int linesToDraw);
/dports/games/scummvm/scummvm-2.5.1/engines/cruise/
H A DmainDraw.cpp625 nbseg = linesToDraw; in drawPolyMode1()
631 linesToDraw--; in drawPolyMode1()
662 } while (--linesToDraw); in drawPolyMode1()
674 nbseg = linesToDraw; in drawPolyMode2()
681 linesToDraw--; in drawPolyMode2()
710 } while (--linesToDraw); in drawPolyMode2()
840 int linesToDraw = *dataPointer++; in buildPolyModel() local
842 if (linesToDraw > 1) { // if value not zero in buildPolyModel()
867 dataPointer += linesToDraw; in buildPolyModel()
998 int linesToDraw = *dataPointer++; in findPoly() local
[all …]
H A DmainDraw.h43 unsigned char *drawPolyMode2(unsigned char *dataPointer, int linesToDraw);
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/Drawable/
H A DBasic.pm120 my ( $linesToDraw, $retVal);
124 $linesToDraw = scalar @lines;
125 $h = $retVal = $linesToDraw * $fh;
127 $linesToDraw = int( $retVal = ( $h / $fh));
128 $linesToDraw++
131 if $linesToDraw < scalar @lines;
132 $linesToDraw = $retVal = scalar @lines
133 if $linesToDraw > scalar @lines;
144 $y = $y2 - int(( $h - $linesToDraw * $fh) / 2);
146 $y += $linesToDraw * $fh;
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/video/
H A Drobot_decoder.cpp1338 int16 linesToDraw = remainder / denominator; in expandCel() local
1341 while (linesToDraw--) { in expandCel()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/video/
H A Drobot_decoder.cpp1345 int16 linesToDraw = remainder / denominator; in expandCel() local
1348 while (linesToDraw--) { in expandCel()
/dports/audio/praat/praat-6.2.03/sys/
H A DGraphics_text.cpp1679 autostring32 linesToDraw = Melder_dup_f (txt); in Graphics_text() local
1680 const char32 *p = & linesToDraw [0]; in Graphics_text()
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_draw.c7475 int linesToDraw = 0; in CG_ChatBox_DrawStrings() local
7506 linesToDraw += cg.chatItems[i].lines; in CG_ChatBox_DrawStrings()
7517 y -= (CHATBOX_FONT_HEIGHT*fontScale)*linesToDraw; in CG_ChatBox_DrawStrings()