Searched refs:with_sign (Results 1 – 2 of 2) sorted by relevance
/external/freetype/src/sfnt/ |
D | sfwoff2.c | 391 with_sign( FT_Byte flag, in with_sign() function 467 dy = with_sign( flag, in triplet_decode() 472 dx = with_sign( flag, in triplet_decode() 481 dx = with_sign( flag, in triplet_decode() 483 dy = with_sign( flag >> 1, in triplet_decode() 489 dx = with_sign( flag, in triplet_decode() 491 dy = with_sign( flag >> 1, in triplet_decode() 498 dx = with_sign( flag, in triplet_decode() 500 dy = with_sign( flag >> 1, in triplet_decode() 505 dx = with_sign( flag, in triplet_decode() [all …]
|
/external/freetype/ |
D | ChangeLog | 1677 (with_sign, safe_int_addition): New functions to add sign to values
|