Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1486 stbtt_uint32 needle, straw; in stbtt_GetGlyphKernAdvance() local
1502 straw = ttULONG(data+18+(m*6)); // note: unaligned read in stbtt_GetGlyphKernAdvance()
1503 if (needle < straw) in stbtt_GetGlyphKernAdvance()
1505 else if (needle > straw) in stbtt_GetGlyphKernAdvance()