Searched refs:unionRange (Results 1 – 1 of 1) sorted by relevance
3023 tcu::IVec2 unionRange = widths[y]; in verifyWidePointAt() local3027 unionRange.x() = de::max(unionRange.x(), widths[y+dy].x()); in verifyWidePointAt()3028 unionRange.y() = de::min(unionRange.y(), widths[y+dy].y()); in verifyWidePointAt()3033 const bool squareFits = (unionRange.y() - unionRange.x() + 1) >= expectedPointSize; in verifyWidePointAt()3034 …st bool bboxClipped = (pointType == POINT_PARTIAL) && (unionRange.x() <= bbox.x() || unionRange.y… in verifyWidePointAt()3035 const bool viewportClipped = unionRange.x() <= 0 || unionRange.y() >= viewport.getWidth()-1; in verifyWidePointAt()