Lines Matching defs:startY
799 int16_t startY)
808 int16_t y = enableReverse_ ? (linePoints.start.y + startY) : (startY - linePoints.start.y);
816 cross.first.y = enableReverse_ ? (y - startY) : (startY - y);
826 int16_t tmpY = enableReverse_ ? (start.y + startY) : (startY - start.y);
833 start.y = enableReverse_ ? (start.y - startY) : (startY - start.y);
834 end.y = enableReverse_ ? (end.y - startY) : (startY - end.y);
837 SetDrawLineCross(gfxDstBuffer, invalidatedArea, data, cross, baseGfxEngine, startY, mixScale);
852 int16_t startY,
856 cross.first.y = enableReverse_ ? (cross.first.y + startY) : (startY - cross.first.y);
857 cross.second.y = enableReverse_ ? (cross.second.y + startY) : (startY - cross.second.y);
898 int16_t startY = enableReverse_ ? topY : yStart.y;
900 if ((bottom < endY) || (top > startY)) {
906 CalcVerticalInfo(top, bottom, startY, endY, y, yHeight);
917 linePoints.start.y = enableReverse_ ? (y - endY) : (startY - y);
920 int16_t baseY = enableReverse_ ? endY : startY;
924 (currentRect.GetBottom() - (startY - linePoints.start.y));