Home
last modified time | relevance | path

Searched refs:normaltext (Results 1 – 11 of 11) sorted by relevance

/dports/games/icebreaker/icebreaker-1.9.8/
H A Ddialog.c67 puttext(tmprect.x+7,tmprect.y+7,2,color.normaltext,"NEW TOP SCORE!"); in gethighusername()
69 puttext(tmprect.x+7,tmprect.y+7,2,color.normaltext,"NEW HIGH SCORE."); in gethighusername()
94 puttext(okayrect.x+3,okayrect.y+3,2,color.normaltext,"OK"); in gethighusername()
145 puttext(okayrect.x+3,okayrect.y+3,2,color.normaltext,"OK"); in gethighusername()
172 puttext(okayrect.x+3,okayrect.y+3,2,color.normaltext,"OK"); in gethighusername()
485 puttext(norect.x+3,norect.y+3,2,color.normaltext,"NO"); in yesnodialog()
486 puttext(yesrect.x+3,yesrect.y+3,2,color.normaltext,"YES"); in yesnodialog()
530 puttext(norect.x+3,norect.y+3,2,color.normaltext,"NO"); in yesnodialog()
548 puttext(yesrect.x+3,yesrect.y+3,2,color.normaltext,"YES"); in yesnodialog()
575 puttext(norect.x+3,norect.y+3,2,color.normaltext,"NO"); in yesnodialog()
[all …]
H A Dstatus.c44 puttext(LIVESX,STATUSY,2,color.normaltext,tmptext); in updatestatuslives()
62 puttext(CLEAREDX,STATUSY,2,color.normaltext,tmptext); in updatestatuscleared()
79 puttext(SCOREX,STATUSY,2,color.normaltext,tmptext); in updatestatusscore()
99 puttext(tmprect.x,tmprect.y+3,2,color.normaltext,tmptext); in updatehiscorebox()
H A Dthemes.c173 foundcolor.normaltext = 0; in settheme()
244 color.normaltext=SDL_MapRGB(screen->format,r,g,b); in settheme()
245 foundcolor.normaltext++; in settheme()
386 if (foundcolor.normaltext == 0) in settheme()
499 color.normaltext = SDL_MapRGB(screen->format,255,255,255); in setdefaultcolors()
H A Dmenu.c611 puttext(menuitemrect[i].x+5,menuitemrect[i].y+3,2,color.normaltext,menuitems[i]); in menuhandler()
618 …ct[i].x+menuitemrect[i].w-menuvaluetextwidth,menuitemrect[i].y+3,2,color.normaltext,menuvalues[i]); in menuhandler()
791 puttext(menuitemrect[i].x+5,menuitemrect[i].y+3,2,color.normaltext,menuitems[i]); in menuhandler()
792 …ct[i].x+menuitemrect[i].w-menuvaluetextwidth,menuitemrect[i].y+3,2,color.normaltext,menuvalues[i]); in menuhandler()
849 puttext(menuitemrect[i].x+5,menuitemrect[i].y+3,2,color.normaltext,menuitems[i]); in drawmenu()
854 …ct[i].x+menuitemrect[i].w-menuvaluetextwidth,menuitemrect[i].y+3,2,color.normaltext,menuvalues[i]); in drawmenu()
876 puttext(mbrect->x+3,mbrect->y+3,2,color.normaltext,"MENU"); in drawmenubutton()
H A Dthemes.h29 Uint32 normaltext; member
H A Dbenchmark.c154 puttext(fpsrect.x,fpsrect.y+3,2,color.normaltext,fpstext); in benchmark()
H A Dintro.c161 puttext(labelrect.x,labelrect.y,2,color.normaltext,"HIGH SCORES:"); in intro()
626 sputtext(tmpsurface,len,0,2,color.normaltext,scoretext); in createscoresurface()
/dports/math/R/R-4.1.2/src/gnuwin32/fixed/etc/
H A DRconsole58 normaltext = NavyBlue
/dports/math/libRmath/R-4.1.1/src/gnuwin32/fixed/etc/
H A DRconsole58 normaltext = NavyBlue
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qt3d/examples/qt3d/advancedcustommaterial/
H A Dmain.qml195 id: normaltext
/dports/german/dtaus/dtaus-0.9/
H A Ddtaus.c608 void dtaus_prepareC (char *buf, int normaltext, int maxtext) in dtaus_prepareC() argument
615 if (normaltext) in dtaus_prepareC()