OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
313
AF_CJK_IS_TOP_BLUE
( bs ) ] ));
406
if (
AF_CJK_IS_TOP_BLUE
( bs ) )
483
/*
AF_CJK_IS_TOP_BLUE
covers `right' and `top' */
484
if (
AF_CJK_IS_TOP_BLUE
( bs ) ^ under_ref )
495
if (
AF_CJK_IS_TOP_BLUE
( bs ) )
[
all
...]
Completed in 45 milliseconds