Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c667 Spans spanRec; in miFillPolyHelper() local
669 if (!InitSpans(&spanRec, overall_height)) in miFillPolyHelper()
671 ppt = spanRec.points; in miFillPolyHelper()
672 pwidth = spanRec.widths; in miFillPolyHelper()
735 spanRec.count = ppt - spanRec.points; in miFillPolyHelper()
736 fillSpans(pDrawable, pGC, pixel, &spanRec, spanData); in miFillPolyHelper()
748 Spans spanRec; in miFillRectPolyHelper() local
769 if (!InitSpans(&spanRec, h)) in miFillRectPolyHelper()
771 ppt = spanRec.points; in miFillRectPolyHelper()
772 pwidth = spanRec.widths; in miFillRectPolyHelper()
[all …]