Searched refs:STBTT_sqrt (Results 1 – 2 of 2) sorted by relevance
66 #define STBTT_sqrt tt_sqrt macro
401 #ifndef STBTT_sqrt403 #define STBTT_sqrt(x) sqrt(x) macro1426 m = (float) STBTT_sqrt(mtx[0]*mtx[0] + mtx[1]*mtx[1]); in stbtt_GetGlyphShape()1427 n = (float) STBTT_sqrt(mtx[2]*mtx[2] + mtx[3]*mtx[3]); in stbtt_GetGlyphShape()