OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AF_CJK_MAX_WIDTHS
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/freetype/src/autofit/
afcjk.h
51
#define
AF_CJK_MAX_WIDTHS
16
81
AF_WidthRec widths[
AF_CJK_MAX_WIDTHS
];
afcjk.c
148
if ( num_widths <
AF_CJK_MAX_WIDTHS
)
[
all
...]
/external/freetype/src/autofit/
afcjk.h
55
#define
AF_CJK_MAX_WIDTHS
16
83
AF_WidthRec widths[
AF_CJK_MAX_WIDTHS
]; /* widths array */
afcjk.c
202
if ( num_widths <
AF_CJK_MAX_WIDTHS
)
[
all
...]
Completed in 32 milliseconds