Lines Matching refs:topRect
131 Rect topRect(col2X, row1Y, col3X - 1, row2Y - 1);
133 drawUtils->DrawColorArea(gfxDstBuffer, topRect, dirtyRect, style.bgColor_, opa);
216 Rect topRect(col2X, row1Y, col3X - 1, row2Y);
218 drawUtils->DrawColorArea(gfxDstBuffer, topRect, dirtyRect, style.bgColor_, opa);
277 Rect topRect(col1X, row1Y, col4X, row2Y);
279 drawUtils->DrawColorArea(gfxDstBuffer, topRect, dirtyRect, style.borderColor_, opa);
347 Rect topRect(col2X, row1Y, col3X - 1, row2Y);
348 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, topRect, dirtyRect, style.borderColor_, opa);
426 Rect topRect(radiusCol2X, radiusRow1Y, radiusCol3X - 1, radiusRow2Y);
428 drawUtils->DrawColorArea(gfxDstBuffer, topRect, dirtyRect, style.borderColor_, opa);