Home
last modified time | relevance | path

Searched refs:STBTT_sqrt (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/video/
Dconsole_truetype.c66 #define STBTT_sqrt tt_sqrt macro
Dstb_truetype.h401 #ifndef STBTT_sqrt
403 #define STBTT_sqrt(x) sqrt(x) macro
1426 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()