Home
last modified time | relevance | path

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

/external/freetype/src/cache/
Dftcmru.c171 FT_UInt max_nodes, in FTC_MruList_Init() argument
176 list->max_nodes = max_nodes; in FTC_MruList_Init()
245 if ( list->num_nodes >= list->max_nodes && list->max_nodes > 0 ) in FTC_MruList_New()