Home
last modified time | relevance | path

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

/dports/games/legend-of-edgar/edgar-1.34/src/
H A Ddialog.c45 dialogBox.dialogSurface = createDialogBox(_(title), _(text)); in createDialogBoxFromScript()
50 dialogBox.dialogSurface = createDialogBox(title, text); in createAutoDialogBox()
356 if (dialogBox.dialogSurface != NULL) in drawDialogBox()
358 …drawImage(dialogBox.dialogSurface, (SCREEN_WIDTH - dialogBox.dialogSurface->w) / 2, 50, FALSE, 255… in drawDialogBox()
364 if (dialogBox.dialogSurface != NULL) in freeDialogBox()
366 dialogBox.dialogSurface = NULL; in freeDialogBox()
H A Dstructs.h354 Texture *dialogSurface; member