HomeSort by relevance Sort by last modified time
    Searched refs:AF_CJK_IS_TOP_BLUE (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/autofit/
afcjk.h 49 #define AF_CJK_IS_TOP_BLUE( b ) \
53 #define AF_CJK_IS_RIGHT_BLUE AF_CJK_IS_TOP_BLUE
59 #define AF_CJK_BLUE_TOP ( 1U << 1 ) /* result of AF_CJK_IS_TOP_BLUE */
afcjk.c 338 AF_CJK_IS_TOP_BLUE( bs ) ] ));
452 if ( AF_CJK_IS_TOP_BLUE( bs ) )
530 /* AF_CJK_IS_TOP_BLUE covers `right' and `top' */
531 if ( AF_CJK_IS_TOP_BLUE( bs ) ^ under_ref )
542 if ( AF_CJK_IS_TOP_BLUE( bs ) )
    [all...]

Completed in 53 milliseconds