Home
last modified time | relevance | path

Searched defs:leftWidth (Results 1 – 12 of 12) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
DTwoColumnOutput.java35 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()
DByteArrayAnnotatedOutput.java405 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2); in getAnnotationWidth() local
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DTwoColumnOutput.java39 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()
DByteArrayOutput.java406 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2); in getAnnotationWidth() local
DByteArrayAnnotatedOutput.java439 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2); in getAnnotationWidth() local
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatRoundedRect.cpp80 void FloatRoundedRect::Radii::expand(float topWidth, float bottomWidth, float leftWidth, float righ… in expand()
DRoundedRect.h68 …void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bot… in shrink()
DFloatRoundedRect.h65 …void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWid… in shrink()
DRoundedRect.cpp64 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) in expand()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp985 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/
DRenderTableCell.cpp1131 int leftWidth = leftVal.width(); in paintCollapsedBorders() local
DRenderBoxModelObject.cpp1197 …int leftWidth = computeBorderImageSide(ninePieceImage.borderSlices().left(), style->borderLeftWidt… in paintNinePieceImage() local
2021 LayoutUnit leftWidth = edges[BSLeft].usedWidth() / 2; in drawBoxSideFromPath() local