Searched defs:leftWidth (Results 1 – 12 of 12) 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/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | FloatRoundedRect.cpp | 80 void FloatRoundedRect::Radii::expand(float topWidth, float bottomWidth, float leftWidth, float righ… in expand()
|
D | RoundedRect.h | 68 …void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bot… in shrink()
|
D | FloatRoundedRect.h | 65 …void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWid… in shrink()
|
D | RoundedRect.cpp | 64 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) in expand()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.cpp | 985 int leftWidth = (!horizontal || includeLogicalLeftEdge) ? borderLeftWidth() : 0; in getRoundedInnerBorderFor() local 994 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in… in getRoundedInnerBorderFor()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTableCell.cpp | 1131 int leftWidth = leftVal.width(); in paintCollapsedBorders() local
|
D | RenderBoxModelObject.cpp | 1197 …int leftWidth = computeBorderImageSide(ninePieceImage.borderSlices().left(), style->borderLeftWidt… in paintNinePieceImage() local 2021 LayoutUnit leftWidth = edges[BSLeft].usedWidth() / 2; in drawBoxSideFromPath() local
|