Searched defs:margins (Results 1 - 10 of 10) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridLayoutFactory.java69 * Sets the horizontal margins.
71 public GridLayoutFactory marginsH(int margins) { argument
72 m_layout.marginWidth = margins;
77 * Sets the vertical margins.
79 public GridLayoutFactory marginsV(int margins) { argument
80 m_layout.marginHeight = margins;
85 * Sets the horizontal/vertical margins.
87 public GridLayoutFactory margins(int margins) { argument
88 m_layout.marginWidth = m_layout.marginHeight = margins;
[all...]
/external/webkit/Tools/QtTestBrowser/
H A Dlocationedit.cpp95 QMargins margins = textMargins(); local
96 margins.setLeft(m_pageIconLabel->sizeHint().width() + spacing);
97 setTextMargins(margins);
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_frame_win.cc250 MARGINS margins = { 0 };
256 margins.cxLeftWidth = kClientEdgeThickness + 1;
257 margins.cxRightWidth = kClientEdgeThickness + 1;
258 margins.cyBottomHeight = kClientEdgeThickness + 1;
259 margins.cyTopHeight = kClientEdgeThickness + 1;
266 margins.cyTopHeight = (browser_view_->UseVerticalTabs() ?
270 // For popup and app windows we want to use the default margins.
272 DwmExtendFrameIntoClientArea(GetNativeView(), &margins); local
/external/skia/src/utils/
H A DSkNinePatch.cpp255 const SkBitmap& bitmap, const SkIRect& margins,
258 0, margins.fLeft, bitmap.width() - margins.fRight, bitmap.width()
261 0, margins.fTop, bitmap.height() - margins.fBottom, bitmap.height()
264 dst.fLeft, dst.fLeft + SkIntToScalar(margins.fLeft),
265 dst.fRight - SkIntToScalar(margins.fRight), dst.fRight
268 dst.fTop, dst.fTop + SkIntToScalar(margins.fTop),
269 dst.fBottom - SkIntToScalar(margins.fBottom), dst.fBottom
273 dstX[1] = dstX[0] + (dstX[3] - dstX[0]) * SkIntToScalar(margins
254 drawNineViaRects(SkCanvas* canvas, const SkRect& dst, const SkBitmap& bitmap, const SkIRect& margins, const SkPaint* paint) argument
301 DrawNine(SkCanvas* canvas, const SkRect& bounds, const SkBitmap& bitmap, const SkIRect& margins, const SkPaint* paint) argument
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeSafari.cpp296 IntRect RenderThemeSafari::inflateRect(const IntRect& r, const IntSize& size, const int* margins) const
300 int widthDelta = r.width() - (size.width() + margins[leftMargin] + margins[rightMargin]);
301 int heightDelta = r.height() - (size.height() + margins[topMargin] + margins[bottomMargin]);
304 result.setX(result.x() - margins[leftMargin]);
308 result.setY(result.y() - margins[topMargin]);
433 static const int margins[3][4] = local
439 return margins[controlSize];
472 static const int margins[ local
557 static const int margins[3][4] = local
651 static const int margins[3][4] = local
[all...]
H A DRenderBox.cpp1597 // just calculate margins
1779 // Case Four: Either no auto margins, or our width is >= the container width (css2.1, 10.3.3). In that case
1780 // auto margins will just turn into 0.
1803 // For tables, calculate margins only.
1880 int margins = collapsedMarginBefore() + collapsedMarginAfter(); local
1891 setLogicalHeight(max(logicalHeight(), visHeight - margins));
1893 int marginsBordersPadding = margins + parentBox()->marginBefore() + parentBox()->marginAfter() + parentBox()->borderAndPaddingLogicalHeight();
2254 // over-constrained margins? Also note that the container block is used
2415 * the two margins get equal values, unless this would make them negative,
2434 // Both margins aut
[all...]
H A DRenderBlock.cpp94 // Whether or not we can collapse our own margins with our children. We don't do this
104 // margins with our children's margins. To do otherwise would be to risk odd visual
1094 // (e) have specified that one of our margins can't collapse using a CSS extension
1244 // our current maximal positive and negative margins. These values are used when we
1251 // Start out by setting our margin values to our current margins. Table cells have
1252 // no margins, so we don't fill in the values for table cells.
1420 // When we have overflow clip, propagate the original spillout since it will include collapsed bottom margins
1517 // use the top margins, since the self-collapsing block collapsed its
1628 // Get our max pos and neg top margins
4869 float margins = 0; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 364 milliseconds