Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_font.c1158 prima_init_try_height( &hgs, height, f-> flags. heights_cache ? f-> heights_cache[0] : height); in detail_font_info()
1159 if ( f-> flags. heights_cache) in detail_font_info()
1160 height = prima_try_height( &hgs, f-> heights_cache[1]); in detail_font_info()
1215 if ( !of-> flags. heights_cache) { in detail_font_info()
1216 of-> heights_cache[0] = font-> height * 10; in detail_font_info()
1217 of-> heights_cache[1] = f-> font. height; in detail_font_info()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h201 unsigned heights_cache : 1; member
212 int heights_cache[2]; member