Searched refs:hh (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 3066 static void * stbtt__hheap_alloc(stbtt__hheap * hh, size_t size, void * userdata) argument 3068 if(hh->first_free) { 3069 void * p = hh->first_free; 3070 hh->first_free = *(void **)p; 3074 if(hh->num_remaining_in_head_chunk == 0) { 3080 c->next = hh->head; 3081 hh->head = c; 3082 hh->num_remaining_in_head_chunk = count; 3084 --hh->num_remaining_in_head_chunk; 3085 … return (char *)(hh->head) + sizeof(stbtt__hheap_chunk) + size * hh->num_remaining_in_head_chunk; [all …]
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 245 float hh = h * 0.5f; in lv_vector_path_append_rect() local 248 if(ry > hh) ry = hh; in lv_vector_path_append_rect() 261 else if(rx == hw && ry == hh) { in lv_vector_path_append_rect()
|
/lvgl-latest/docs/ |
D | Doxyfile | 814 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, 819 *.hh \
|