Home
last modified time | relevance | path

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

/dports/graphics/imlib2/imlib2-1.7.0/src/lib/
H A Dfont_load.c21 static int font_cache_usage = 0; variable
268font_cache_usage += (*dir) * ((fg->glyph_out->bitmap.width * fg->glyph_out->bitmap.rows) + sizeof(… in font_modify_cache_cb()
284font_cache_usage += dir * (sizeof(ImlibFont) + sz_name + sz_file + sz_hash + sizeof(FT_FaceRec) + … in __imlib_font_modify_cache_by()
303 if (font_cache_usage < font_cache) in __imlib_font_flush()
305 while (font_cache_usage > font_cache) in __imlib_font_flush()
/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Devas_font_load.c20 static int font_cache_usage = 0; variable
902 font_cache_usage += dir * (sizeof(RGBA_Font) + fi->usage + in evas_common_font_int_modify_cache_by()
923 if (font_cache_usage < font_cache) return; in evas_common_font_flush()
924 while (font_cache_usage > font_cache) in evas_common_font_flush()
928 pfont_cache_usage = font_cache_usage; in evas_common_font_flush()
930 if (pfont_cache_usage == font_cache_usage) break; in evas_common_font_flush()