Home
last modified time | relevance | path

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

/external/freetype/src/pcf/
Dpcfread.c273 FT_FRAME_SHORT_LE( leftSideBearing ),
274 FT_FRAME_SHORT_LE( rightSideBearing ),
275 FT_FRAME_SHORT_LE( characterWidth ),
276 FT_FRAME_SHORT_LE( ascent ),
277 FT_FRAME_SHORT_LE( descent ),
278 FT_FRAME_SHORT_LE( attributes ),
/external/freetype/include/freetype/internal/
Dftstream.h131 #define FT_FRAME_SHORT_LE( f ) FT_FRAME_FIELD( ft_frame_short_le, f ) macro