Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c358 UniquifySpansX(Spans * spans, DDXPointRec * newPoints, int *newWidths) in UniquifySpansX() argument
369 startNewWidths = newWidths; in UniquifySpansX()
386 *newWidths = newx2 - newx1; in UniquifySpansX()
388 newWidths++; in UniquifySpansX()
402 *newWidths = newx2 - newx1; in UniquifySpansX()
405 return (newWidths - startNewWidths) + 1; in UniquifySpansX()