Searched refs:hint_style (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXft/dist/src/
H A Dxftfreetype.c375 int hint_style; local in function:XftFontInfoFill
584 switch (FcPatternGetInteger (pattern, FC_HINT_STYLE, 0, &hint_style)) {
586 hint_style = FC_HINT_FULL;
595 || hint_style == FC_HINT_NONE
606 if (FC_HINT_NONE < hint_style && hint_style < FC_HINT_FULL)

Completed in 3 milliseconds