HomeSort by: relevance | last modified time | path
    Searched refs:FT_PEEK_SHORT_LE (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftstream.h 207 #define FT_PEEK_SHORT_LE( p ) FT_INT16( FT_BYTE_U16( p, 1, 8 ) | \
261 ( (short)( buffer += 2, FT_PEEK_SHORT_LE( buffer - 2 ) ) )
  /xsrc/external/mit/freetype/dist/src/type1/
t1afm.c 206 kp->x = (FT_Int)FT_PEEK_SHORT_LE(p + 2);

Completed in 23 milliseconds