Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h718 #ifndef STBTT_vmove // you can predefine these to use different values (but why?)
720 STBTT_vmove=1, enumerator
1362 stbtt_setvertex(&vertices[num_vertices++], STBTT_vmove,sx,sy,0,0); in stbtt_GetGlyphShape()
2344 if (vertices[i].type == STBTT_vmove) in stbtt_FlattenCurves()
2368 case STBTT_vmove: in stbtt_FlattenCurves()