Searched refs:fh (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/gif/ |
D | gifdec.c | 380 frm_size = gif->fw * gif->fh; in read_image_data() 418 while (y >= gif->fh) { in read_image_data() 575 frm_size = gif->fw * gif->fh; in read_image_data() 608 y = interlaced_line_index((int) gif->fh, y); in read_image_data() 639 gif->fh = read_num(gif); in read_image() 640 if(gif->fx + (uint32_t)gif->fw > gif->width || gif->fy + (uint32_t)gif->fh > gif->height){ in read_image() 665 GIFDEC_RENDER_FRAME(&buffer[i * 4], gif->fw, gif->fh, gif->width, in render_frame_rect() 672 for(j = 0; j < gif->fh; j++) { in render_frame_rect() 702 GIFDEC_FILL_BG(&(gif->canvas[i * 4]), gif->fw, gif->fh, gif->width, bgcolor, opa); in dispose() 705 for(j = 0; j < gif->fh; j++) { in dispose()
|
D | gifdec.h | 47 uint16_t fx, fy, fw, fh; member
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 4513 float fh = ranges[i].font_size; local 4514 …float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info,… 4580 float fh = ranges[i].font_size; local 4581 …float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info,…
|