Searched refs:FT_FRAME_ULONG (Results 1 – 7 of 7) sorted by relevance
/external/freetype/src/sfnt/ |
D | ttload.c | 190 FT_FRAME_ULONG( Tag ), in check_table_dir() 191 FT_FRAME_ULONG( CheckSum ), in check_table_dir() 192 FT_FRAME_ULONG( Offset ), in check_table_dir() 193 FT_FRAME_ULONG( Length ), in check_table_dir() 642 FT_FRAME_ULONG ( Table_Version ), in tt_face_load_generic_header() 643 FT_FRAME_ULONG ( Font_Revision ), in tt_face_load_generic_header() 648 FT_FRAME_ULONG ( Created[0] ), in tt_face_load_generic_header() 649 FT_FRAME_ULONG ( Created[1] ), in tt_face_load_generic_header() 650 FT_FRAME_ULONG ( Modified[0] ), in tt_face_load_generic_header() 651 FT_FRAME_ULONG ( Modified[1] ), in tt_face_load_generic_header() [all …]
|
D | sfwoff.c | 120 FT_FRAME_ULONG ( signature ), in woff_open_font() 121 FT_FRAME_ULONG ( flavor ), in woff_open_font() 122 FT_FRAME_ULONG ( length ), in woff_open_font() 125 FT_FRAME_ULONG ( totalSfntSize ), in woff_open_font() 128 FT_FRAME_ULONG ( metaOffset ), in woff_open_font() 129 FT_FRAME_ULONG ( metaLength ), in woff_open_font() 130 FT_FRAME_ULONG ( metaOrigLength ), in woff_open_font() 131 FT_FRAME_ULONG ( privOffset ), in woff_open_font() 132 FT_FRAME_ULONG ( privLength ), in woff_open_font()
|
D | sfwoff2.c | 1789 FT_FRAME_ULONG ( signature ), in woff2_open_font() 1790 FT_FRAME_ULONG ( flavor ), in woff2_open_font() 1791 FT_FRAME_ULONG ( length ), in woff2_open_font() 1794 FT_FRAME_ULONG ( totalSfntSize ), in woff2_open_font() 1795 FT_FRAME_ULONG ( totalCompressedSize ), in woff2_open_font() 1797 FT_FRAME_ULONG ( metaOffset ), in woff2_open_font() 1798 FT_FRAME_ULONG ( metaLength ), in woff2_open_font() 1799 FT_FRAME_ULONG ( metaOrigLength ), in woff2_open_font() 1800 FT_FRAME_ULONG ( privOffset ), in woff2_open_font() 1801 FT_FRAME_ULONG ( privLength ), in woff2_open_font()
|
D | ttmtx.c | 142 FT_FRAME_ULONG ( Version ), in tt_face_load_hhea()
|
/external/freetype/include/freetype/internal/ |
D | ftstream.h | 121 #define FT_FRAME_ULONG( f ) FT_FRAME_FIELD( ft_frame_ulong_be, f ) macro
|
/external/freetype/src/pfr/ |
D | pfrload.c | 201 FT_FRAME_ULONG ( signature ),
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 1486 FT_FRAME_ULONG ( offsetToCoord ), in ft_var_load_gvar() 1489 FT_FRAME_ULONG ( offsetToData ), in ft_var_load_gvar() 2091 FT_FRAME_ULONG ( axisTag ), in TT_Get_MM_Var()
|