Home
last modified time | relevance | path

Searched refs:gfxEntryStruct (Results 1 – 20 of 20) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cruise/
H A Dfont.cpp269 gfxEntryStruct *s = renderText(rightBorder_X, string); in drawString()
280 gfxEntryStruct *renderText(int inRightBorder_X, const char *string) { in renderText()
298 gfxEntryStruct *generatedGfxEntry; in renderText()
349 generatedGfxEntry = (gfxEntryStruct *) MemAlloc(sizeof(gfxEntryStruct)); in renderText()
428 void freeGfx(gfxEntryStruct *pGfx) { in freeGfx()
H A Dfont.h65 gfxEntryStruct *renderText(int inRightBorder_X, const char *string);
68 void freeGfx(gfxEntryStruct *pGfx);
H A Dcell.h31 struct gfxEntryStruct;
59 gfxEntryStruct *gfxPtr;
H A Dmenu.h30 gfxEntryStruct *gfx;
H A Dobject.h30 struct gfxEntryStruct { struct
H A DmainDraw.h45 void drawMessage(const gfxEntryStruct *pGfxPtr, int globalX, int globalY, int width, int newColor, …
H A Dcruise_main.h78 extern gfxEntryStruct* linkedMsgList;
H A Dvars.h47 gfxEntryStruct *gfx;
H A DmainDraw.cpp1145 void drawMessage(const gfxEntryStruct *pGfxPtr, int globalX, int globalY, int width, int newColor, … in drawMessage()
1320 gfxEntryStruct *p2 = p1->gfx; in drawMenu()
H A Dcruise_main.cpp41 gfxEntryStruct *linkedMsgList = nullptr;
/dports/games/scummvm/scummvm-2.5.1/engines/cruise/
H A Dfont.cpp269 gfxEntryStruct *s = renderText(rightBorder_X, string); in drawString()
280 gfxEntryStruct *renderText(int inRightBorder_X, const char *string) { in renderText()
298 gfxEntryStruct *generatedGfxEntry; in renderText()
349 generatedGfxEntry = (gfxEntryStruct *) MemAlloc(sizeof(gfxEntryStruct)); in renderText()
428 void freeGfx(gfxEntryStruct *pGfx) { in freeGfx()
H A Dfont.h65 gfxEntryStruct *renderText(int inRightBorder_X, const char *string);
68 void freeGfx(gfxEntryStruct *pGfx);
H A Dcell.h31 struct gfxEntryStruct;
59 gfxEntryStruct *gfxPtr;
H A Dmenu.h30 gfxEntryStruct *gfx;
H A Dobject.h30 struct gfxEntryStruct { struct
H A DmainDraw.h45 void drawMessage(const gfxEntryStruct *pGfxPtr, int globalX, int globalY, int width, int newColor, …
H A Dcruise_main.h78 extern gfxEntryStruct* linkedMsgList;
H A Dvars.h47 gfxEntryStruct *gfx;
H A DmainDraw.cpp1145 void drawMessage(const gfxEntryStruct *pGfxPtr, int globalX, int globalY, int width, int newColor, … in drawMessage()
1320 gfxEntryStruct *p2 = p1->gfx; in drawMenu()
H A Dcruise_main.cpp41 gfxEntryStruct *linkedMsgList = nullptr;