Searched refs:POINT_PARTIAL (Results 1 – 1 of 1) sorted by relevance
2390 POINT_PARTIAL enumerator3067 anyError |= !verifyWidePoint(viewport, refPoint, bbox, POINT_PARTIAL, logFloodCounter); in verifyWidePointPattern()3172 …if ((viewportClippedTop || (pointType == POINT_PARTIAL && primitiveClippedTop)) && !widthsUpwards.… in verifyWidePointAt()3176 …const bool widthClipped = (pointType == POINT_PARTIAL) && (range.x() <= bbox.x() || range.y() >=… in verifyWidePointAt()3209 …if ((viewportClippedBottom || (pointType == POINT_PARTIAL && primitiveClippedBottom)) && !(widthsD… in verifyWidePointAt()3213 …const bool bboxClipped = (pointType == POINT_PARTIAL) && (range.x() <= bbox.x() || range.y() >=… in verifyWidePointAt()3241 …const bool bboxClipped = (pointType == POINT_PARTIAL) && (unionRange.x() <= bbox.x() || unionRang… in verifyWidePointAt()