Searched refs:FT_FRAME_ULONG (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/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() 643 FT_FRAME_ULONG ( Table_Version ), in tt_face_load_generic_header() 644 FT_FRAME_ULONG ( Font_Revision ), in tt_face_load_generic_header() 649 FT_FRAME_ULONG ( Created[0] ), in tt_face_load_generic_header() 650 FT_FRAME_ULONG ( Created[1] ), in tt_face_load_generic_header() 651 FT_FRAME_ULONG ( Modified[0] ), in tt_face_load_generic_header() 652 FT_FRAME_ULONG ( Modified[1] ), in tt_face_load_generic_header() [all …]
|
D | sfwoff.c | 123 FT_FRAME_ULONG ( signature ), in woff_open_font() 124 FT_FRAME_ULONG ( flavor ), in woff_open_font() 125 FT_FRAME_ULONG ( length ), in woff_open_font() 128 FT_FRAME_ULONG ( totalSfntSize ), in woff_open_font() 131 FT_FRAME_ULONG ( metaOffset ), in woff_open_font() 132 FT_FRAME_ULONG ( metaLength ), in woff_open_font() 133 FT_FRAME_ULONG ( metaOrigLength ), in woff_open_font() 134 FT_FRAME_ULONG ( privOffset ), in woff_open_font() 135 FT_FRAME_ULONG ( privLength ), in woff_open_font()
|
D | sfwoff2.c | 1778 FT_FRAME_ULONG ( signature ), in woff2_open_font() 1779 FT_FRAME_ULONG ( flavor ), in woff2_open_font() 1780 FT_FRAME_ULONG ( length ), in woff2_open_font() 1783 FT_FRAME_ULONG ( totalSfntSize ), in woff2_open_font() 1784 FT_FRAME_ULONG ( totalCompressedSize ), in woff2_open_font() 1786 FT_FRAME_ULONG ( metaOffset ), in woff2_open_font() 1787 FT_FRAME_ULONG ( metaLength ), in woff2_open_font() 1788 FT_FRAME_ULONG ( metaOrigLength ), in woff2_open_font() 1789 FT_FRAME_ULONG ( privOffset ), in woff2_open_font() 1790 FT_FRAME_ULONG ( privLength ), in woff2_open_font()
|
D | ttmtx.c | 142 FT_FRAME_ULONG ( Version ), in tt_face_load_hhea()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftstream.h | 121 #define FT_FRAME_ULONG( f ) FT_FRAME_FIELD( ft_frame_ulong_be, f ) macro
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrload.c | 201 FT_FRAME_ULONG ( signature ),
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttgxvar.c | 1568 FT_FRAME_ULONG ( offsetToCoord ), in ft_var_load_gvar() 1571 FT_FRAME_ULONG ( offsetToData ), in ft_var_load_gvar() 2171 FT_FRAME_ULONG ( axisTag ), in TT_Get_MM_Var()
|