OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AFM_IS_NEWLINE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/src/psaux/
afmparse.c
63
#define
AFM_IS_NEWLINE
( ch ) ( (ch) == '\r' || (ch) == '\n' )
107
if (
AFM_IS_NEWLINE
( ch ) )
138
else if (
AFM_IS_NEWLINE
( ch ) )
178
if (
AFM_IS_NEWLINE
( ch ) )
/external/freetype/src/psaux/
afmparse.c
63
#define
AFM_IS_NEWLINE
( ch ) ( (ch) == '\r' || (ch) == '\n' )
107
if (
AFM_IS_NEWLINE
( ch ) )
138
else if (
AFM_IS_NEWLINE
( ch ) )
178
if (
AFM_IS_NEWLINE
( ch ) )
Completed in 38 milliseconds