HomeSort by relevance Sort by last modified time
    Searched defs:leftWidth (Results 1 - 6 of 6) sorted by null

  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 35 private final int leftWidth;
84 * @param leftWidth {@code > 0;} width of the left column, in characters
88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth,
94 if (leftWidth < 1) {
95 throw new IllegalArgumentException("leftWidth < 1");
110 this.leftWidth = leftWidth;
113 this.leftColumn = new IndentingWriter(leftWriter, leftWidth);
122 * @param leftWidth {@code >= 1;} width of the left column, in characters
126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth
    [all...]
ByteArrayAnnotatedOutput.java 412 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2);
414 return annotationWidth - leftWidth;
  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 785 int leftWidth = leftVal.width();
788 tx -= leftWidth / 2;
790 w += leftWidth / 2 + (rightWidth + 1) / 2;
808 borders.addBorder(leftVal, BSLeft, renderLeft, tx, ty, tx + leftWidth, ty + h, leftStyle);
    [all...]
RenderBoxModelObject.cpp     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 68 milliseconds