Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/sjpg/
Dtjpgd.c296 const uint8_t *hd = jd->huffdata[id][cls]; /* Data table */ in huffext() local
329 return *hd; /* Return the decoded data */ in huffext()
331 hd++; in huffext()
337 const uint8_t *hb, *hd; in huffext() local
389 hd = jd->huffdata[id][cls] + jd->longofs[id][cls]; /* Data table */ in huffext()
395 hd = jd->huffdata[id][cls]; /* Data table */ in huffext()
405 return *hd; /* Return the decoded data */ in huffext()
407 hd++; in huffext()
/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h5323 stbtt_uint32 nm, hd; local
5328 hd = stbtt__find_table(fc, offset, "head");
5329 if((ttUSHORT(fc, hd + 44) & 7) != (flags & 7)) return 0;