Home | History | Annotate | Download | only in layout

Lines Matching refs:offsetY

435                 int offsetY;
438 offsetY = currY - be.y - (isLast ? 0 : (be.h / 2));
442 offsetY = b.y - be.y;
466 py = bounds.y + offsetY;
472 drawElement(gc, element, offsetX, offsetY);