Home
last modified time | relevance | path

Searched refs:ft_isalnum (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfdriver.c272 return ft_isalnum( c ); in sfnt_is_alphanumeric()
943 if ( ft_isalnum( *s ) ) in sfnt_get_var_ps_name()
984 if ( t != ' ' && ft_isalnum( t ) ) in sfnt_get_var_ps_name()
987 if ( t != ' ' && ft_isalnum( t ) ) in sfnt_get_var_ps_name()
990 if ( t != ' ' && ft_isalnum( t ) ) in sfnt_get_var_ps_name()
993 if ( t != ' ' && ft_isalnum( t ) ) in sfnt_get_var_ps_name()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftobjs.h127 #define ft_isalnum( x ) ( ft_isdigit( x ) || ft_isalpha( x ) ) macro
/third_party/skia/third_party/externals/freetype/src/base/
Dftmac.c341 if ( count < max && ( ft_isalnum( *q ) || *q == '_' ) ) in create_lwfn_name()
/third_party/skia/third_party/externals/freetype/builds/mac/
Dftmac.c675 if ( count < max && ( ft_isalnum( *q ) || *q == '_' ) ) in create_lwfn_name()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.282061 (sfnt_is_alphanumeric): New wrapperfunction for `ft_isalnum'.
DChangeLog.235967 ensure that ft_isalnum, ft_isdigit, etc., use hard-coded values