Searched refs:bboxA (Results 1 – 1 of 1) sorted by relevance
161 OSALIGNSIMD(SWR_RECT) bboxA; in RasterizeLine() local162 calcBoundingBoxInt(vXai, vYai, bboxA); in RasterizeLine()164 if (!(bboxA.xmin > macroBoxRight || in RasterizeLine()165 bboxA.xmin > scissorInFixedPoint.xmax || in RasterizeLine()166 bboxA.xmax - 1 < macroBoxLeft || in RasterizeLine()167 bboxA.xmax - 1 < scissorInFixedPoint.xmin || in RasterizeLine()168 bboxA.ymin > macroBoxBottom || in RasterizeLine()169 bboxA.ymin > scissorInFixedPoint.ymax || in RasterizeLine()170 bboxA.ymax - 1 < macroBoxTop || in RasterizeLine()171 bboxA.ymax - 1 < scissorInFixedPoint.ymin)) { in RasterizeLine()[all …]