Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/
A Dvft_draw.c56 vg_lite_path_t *h_path; member
118 if ( g_glyph_cache[i].h_path != NULL ) { in glyph_cache_free()
120 vg_lite_clear_path(g_glyph_cache[i].h_path); in glyph_cache_free()
123 VFT_FREE(g_glyph_cache[i].h_path); in glyph_cache_free()
126 g_glyph_cache[i].h_path = NULL; in glyph_cache_free()
148 return g_glyph_cache[i].h_path; in vft_cache_lookup()
161 if ( g_glyph_cache[unused_idx].h_path != NULL ) { in vft_cache_lookup()
163 vg_lite_clear_path(g_glyph_cache[unused_idx].h_path); in vft_cache_lookup()
166 g_glyph_cache[unused_idx].h_path = in vft_cache_lookup()
170 vg_lite_init_path(g_glyph_cache[unused_idx].h_path, in vft_cache_lookup()
[all …]

Completed in 5 milliseconds