Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1393 float mtx[6] = {1,0,0,1,0,0}, m, n; in stbtt_GetGlyphShape() local
1400 mtx[4] = ttSHORT(comp); comp+=2; in stbtt_GetGlyphShape()
1401 mtx[5] = ttSHORT(comp); comp+=2; in stbtt_GetGlyphShape()
1403 mtx[4] = ttCHAR(comp); comp+=1; in stbtt_GetGlyphShape()
1404 mtx[5] = ttCHAR(comp); comp+=1; in stbtt_GetGlyphShape()
1412 mtx[0] = mtx[3] = ttSHORT(comp)/16384.0f; comp+=2; in stbtt_GetGlyphShape()
1413 mtx[1] = mtx[2] = 0; in stbtt_GetGlyphShape()
1415 mtx[0] = ttSHORT(comp)/16384.0f; comp+=2; in stbtt_GetGlyphShape()
1416 mtx[1] = mtx[2] = 0; in stbtt_GetGlyphShape()
1417 mtx[3] = ttSHORT(comp)/16384.0f; comp+=2; in stbtt_GetGlyphShape()
[all …]