Searched refs:WRITE_ULONG (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff.c | 47 #define WRITE_ULONG( p, v ) \ macro 189 WRITE_ULONG ( sfnt_header, woff.flavor ); in woff_open_font() 347 WRITE_ULONG( sfnt_header, table->Tag ); in woff_open_font() 348 WRITE_ULONG( sfnt_header, table->CheckSum ); in woff_open_font() 349 WRITE_ULONG( sfnt_header, table->OrigOffset ); in woff_open_font() 350 WRITE_ULONG( sfnt_header, table->OrigLength ); in woff_open_font() 428 #undef WRITE_ULONG
|
D | sfwoff2.c | 55 #define WRITE_ULONG( p, v ) \ macro 792 WRITE_ULONG( dst, value ); in store_loca() 1599 WRITE_ULONG( buf_cursor, 0 ); in reconstruct_font() 1670 WRITE_ULONG( buf_cursor, table.Tag ); in reconstruct_font() 1671 WRITE_ULONG( buf_cursor, checksum ); in reconstruct_font() 1672 WRITE_ULONG( buf_cursor, table.dst_offset ); in reconstruct_font() 1673 WRITE_ULONG( buf_cursor, table.dst_length ); in reconstruct_font() 1705 WRITE_ULONG( buf_cursor, font_checksum ); in reconstruct_font() 2167 WRITE_ULONG( sfnt_header, woff2.flavor ); in woff2_open_font() 2330 #undef WRITE_ULONG
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff.c | 45 #define WRITE_ULONG( p, v ) \ macro 187 WRITE_ULONG ( sfnt_header, woff.flavor ); in woff_open_font() 345 WRITE_ULONG( sfnt_header, table->Tag ); in woff_open_font() 346 WRITE_ULONG( sfnt_header, table->CheckSum ); in woff_open_font() 347 WRITE_ULONG( sfnt_header, table->OrigOffset ); in woff_open_font() 348 WRITE_ULONG( sfnt_header, table->OrigLength ); in woff_open_font() 431 #undef WRITE_ULONG
|
/third_party/freetype/src/sfnt/ |
D | sfwoff.c | 47 #define WRITE_ULONG( p, v ) \ macro 188 WRITE_ULONG ( sfnt_header, woff.flavor ); in woff_open_font() 346 WRITE_ULONG( sfnt_header, table->Tag ); in woff_open_font() 347 WRITE_ULONG( sfnt_header, table->CheckSum ); in woff_open_font() 348 WRITE_ULONG( sfnt_header, table->OrigOffset ); in woff_open_font() 349 WRITE_ULONG( sfnt_header, table->OrigLength ); in woff_open_font() 427 #undef WRITE_ULONG
|
D | sfwoff2.c | 55 #define WRITE_ULONG( p, v ) \ macro 797 WRITE_ULONG( dst, value ); in store_loca() 1639 WRITE_ULONG( buf_cursor, 0 ); in reconstruct_font() 1710 WRITE_ULONG( buf_cursor, table.Tag ); in reconstruct_font() 1711 WRITE_ULONG( buf_cursor, checksum ); in reconstruct_font() 1712 WRITE_ULONG( buf_cursor, table.dst_offset ); in reconstruct_font() 1713 WRITE_ULONG( buf_cursor, table.dst_length ); in reconstruct_font() 1745 WRITE_ULONG( buf_cursor, font_checksum ); in reconstruct_font() 2207 WRITE_ULONG( sfnt_header, woff2.flavor ); in woff2_open_font() 2370 #undef WRITE_ULONG
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.25 | 1597 (WRITE_USHORT, WRITE_ULONG): Add proper casts. 3657 (WRITE_BYTE, WRITE_USHORT, WRITE_ULONG): New temporary macros for
|
D | ChangeLog.210 | 4554 * src/sfnt/sfwoff2.c (WRITE_USHORT, WRITE_ULONG): New macros.
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.25 | 1597 (WRITE_USHORT, WRITE_ULONG): Add proper casts. 3657 (WRITE_BYTE, WRITE_USHORT, WRITE_ULONG): New temporary macros for
|
/third_party/freetype/docs/oldlogs/ |
D | ChangeLog.25 | 1597 (WRITE_USHORT, WRITE_ULONG): Add proper casts. 3657 (WRITE_BYTE, WRITE_USHORT, WRITE_ULONG): New temporary macros for
|
D | ChangeLog.210 | 4554 * src/sfnt/sfwoff2.c (WRITE_USHORT, WRITE_ULONG): New macros.
|