Lines Matching refs:bottomRect
136 Rect bottomRect(col2X + 1, row2Y, col3X - 1, row3Y);
137 drawUtils->DrawColorArea(gfxDstBuffer, bottomRect, dirtyRect, style.bgColor_, opa);
225 Rect bottomRect(col2X + 1, row3Y, col3X - 1, row4Y);
226 drawUtils->DrawColorArea(gfxDstBuffer, bottomRect, dirtyRect, style.bgColor_, opa);
295 Rect bottomRect(col1X, row3Y, col4X, row4Y);
296 drawUtils->DrawColorArea(gfxDstBuffer, bottomRect, dirtyRect, style.borderColor_, opa);
365 Rect bottomRect(col2X + 1, row3Y, col3X - 1, row4Y);
366 drawUtils->DrawColorArea(gfxDstBuffer, bottomRect, dirtyRect, style.borderColor_, opa);
446 Rect bottomRect(radiusCol2X + 1, radiusRow3Y, radiusCol3X - 1, radiusRow4Y);
447 drawUtils->DrawColorArea(gfxDstBuffer, bottomRect, dirtyRect, style.borderColor_, opa);