Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/include/internal/
A Dftstream.h192 #define FT_PEEK_SHORT_LE( p ) FT_INT16( FT_BYTE_U16( p, 1, 8 ) | \ macro
243 ( (short)( buffer += 2, FT_PEEK_SHORT_LE( buffer - 2 ) ) )
/AliOS-Things-master/components/freetype/src/type1/
A Dt1afm.c205 kp->x = (FT_Int)FT_PEEK_SHORT_LE(p + 2); in T1_Read_PFM()

Completed in 4 milliseconds