Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h4272 static void stbrp_init_target(stbrp_context * con, int pw, int ph, stbrp_node * nodes, int num_node… argument
4274 con->width = pw;
4275 con->height = ph;
4276 con->x = 0;
4277 con->y = 0;
4278 con->bottom_y = 0;
4283 static void stbrp_pack_rects(stbrp_context * con, stbrp_rect * rects, int num_rects) argument
4287 if(con->x + rects[i].w > con->width) {
4288 con->x = 0;
4289 con->y = con->bottom_y;
[all …]