/external/libvorbis/examples/ |
D | frameview.pl | 59 $toplevel->optionAdd("$Xname*Button*borderWidth", '2',20); 65 $toplevel->optionAdd("$Xname*Scale*borderWidth", '1',20); 71 $toplevel->optionAdd("$Xname*Checkbutton*borderWidth", '2',20); 76 $toplevel->optionAdd("$Xname*borderWidth", 0,20); 138 $panel->optionAdd("$X2name*Button*borderWidth", '2',20); 144 $panel->optionAdd("$X2name*Checkbutton*borderWidth", '2',20); 151 $panel->optionAdd("$X2name*borderWidth", 0,20);
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Montage.h | 132 void borderWidth(size_t borderWidth_); 133 size_t borderWidth(void) const;
|
/external/deqp/framework/platform/X11/ |
D | tcuX11.cpp | 213 unsigned width_, height_, borderWidth, depth; in getDimensions() local 215 …XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &d… in getDimensions()
|
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/ |
D | FreeTypeFontGenerator.java | 374 if (parameter.borderWidth > 0) { in generateData() 383 if (parameter.borderWidth > 0) { in generateData() 385 stroker.set((int)(parameter.borderWidth * 64f), in generateData() 501 if (parameter.borderWidth > 0) { in createGlyph() 555 } else if (parameter.borderWidth == 0) { in createGlyph() 569 …glyph.xadvance = FreeType.toInt(metrics.getHoriAdvance()) + (int)parameter.borderWidth + parameter… in createGlyph() 730 public float borderWidth = 0; field in FreeTypeFontGenerator.FreeTypeFontParameter
|
/external/ImageMagick/Magick++/lib/ |
D | Montage.cpp | 264 void Magick::MontageFramed::borderWidth(size_t borderWidth_) in borderWidth() function in Magick::MontageFramed 269 size_t Magick::MontageFramed::borderWidth(void) const in borderWidth() function in Magick::MontageFramed
|
/external/ImageMagick/Magick++/tests/ |
D | montageImages.cpp | 74 montageOpts.borderWidth( 1 ); in main()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | normalize-keyframes.js | 73 borderWidth: [ property
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CTableCombo.java | 553 int borderWidth = getBorderWidth(); in computeSize() local 554 height = Math.max(hHint, Math.max(textSize.y, arrowSize.y) + 2 * borderWidth); in computeSize() 555 width = Math.max(wHint, Math.max(textSize.x + arrowSize.x, tableWidth) + 2 * borderWidth); in computeSize()
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_comboboximp.cpp | 1324 FX_FLOAT borderWidth = 0; in DisForm_Layout() local 1325 { borderWidth = FWL_PART_CMB_Border; } in DisForm_Layout() 1328 m_rtBtn.Set(m_rtClient.right() - fBtn, m_rtClient.top + borderWidth, in DisForm_Layout() 1329 fBtn - borderWidth, m_rtClient.height - 2 * borderWidth); in DisForm_Layout()
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
D | ARDMainView.m | 60 self.layer.borderWidth = 1;
|
/external/ImageMagick/Magick++/demo/ |
D | demo.cpp | 476 montageOpts.borderWidth( 1 ); in main()
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 …borderWidth=="object"?m[i]+=r?a.grid.borderWidth[i]:0:m[i]+=r?a.grid.borderWidth:0;e.each(n,functi… property
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.js | 601 borderWidth: 2, // in pixels property 1584 if(typeof(options.grid.borderWidth) == "object") { 1585 plotOffset[a] += showGrid ? options.grid.borderWidth[a] : 0; 1588 plotOffset[a] += showGrid ? options.grid.borderWidth : 0; 2027 bw = options.grid.borderWidth;
|
D | jquery.flot.min.js | 7 …borderWidth:2,minBorderMargin:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,click… property 8 …to-xrange.from,yrange.from-yrange.to)}}}axes=allAxes();bw=options.grid.borderWidth;for(var j=0;j<a…
|
D | API.md | 874 …borderWidth: number or object with "top", "right", "bottom" and "left" properties with different w… 916 "borderWidth" is the width of the border around the plot. Set it to 0
|
D | NEWS.md | 906 - Fixed a bug when borderWidth is set to 0. (reported by Rob/sanchothefat)
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | web-animations-next-lite.min.js.map | 1 …","borderColor","borderLeft","borderRadius","borderRight","borderTop","borderWidth","flex","font",…
|
D | web-animations-next-lite.min.js | 15 …Color"],borderTop:["borderTopWidth","borderTopStyle","borderTopColor"],borderWidth:["borderTopWidt… property
|
D | web-animations.min.js.map | 1 …","borderColor","borderLeft","borderRadius","borderRight","borderTop","borderWidth","font","outlin…
|
D | web-animations-next.min.js.map | 1 …","borderColor","borderLeft","borderRadius","borderRight","borderTop","borderWidth","flex","font",…
|
D | web-animations.min.js | 15 …Color"],borderTop:["borderTopWidth","borderTopStyle","borderTopColor"],borderWidth:["borderTopWidt… property
|
D | web-animations-next.min.js | 15 …Color"],borderTop:["borderTopWidth","borderTopStyle","borderTopColor"],borderWidth:["borderTopWidt… property
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
D | mootools-core-full-nocompat.js | 3942 …borderWidth: '@px @px @px @px', borderStyle: '@ @ @ @', borderColor: 'rgb(@, @, @) rgb(@, @, @) rg… property 3950 Element.ShortStyles = {margin: {}, padding: {}, border: {}, borderWidth: {}, borderStyle: {}, borde… property 3963 Short.borderWidth[bdw] = Short[bd][bdw] = All[bdw] = '@px';
|
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/ |
D | MochiKit.packed.js | 5856 _605.borderWidth="0px 1px";
|