#include "mmsgui/fb/mmsfbconv.h"
#include "mmstools/mmstools.h"
Go to the source code of this file.
Functions | |
void | mmsfb_drawstring_blend_argb4444 (MMSFBSurfacePlanes *dst_planes, MMSFBFont *font, MMSFBRegion &clipreg, string &text, int len, int x, int y, MMSFBColor &color) |
Draw string with alpha blending ARGB4444. |
void mmsfb_drawstring_blend_argb4444 | ( | MMSFBSurfacePlanes * | dst_planes, | |
MMSFBFont * | font, | |||
MMSFBRegion & | clipreg, | |||
string & | text, | |||
int | len, | |||
int | x, | |||
int | y, | |||
MMSFBColor & | color | |||
) |
Draw string with alpha blending ARGB4444.
Definition at line 36 of file mmsfb_drawstring_blend_argb4444.cpp.