Home
last modified time | relevance | path

Searched defs:leftWidth (Results 1 – 11 of 11) 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/webkit/Source/WebCore/platform/graphics/
DRoundedIntRect.cpp63 void RoundedIntRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) in expand()
DRoundedIntRect.h65 …void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bot… in shrink()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp817 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/
DRenderBoxModelObject.cpp955 int leftWidth = fitToBorder ? style->borderLeftWidth() : leftSlice; in paintNinePieceImage() local
1565 int leftWidth = edges[BSLeft].usedWidth() / 2; in drawBoxSideFromPath() local
DRenderTableCell.cpp937 int leftWidth = leftVal.width(); in paintCollapsedBorder() local
DRenderObject.cpp916 …orderRect, unsigned short topWidth, unsigned short bottomWidth, unsigned short leftWidth, unsigned… in borderInnerRect()