Home | History | Annotate | Download | only in functional

Lines Matching defs:m_rect

91 		: m_rect(rect), m_colorMask(colorMask), m_color(color)
95 tcu::IVec4 m_rect;
178 if (de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w()))
194 if (de::inBounds(x, op.m_rect.x(), op.m_rect.x()+op.m_rect.z()) &&
195 de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w()))
198 spanLength = deMin32(spanLength, op.m_rect.x() + op.m_rect.z() - x);
212 else if (op.m_rect.x() > x)
213 spanLength = deMin32(spanLength, op.m_rect.x() - x);