|
| void | eel_lice_register () |
| static HDC | LICE__GetDC (LICE_IBitmap *bm) |
| static int | LICE__GetWidth (LICE_IBitmap *bm) |
| static int | LICE__GetHeight (LICE_IBitmap *bm) |
| static void | LICE__Destroy (LICE_IBitmap *bm) |
| static void | LICE__SetFromHFont (LICE_IFont *ifont, HFONT font, int flags) |
| static LICE_pixel | LICE__SetTextColor (LICE_IFont *ifont, LICE_pixel color) |
| static void | LICE__SetTextCombineMode (LICE_IFont *ifont, int mode, float alpha) |
| static int | LICE__DrawText (LICE_IFont *ifont, LICE_IBitmap *bm, const char *str, int strcnt, RECT *rect, UINT dtFlags) |
| static LICE_IFont * | LICE_CreateFont () |
| static void | LICE__DestroyFont (LICE_IFont *bm) |
| static bool | LICE__resize (LICE_IBitmap *bm, int w, int h) |
| static LICE_IBitmap * | __LICE_CreateBitmap (int mode, int w, int h) |
| static EEL_F *NSEEL_CGEN_CALL | _gfx_lineto (void *opaque, EEL_F *xpos, EEL_F *ypos, EEL_F *useaa) |
| static EEL_F *NSEEL_CGEN_CALL | _gfx_lineto2 (void *opaque, EEL_F *xpos, EEL_F *ypos) |
| static EEL_F *NSEEL_CGEN_CALL | _gfx_rectto (void *opaque, EEL_F *xpos, EEL_F *ypos) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_line (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_rect (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_roundrect (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_arc (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_set (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_gradrect (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_muladdrect (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_deltablit (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_transformblit (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_circle (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_triangle (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F *NSEEL_CGEN_CALL | _gfx_drawnumber (void *opaque, EEL_F *n, EEL_F *nd) |
| static EEL_F *NSEEL_CGEN_CALL | _gfx_drawchar (void *opaque, EEL_F *n) |
| static EEL_F *NSEEL_CGEN_CALL | _gfx_measurestr (void *opaque, EEL_F *str, EEL_F *xOut, EEL_F *yOut) |
| static EEL_F *NSEEL_CGEN_CALL | _gfx_measurechar (void *opaque, EEL_F *str, EEL_F *xOut, EEL_F *yOut) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_drawstr (void *opaque, INT_PTR nparms, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_printf (void *opaque, INT_PTR nparms, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_showmenu (void *opaque, INT_PTR nparms, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_setcursor (void *opaque, INT_PTR nparms, EEL_F **parms) |
| static EEL_F *NSEEL_CGEN_CALL | _gfx_setpixel (void *opaque, EEL_F *r, EEL_F *g, EEL_F *b) |
| static EEL_F *NSEEL_CGEN_CALL | _gfx_getpixel (void *opaque, EEL_F *r, EEL_F *g, EEL_F *b) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_setfont (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_getfont (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_blit2 (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F *NSEEL_CGEN_CALL | _gfx_blitext (void *opaque, EEL_F *img, EEL_F *coordidx, EEL_F *rotate) |
| static EEL_F *NSEEL_CGEN_CALL | _gfx_blurto (void *opaque, EEL_F *x, EEL_F *y) |
| static EEL_F *NSEEL_CGEN_CALL | _gfx_getimgdim (void *opaque, EEL_F *img, EEL_F *w, EEL_F *h) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_loadimg (void *opaque, EEL_F *img, EEL_F *fr) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_getdropfile (void *opaque, INT_PTR np, EEL_F **parms) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_setimgdim (void *opaque, EEL_F *img, EEL_F *w, EEL_F *h) |
| static EEL_F NSEEL_CGEN_CALL | _gfx_getsyscol (void *ctxe, INT_PTR np, EEL_F **parms) |
| static bool | CoordsSrcDestOverlap (EEL_F *coords) |
| static int | __drawTextWithFont (LICE_IBitmap *dest, const RECT *rect, LICE_IFont *font, const char *buf, int buflen, int fg, int mode, float alpha, int flags, EEL_F *wantYoutput, EEL_F **measureOnly) |
| static HMENU | PopulateMenuFromStr (const char **str, int *startid) |