Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_trapezoid.c52 if (dst->polyEdge == PolyEdgeSharp) in glamor_create_mask_picture()
95 if (dst->polyEdge == PolyEdgeSharp) in glamor_trapezoids()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbtrap.c117 if (pDst->polyEdge == PolyEdgeSharp) in fbShapes()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c1073 if (pDst->polyEdge == PolyEdgeSharp) in exaCreateAlphaPicture()
1159 if (pDst->polyEdge == PolyEdgeSharp) in exaTrapezoids()
1221 if (pDst->polyEdge == PolyEdgeSharp) in exaTriangles()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicturestr.h133 unsigned int polyEdge:1; member
H A Dpicture.c719 pPicture->polyEdge = PolyEdgeSharp; in SetPictureToDefaults()
1203 pPicture->polyEdge = newe; in ChangePicture()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpict.c1065 attribs.poly_edge = pPicture->polyEdge; in dmxValidatePicture()