Lines Matching defs:row4Y
212 int16_t row4Y = rect.GetBottom();
225 Rect bottomRect(col2X + 1, row3Y, col3X - 1, row4Y);
273 int16_t row4Y = rect.GetBottom();
295 Rect bottomRect(col1X, row3Y, col4X, row4Y);
310 int16_t row4Y = rect.GetBottom();
365 Rect bottomRect(col2X + 1, row3Y, col3X - 1, row4Y);
478 int16_t row4Y = rect.GetBottom() - borderWidth + 1;
528 Rect middleInnerRect2(col2X + 1, row3Y + 1, col3X - 1, row4Y - 1);
532 Rect bottomBorderRect(col2X + 1, row4Y, col3X - 1, row5Y);
654 int16_t row4Y = rect.GetBottom() - radius + 1;
679 arcInfo.center = {col3X, row4Y};
684 arcInfo.center = {col4X, row4Y};
706 arcInfo.center = {col3X, row4Y};
711 arcInfo.center = {col4X, row4Y};
728 Rect leftBorderRect(col1X, row3Y + 1, col2X, row4Y - 1);
732 Rect middleInnerRect(col2X + 1, row3Y + 1, col5X - 1, row4Y - 1);
736 Rect rightBorderRect(col5X, row3Y + 1, col6X, row4Y - 1);
740 Rect bottomInnerRect(col3X + 1, row4Y, col4X - 1, row5Y - 1);