Searched refs:WRITE_SHORT (Results 1 – 2 of 2) sorted by relevance
/external/freetype/src/sfnt/ |
D | sfwoff2.c | 67 #define WRITE_SHORT( p, v ) \ macro 642 WRITE_SHORT( pointer, dx ); in store_points() 655 WRITE_SHORT( pointer, dy ); in store_points() 708 WRITE_SHORT( pointer, x_min ); in compute_bbox() 709 WRITE_SHORT( pointer, y_min ); in compute_bbox() 710 WRITE_SHORT( pointer, x_max ); in compute_bbox() 711 WRITE_SHORT( pointer, y_max ); in compute_bbox() 1152 WRITE_SHORT( pointer, end_point ); in reconstruct_glyf() 1467 WRITE_SHORT( dst, advance_widths[i] ); in reconstruct_hmtx() 1471 WRITE_SHORT( dst, lsbs[i] ); in reconstruct_hmtx() [all …]
|
/external/freetype/ |
D | ChangeLog | 397 * src/sfnt/sfwoff2.c (ROUND4, WRITE_SHORT): Fix implicit sign 1668 (WRITE_SHORT): New macro.
|