Home
last modified time | relevance | path

Searched refs:FT_VALIDATOR (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/freetype/include/internal/
A Dftvalid.h103 #define FT_VALIDATOR( x ) ( (FT_Validator)( x ) ) macro
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttcmap.c3522 ft_validator_init( FT_VALIDATOR( &valid ), cmap, limit, in tt_face_build_cmaps()
3527 if ( ft_setjmp( FT_VALIDATOR( &valid )->jump_buffer) == 0 ) in tt_face_build_cmaps()
3530 error = clazz->validate( cmap, FT_VALIDATOR( &valid ) ); in tt_face_build_cmaps()

Completed in 8 milliseconds