Home
last modified time | relevance | path

Searched defs:stbtt_pack_context (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/video/
Dstb_truetype.h515 typedef struct stbtt_pack_context stbtt_pack_context; typedef
605 struct stbtt_pack_context { struct
606 void *user_allocator_context;
607 void *pack_info;
608 int width;
609 int height;
610 int stride_in_bytes;
611 int padding;
612 unsigned int h_oversample, v_oversample;
613 unsigned char *pixels;
[all …]