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

  /dalvik/dexgen/src/com/android/dexgen/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;
  /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 405 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2);
407 return annotationWidth - leftWidth;
  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 63 void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
65 void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); }
RoundedIntRect.cpp 63 void RoundedIntRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth)
65 m_topLeft.setWidth(max(0, m_topLeft.width() + leftWidth));
71 m_bottomLeft.setWidth(max(0, m_bottomLeft.width() + leftWidth));
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]
RenderTableCell.cpp     [all...]
RenderObject.cpp     [all...]
RenderObject.h 445 unsigned short leftWidth, unsigned short rightWidth) const;
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h     [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 333 milliseconds