|
LMMS
|
#include "lice_text.h"Go to the source code of this file.
| #define IMPORT_LICE_FUNCS | ( | IMPORT_FUNC | ) |
| #define LICE_Arc __LICE_Arc |
| #define LICE_Blit __LICE_Blit |
| #define LICE_BorderedRect __LICE_BorderedRect |
| #define LICE_Circle __LICE_Circle |
| #define LICE_Clear __LICE_Clear |
| #define LICE_Copy __LICE_Copy |
| #define LICE_CreateTextCache | ( | ) |
| #define LICE_DashedLine __LICE_DashedLine |
| #define LICE_DrawGlyph __LICE_DrawGlyph |
| #define LICE_DrawRect __LICE_DrawRect |
| #define LICE_DrawText __LICE_DrawText |
| #define LICE_FillCircle __LICE_FillCircle |
| #define LICE_FillConvexPolygon __LICE_FillConvexPolygon |
| #define LICE_FillRect __LICE_FillRect |
| #define LICE_FillTrapezoid __LICE_FillTrapezoid |
| #define LICE_FillTriangle __LICE_FillTriangle |
| #define LICE_FLine __LICE_FLine |
| #define LICE_FUNC_DEF_DECL |
| #define LICE_Line __LICE_Line |
| #define LICE_MeasureText __LICE_MeasureText |
| #define LICE_PutPixel __LICE_PutPixel |
| #define LICE_RotatedBlit __LICE_RotatedBlit |
| #define LICE_ScaledBlit __LICE_ScaledBlit |
| #define LICE_TEXT_NO_DECLARE_CACHEDFONT |
| LICE_FUNC_DEF_DECL void(* __LICE_Arc) (LICE_IBitmap *dest, float cx, float cy, float r, float alo, float ahi, LICE_pixel color, float alpha, int mode, bool aa) | ( | LICE_IBitmap * | dest, |
| float | cx, | ||
| float | cy, | ||
| float | r, | ||
| float | alo, | ||
| float | ahi, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode, | ||
| bool | aa ) |
| LICE_FUNC_DEF_DECL void(* __LICE_Blit) (LICE_IBitmap *dest, LICE_IBitmap *src, int dstx, int dsty, int srcx, int srcy, int srcw, int srch, float alpha, int mode) | ( | LICE_IBitmap * | dest, |
| LICE_IBitmap * | src, | ||
| int | dstx, | ||
| int | dsty, | ||
| int | srcx, | ||
| int | srcy, | ||
| int | srcw, | ||
| int | srch, | ||
| float | alpha, | ||
| int | mode ) |
| LICE_FUNC_DEF_DECL void(* __LICE_BorderedRect) (LICE_IBitmap *dest, int x, int y, int w, int h, LICE_pixel bgcolor, LICE_pixel fgcolor, float alpha, int mode) | ( | LICE_IBitmap * | dest, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| LICE_pixel | bgcolor, | ||
| LICE_pixel | fgcolor, | ||
| float | alpha, | ||
| int | mode ) |
| LICE_FUNC_DEF_DECL void(* __LICE_Circle) (LICE_IBitmap *dest, float cx, float cy, float r, LICE_pixel color, float alpha, int mode, bool aa) | ( | LICE_IBitmap * | dest, |
| float | cx, | ||
| float | cy, | ||
| float | r, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode, | ||
| bool | aa ) |
| LICE_FUNC_DEF_DECL void(* __LICE_Clear) (LICE_IBitmap *dest, LICE_pixel color) | ( | LICE_IBitmap * | dest, |
| LICE_pixel | color ) |
| LICE_FUNC_DEF_DECL void(* __LICE_Copy) (LICE_IBitmap *dest, LICE_IBitmap *src) | ( | LICE_IBitmap * | dest, |
| LICE_IBitmap * | src ) |
| LICE_FUNC_DEF_DECL LICE_IBitmap *(* __LICE_CreateBitmap) (int, int, int) | ( | int | , |
| int | , | ||
| int | ) |
| LICE_FUNC_DEF_DECL void(* __LICE_DashedLine) (LICE_IBitmap *dest, int x1, int y1, int x2, int y2, int on, int off, LICE_pixel color, float alpha, int mode, bool aa) | ( | LICE_IBitmap * | dest, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | on, | ||
| int | off, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode, | ||
| bool | aa ) |
| LICE_FUNC_DEF_DECL void(* __LICE_DrawGlyph) (LICE_IBitmap *dest, int x, int y, LICE_pixel color, LICE_pixel_chan *glyph, int glyph_w, int glyph_h, float alpha, int mode) | ( | LICE_IBitmap * | dest, |
| int | x, | ||
| int | y, | ||
| LICE_pixel | color, | ||
| LICE_pixel_chan * | glyph, | ||
| int | glyph_w, | ||
| int | glyph_h, | ||
| float | alpha, | ||
| int | mode ) |
| LICE_FUNC_DEF_DECL void(* __LICE_DrawRect) (LICE_IBitmap *dest, int x, int y, int w, int h, LICE_pixel color, float alpha, int mode) | ( | LICE_IBitmap * | dest, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode ) |
| LICE_FUNC_DEF_DECL void(* __LICE_DrawText) (LICE_IBitmap *bm, int x, int y, const char *string, LICE_pixel color, float alpha, int mode) | ( | LICE_IBitmap * | bm, |
| int | x, | ||
| int | y, | ||
| const char * | string, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode ) |
| LICE_FUNC_DEF_DECL void(* __LICE_FillCircle) (LICE_IBitmap *dest, float cx, float cy, float r, LICE_pixel color, float alpha, int mode, bool aa) | ( | LICE_IBitmap * | dest, |
| float | cx, | ||
| float | cy, | ||
| float | r, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode, | ||
| bool | aa ) |
| LICE_FUNC_DEF_DECL void(* __LICE_FillConvexPolygon) (LICE_IBitmap *dest, int *x, int *y, int npoints, LICE_pixel color, float alpha, int mode) | ( | LICE_IBitmap * | dest, |
| int * | x, | ||
| int * | y, | ||
| int | npoints, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode ) |
| LICE_FUNC_DEF_DECL void(* __LICE_FillRect) (LICE_IBitmap *dest, int x, int y, int w, int h, LICE_pixel color, float alpha, int mode) | ( | LICE_IBitmap * | dest, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode ) |
| LICE_FUNC_DEF_DECL void(* __LICE_FillTrapezoid) (LICE_IBitmap *dest, int x1a, int x1b, int y1, int x2a, int x2b, int y2, LICE_pixel color, float alpha, int mode) | ( | LICE_IBitmap * | dest, |
| int | x1a, | ||
| int | x1b, | ||
| int | y1, | ||
| int | x2a, | ||
| int | x2b, | ||
| int | y2, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode ) |
| LICE_FUNC_DEF_DECL void(* __LICE_FillTriangle) (LICE_IBitmap *dest, int x1, int y1, int x2, int y2, int x3, int y3, LICE_pixel color, float alpha, int mode) | ( | LICE_IBitmap * | dest, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | x3, | ||
| int | y3, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode ) |
| LICE_FUNC_DEF_DECL void(* __LICE_FLine) (LICE_IBitmap *dest, float x1, float y1, float x2, float y2, LICE_pixel color, float alpha, int mode, bool aa) | ( | LICE_IBitmap * | dest, |
| float | x1, | ||
| float | y1, | ||
| float | x2, | ||
| float | y2, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode, | ||
| bool | aa ) |
| LICE_FUNC_DEF_DECL void(* __LICE_Line) (LICE_IBitmap *dest, int x1, int y1, int x2, int y2, LICE_pixel color, float alpha, int mode, bool aa) | ( | LICE_IBitmap * | dest, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode, | ||
| bool | aa ) |
| LICE_FUNC_DEF_DECL void(* __LICE_MeasureText) (const char *string, int *w, int *h) | ( | const char * | string, |
| int * | w, | ||
| int * | h ) |
| LICE_FUNC_DEF_DECL void(* __LICE_PutPixel) (LICE_IBitmap *dest, int x, int y, LICE_pixel color, float alpha, int mode) | ( | LICE_IBitmap * | dest, |
| int | x, | ||
| int | y, | ||
| LICE_pixel | color, | ||
| float | alpha, | ||
| int | mode ) |
| LICE_FUNC_DEF_DECL void(* __LICE_RotatedBlit) (LICE_IBitmap *dest, LICE_IBitmap *src, int dstx, int dsty, int dstw, int dsth, float srcx, float srcy, float srcw, float srch, float angle, bool cliptosourcerect, float alpha, int mode, float rotxcent, float rotycent) | ( | LICE_IBitmap * | dest, |
| LICE_IBitmap * | src, | ||
| int | dstx, | ||
| int | dsty, | ||
| int | dstw, | ||
| int | dsth, | ||
| float | srcx, | ||
| float | srcy, | ||
| float | srcw, | ||
| float | srch, | ||
| float | angle, | ||
| bool | cliptosourcerect, | ||
| float | alpha, | ||
| int | mode, | ||
| float | rotxcent, | ||
| float | rotycent ) |
| LICE_FUNC_DEF_DECL void(* __LICE_ScaledBlit) (LICE_IBitmap *dest, LICE_IBitmap *src, int dstx, int dsty, int dstw, int dsth, float srcx, float srcy, float srcw, float srch, float alpha, int mode) | ( | LICE_IBitmap * | dest, |
| LICE_IBitmap * | src, | ||
| int | dstx, | ||
| int | dsty, | ||
| int | dstw, | ||
| int | dsth, | ||
| float | srcx, | ||
| float | srcy, | ||
| float | srcw, | ||
| float | srch, | ||
| float | alpha, | ||
| int | mode ) |
| LICE_FUNC_DEF_DECL void *(* LICE_CreateFont) () | ( | ) |