Lines Matching refs:rect
103 ColoredRect rect;
108 , rect (rect_)
192 const ColoredRect& coloredRect = frame.draws[drawNdx].rect;
658 const ColoredRect rect (IVec2(0, frameNdx*frameDiff+rectNdx*rectHeight), IVec2(width, frameNdx*frameDiff+(rectNdx+1)*rectHeight), color);
659 const DrawCommand drawCommand (frameDrawType[rectNdx], rect);
673 const ColoredRect& rect = frame.draws[drawNdx].rect;
674 damageRegion.push_back(rect.bottomLeft.x());
675 damageRegion.push_back(rect.bottomLeft.y());
676 damageRegion.push_back(rect.topRight.x() - rect.bottomLeft.x());
677 damageRegion.push_back(rect.topRight.y() - rect.bottomLeft.y());