Lines Matching refs:Right
91 This->lockedBox.Right = max(This->lockedBox.Right, dirty_box->Right);
100 This->lockedBox.Right = This->currentDesc.Width;
249 This->lockedBox.Right = This->currentDesc.Width;
254 if (pBox->Right <= pBox->Left
255 || pBox->Right > This->currentDesc.Width
266 TRACE("Lock Box (%p) = l %d, t %d, r %d, b %d, fr %d, ba %d\n", pBox, pBox->Left, pBox->Top, pBox->Right, pBox->Bottom, pBox->Front, pBox->Back);
274 This->lockedBox.Right = pBox->Right;