Home | History | Annotate | Download | only in rendering

Lines Matching refs:arrowHeight

824     float arrowHeight = baseArrowHeight * fontScale;
837 arrow[0] = FloatPoint(leftEdge, centerY - arrowHeight / 2.0f);
838 arrow[1] = FloatPoint(leftEdge + arrowWidth, centerY - arrowHeight / 2.0f);
839 arrow[2] = FloatPoint(leftEdge + arrowWidth / 2.0f, centerY + arrowHeight / 2.0f);