Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h446 #define STBTT_DEF static macro
448 #define STBTT_DEF extern macro
468 STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset, // font location (use of…
484 STBTT_DEF void stbtt_GetBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, // same data as above
521 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int heigh…
532 STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc);
537 STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, unsigned char *fontdata, int font_index…
562 STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, unsigned char *fontdata, int font_inde…
568 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsign…
584 STBTT_DEF void stbtt_GetPackedQuad(stbtt_packedchar *chardata, int pw, int ph, // same data as abo…
[all …]