OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AF_DIGIT
(Results
1 - 4
of
4
) sorted by null
/external/freetype/src/autofit/
afglobal.h
78
#define
AF_DIGIT
0x80
afglobal.c
238
gstyles[gindex] |=
AF_DIGIT
;
253
if ( ( gstyles[nn] & ~
AF_DIGIT
) == AF_STYLE_UNASSIGNED )
279
if ( ( gstyles[idx] & ~
AF_DIGIT
) == style_class->style )
459
return (FT_Bool)( globals->glyph_styles[gindex] &
AF_DIGIT
);
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afglobal.h
76
/* a bit mask for
AF_DIGIT
and AF_NONBASE */
82
#define
AF_DIGIT
0x8000U
afglobal.c
267
gstyles[gindex] |=
AF_DIGIT
;
504
return (FT_Bool)( globals->glyph_styles[gindex] &
AF_DIGIT
);
Completed in 50 milliseconds