/external/skia/src/utils/ |
D | SkNinePatch.cpp | 255 const SkBitmap& bitmap, const SkIRect& margins, in drawNineViaRects() argument 258 0, margins.fLeft, bitmap.width() - margins.fRight, bitmap.width() in drawNineViaRects() 261 0, margins.fTop, bitmap.height() - margins.fBottom, bitmap.height() in drawNineViaRects() 264 dst.fLeft, dst.fLeft + SkIntToScalar(margins.fLeft), in drawNineViaRects() 265 dst.fRight - SkIntToScalar(margins.fRight), dst.fRight in drawNineViaRects() 268 dst.fTop, dst.fTop + SkIntToScalar(margins.fTop), in drawNineViaRects() 269 dst.fBottom - SkIntToScalar(margins.fBottom), dst.fBottom in drawNineViaRects() 273 dstX[1] = dstX[0] + (dstX[3] - dstX[0]) * SkIntToScalar(margins.fLeft) / in drawNineViaRects() 274 (SkIntToScalar(margins.fLeft) + SkIntToScalar(margins.fRight)); in drawNineViaRects() 279 dstY[1] = dstY[0] + (dstY[3] - dstY[0]) * SkIntToScalar(margins.fTop) / in drawNineViaRects() [all …]
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | GridLayoutFactory.java | 71 public GridLayoutFactory marginsH(int margins) { in marginsH() argument 72 m_layout.marginWidth = margins; in marginsH() 79 public GridLayoutFactory marginsV(int margins) { in marginsV() argument 80 m_layout.marginHeight = margins; in marginsV() 87 public GridLayoutFactory margins(int margins) { in margins() method in GridLayoutFactory 88 m_layout.marginWidth = m_layout.marginHeight = margins; in margins()
|
/external/skia/include/utils/ |
D | SkNinePatch.h | 23 const SkBitmap& bitmap, const SkIRect& margins,
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
D | ViewInflater.java | 559 MarginLayoutParams margins = (MarginLayoutParams) layout; in setLayoutProperty() local 561 margins.bottomMargin = size; in setLayoutProperty() 563 margins.topMargin = size; in setLayoutProperty() 565 margins.leftMargin = size; in setLayoutProperty() 567 margins.rightMargin = size; in setLayoutProperty()
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.js | 1541 var margins = { variable 1554 margins.left = Math.max(margins.left, axis.labelWidth / 2); 1555 margins.right = Math.max(margins.right, axis.labelWidth / 2); 1557 margins.bottom = Math.max(margins.bottom, axis.labelHeight / 2); 1558 margins.top = Math.max(margins.top, axis.labelHeight / 2); 1563 plotOffset.left = Math.ceil(Math.max(margins.left, plotOffset.left)); 1564 plotOffset.right = Math.ceil(Math.max(margins.right, plotOffset.right)); 1565 plotOffset.top = Math.ceil(Math.max(margins.top, plotOffset.top)); 1566 plotOffset.bottom = Math.ceil(Math.max(margins.bottom, plotOffset.bottom));
|
D | jquery.flot.min.js | 7 …margins={left:minMargin,right:minMargin,top:minMargin,bottom:minMargin};$.each(allAxes(),function(… variable
|
D | API.md | 900 which can be either a number or an object with individual margins for 1384 the margins between the grid and the edge of the canvas. "offset" is 1386 corresponding to the margins on the four sides of the plot.
|
D | NEWS.md | 715 - The option legend.margin can now specify horizontal and vertical margins 826 - Fix for uneven axis margins (report and patch by Paul Kienzle) and snapping
|
/external/opencv3/doc/tutorials/ml/non_linear_svms/ |
D | non_linear_svms.markdown | 67 The red and blue lines that appear on the picture are the margins to each one of the
|
/external/skia/site/dev/design/ |
D | pdftheory.md | 342 inside the margins) of the page. Then, each ContentEntry is applied to 355 The above procedure does not permit drawing in the margins. This is
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jface_3.6.1.M20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/netperf/doc/ |
D | texinfo.tex | 4488 % Amount to narrow the margins by for @lisp. 4534 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins. 4671 % @format: same as @display except don't narrow margins. 4704 % and narrows the margins. 5050 {% Adjust \hsize to exclude the ambient margins, 6546 % Perhaps we should allow setting the margins, \topskip, \parskip,
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 4899 % Amount to narrow the margins by for @lisp. 4933 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins; it will 5074 % @format/@smallformat: same as @display except don't narrow margins. 5102 % and narrows the margins. We keep \parskip nonzero in general, since 7028 % Perhaps we should allow setting the margins, \topskip, \parskip,
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 4899 % Amount to narrow the margins by for @lisp. 4933 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins; it will 5074 % @format/@smallformat: same as @display except don't narrow margins. 5102 % and narrows the margins. We keep \parskip nonzero in general, since 7028 % Perhaps we should allow setting the margins, \topskip, \parskip,
|
/external/bison/build-aux/ |
D | texinfo.tex | 6292 % Amount to narrow the margins by for @lisp. 6326 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins; it will 6503 % @format/@smallformat: same as @display except don't narrow margins. 6555 % and narrows the margins. We keep \parskip nonzero in general, since 9851 % Perhaps we should allow setting the margins, \topskip, \parskip,
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 6293 % Amount to narrow the margins by for @lisp. 6327 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins; it will 6504 % @format/@smallformat: same as @display except don't narrow margins. 6556 % and narrows the margins. We keep \parskip nonzero in general, since 9852 % Perhaps we should allow setting the margins, \topskip, \parskip,
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 3696 N^V "margins" "m'A:rd_Z@nz"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 4096 N^V "margins" :G2P
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |