Searched defs:leftWidth (Results 1 – 11 of 11) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | TwoColumnOutput.java | 35 private final int leftWidth; field in TwoColumnOutput 88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, in TwoColumnOutput() 126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, in TwoColumnOutput()
|
D | ByteArrayAnnotatedOutput.java | 405 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2); in getAnnotationWidth() local
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
D | TwoColumnOutput.java | 39 private final int leftWidth; field in TwoColumnOutput 92 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, in TwoColumnOutput() 130 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, in TwoColumnOutput()
|
D | ByteArrayOutput.java | 406 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2); in getAnnotationWidth() local
|
D | ByteArrayAnnotatedOutput.java | 439 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2); in getAnnotationWidth() local
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | RoundedIntRect.cpp | 63 void RoundedIntRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) in expand()
|
D | RoundedIntRect.h | 65 …void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bot… in shrink()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.cpp | 817 int leftWidth = (!horizontal || includeLogicalLeftEdge) ? borderLeftWidth() : 0; in getRoundedInnerBorderFor() local 826 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in… in getRoundedInnerBorderFor()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 955 int leftWidth = fitToBorder ? style->borderLeftWidth() : leftSlice; in paintNinePieceImage() local 1565 int leftWidth = edges[BSLeft].usedWidth() / 2; in drawBoxSideFromPath() local
|
D | RenderTableCell.cpp | 937 int leftWidth = leftVal.width(); in paintCollapsedBorder() local
|
D | RenderObject.cpp | 916 …orderRect, unsigned short topWidth, unsigned short bottomWidth, unsigned short leftWidth, unsigned… in borderInnerRect()
|