Searched refs:straw (Results 1 – 1 of 1) sorted by relevance
1486 stbtt_uint32 needle, straw; in stbtt_GetGlyphKernAdvance() local1502 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()