Lines Matching defs:col4X
207 int16_t col4X = rect.GetRight();
221 Rect middleRect(col1X, row2Y + 1, col4X, row3Y - 1);
268 int16_t col4X = rect.GetRight();
277 Rect topRect(col1X, row1Y, col4X, row2Y);
291 Rect rightRect(col3X, row2Y + 1, col4X, row3Y - 1);
295 Rect bottomRect(col1X, row3Y, col4X, row4Y);
305 int16_t col4X = rect.GetRight();
361 Rect rightRect(col3X, row2Y + 1, col4X, row3Y - 1);
544 int16_t col4X = rect.GetRight() - borderWidth + 1;
595 Rect middleInnerRect(col2X + 1, row2Y + 1, col4X - 1, row3Y - 1);
599 Rect bottomBorderRect(col4X, row2Y + 1, col5X, row3Y - 1);
647 int16_t col4X = rect.GetRight() - radius + 1;
674 arcInfo.center = {col4X, row3Y};
684 arcInfo.center = {col4X, row4Y};
701 arcInfo.center = {col4X, row3Y};
711 arcInfo.center = {col4X, row4Y};
718 Rect topBorderRect(col3X, row1Y, col4X - 1, row2Y);
723 Rect topInnerRect(col3X, row2Y + 1, col4X - 1, row3Y);
740 Rect bottomInnerRect(col3X + 1, row4Y, col4X - 1, row5Y - 1);
744 Rect bottomBorderRect(col3X + 1, row5Y, col4X - 1, row6Y);