Searched refs:slopes (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwideline.c364 PolySlopePtr slopes,
406 if ((int64_t)slopes[j].dy * slopes[i].dx > (int64_t)slopes[i].dy * slopes[j].dx)
420 if (slopes[s].dy != 0)
423 slopes[s].k,
424 slopes[s].dx, slopes[s].dy,
451 if (slopes[
362 miPolyBuildPoly(PolyVertexPtr vertices,PolySlopePtr slopes,int count,int xi,int yi,PolyEdgePtr left,PolyEdgePtr right,int * pnleft,int * pnright,int * h) argument
521 PolySlopeRec slopes[4]; local in function:miLineJoin
1681 PolySlopeRec slopes[4]; local in function:miWideDashSegment
[all...]
H A Dmiwideline.h116 extern _X_EXPORT int miPolyBuildPoly(PolyVertexPtr vertices, PolySlopePtr slopes,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaWideLine.c662 PolySlopeRec slopes[4]; local in function:XAALineJoin
714 slopes[0].dx = -pRight->dy;
715 slopes[0].dy = pRight->dx;
716 slopes[0].k = 0;
720 slopes[1].dx = pLeft->dy;
721 slopes[1].dy = -pLeft->dx;
722 slopes[1].k = 0;
744 slopes[2].dx = pLeft->dx;
745 slopes[2].dy = pLeft->dy;
746 slopes[
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.c844 PolySlopePtr slopes,
880 if ((int64_t) slopes[j].dy * slopes[i].dx >
881 (int64_t) slopes[i].dy * slopes[j].dx) {
893 if (slopes[s].dy != 0) {
895 slopes[s].k,
896 slopes[s].dx, slopes[s].dy,
921 if (slopes[
843 miPolyBuildPoly(PolyVertexPtr vertices,PolySlopePtr slopes,int count,int xi,int yi,PolyEdgePtr left,PolyEdgePtr right,int * pnleft,int * pnright,int * h) argument
980 PolySlopeRec slopes[4]; local in function:miLineJoin
2036 PolySlopeRec slopes[4]; local in function:miWideDashSegment
[all...]

Completed in 7 milliseconds