Home | History | Annotate | Download | only in rendering

Lines Matching refs:centerY

818     float centerY = bounds.y() + bounds.height() / 2.0f;
832 arrow[0] = FloatPoint(leftEdge, centerY - arrowHeight / 2.0f);
833 arrow[1] = FloatPoint(leftEdge + arrowWidth, centerY - arrowHeight / 2.0f);
834 arrow[2] = FloatPoint(leftEdge + arrowWidth / 2.0f, centerY + arrowHeight / 2.0f);