Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1208 if (x0) *x0 = ttSHORT(info->data + g + 2); in stbtt_GetGlyphBox()
1209 if (y0) *y0 = ttSHORT(info->data + g + 4); in stbtt_GetGlyphBox()
1210 if (x1) *x1 = ttSHORT(info->data + g + 6); in stbtt_GetGlyphBox()
1211 if (y1) *y1 = ttSHORT(info->data + g + 8); in stbtt_GetGlyphBox()
1225 numberOfContours = ttSHORT(info->data + g); in stbtt_IsGlyphEmpty()
1258 numberOfContours = ttSHORT(data + g); in stbtt_GetGlyphShape()
1395 flags = ttSHORT(comp); comp+=2; in stbtt_GetGlyphShape()
1396 gidx = ttSHORT(comp); comp+=2; in stbtt_GetGlyphShape()
1400 mtx[4] = ttSHORT(comp); comp+=2; in stbtt_GetGlyphShape()
1508 return ttSHORT(data+22+(m*6)); in stbtt_GetGlyphKernAdvance()
[all …]