Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DDrawable.c772 flags = ggoUseHints; in Drawable_render_glyph()
774 if ( pexist(hints) && !pget_B(hints)) flags &= ~ggoUseHints; in Drawable_render_glyph()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dtext.c1939 if (( flags & ggoUseHints ) == 0 ) format |= GGO_UNHINTED; in apc_gp_get_glyph_outline()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dxft.c2376 (( flags & ggoUseHints ) ? 0 : FT_LOAD_NO_HINTING); in prima_xft_get_glyph_outline()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h3599 #define ggoUseHints 0x02 macro