HomeSort by relevance Sort by last modified time
    Searched refs:arrowHeight (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 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);
    [all...]
RenderThemeChromiumMac.mm     [all...]
RenderThemeMac.mm     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java 511 final float arrowHeight = lArrow.getIntrinsicHeight();
540 final int top = (int)(baseline - arrowHeight);
    [all...]

Completed in 213 milliseconds