Home
last modified time | relevance | path

Searched refs:margins (Results 1 – 25 of 55) sorted by relevance

123

/external/libcups/tools/
Dippeveprinter.c4751 int margins[10]; /* media-xxx-margin-supported values */ in load_ppd_attributes() local
5021 …ze = pc->sizes; i < pc->num_sizes && num_margins < (int)(sizeof(margins) / sizeof(margins[0])); i … in load_ppd_attributes()
5025 if (margins[j] == pwg_size->bottom) in load_ppd_attributes()
5030 margins[num_margins ++] = pwg_size->bottom; in load_ppd_attributes()
5037 if (margins[i] > margins[j]) in load_ppd_attributes()
5039 int mtemp = margins[i]; in load_ppd_attributes()
5041 margins[i] = margins[j]; in load_ppd_attributes()
5042 margins[j] = mtemp; in load_ppd_attributes()
5047 …rs(attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "media-bottom-margin-supported", num_margins, margins); in load_ppd_attributes()
5072 …ze = pc->sizes; i < pc->num_sizes && num_margins < (int)(sizeof(margins) / sizeof(margins[0])); i … in load_ppd_attributes()
[all …]
/external/libcups/scheduler/
Dprinters.c3871 margins[16]; /* media-*-margin-supported values */ in load_ppd() local
4230 i > 0 && num_margins < (int)(sizeof(margins) / sizeof(margins[0])); in load_ppd()
4234 if (pwgsize->bottom == margins[j]) in load_ppd()
4239 margins[num_margins] = pwgsize->bottom; in load_ppd()
4246 "media-bottom-margin-supported", num_margins, margins); in load_ppd()
4252 i > 0 && num_margins < (int)(sizeof(margins) / sizeof(margins[0])); in load_ppd()
4256 if (pwgsize->left == margins[j]) in load_ppd()
4261 margins[num_margins] = pwgsize->left; in load_ppd()
4268 "media-left-margin-supported", num_margins, margins); in load_ppd()
4274 i > 0 && num_margins < (int)(sizeof(margins) / sizeof(margins[0])); in load_ppd()
[all …]
/external/fmtlib/doc/bootstrap/mixins/
Dclearfix.less9 // `:before` to contain the top-margins of child elements.
/external/fmtlib/doc/bootstrap/
Dmedia.less49 // Reset margins on headings for tighter default spacing
Dscaffolding.less66 // We reset this here because previously Normalize had no `figure` margins. This
Dinput-groups.less96 // Nuke default margins from checkboxes and radios to vertically center within.
Dpanels.less32 // Within heading, strip any `h*` tag of its default margins for spacing.
Dnormalize.less249 // 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
Dnavbar.less376 // Declared after the navbar components to ensure more specificity on the margins.
/external/libcups/examples/
Dr300-basic.drv23 // Supported page sizes and their margins
Dr300-colorman.drv23 // Supported page sizes and their margins
Dr300-remote.drv23 // Supported page sizes and their margins
Dlaserjet-basic.drv22 // Supported page sizes and their margins
Dlaserjet-pjl.drv22 // Supported page sizes and their margins
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java559 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/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2662margins.top,left:this.offset.left-this.margins.left},a.extend(this.offset,{click:{left:b.pageX-thi… property
2678margins.top,left:this.offset.left-this.margins.left},a.extend(this.offset,{click:{left:b.pageX-thi… property
/external/libcups/ppdc/
Dfoo.drv387 // All US media sizes use hardware margins of 0.25 inches on the sides
389 // and custom sizes use margins of 12 points all around.
393 // The last HWMargins values are used for custom page size margins.
/external/libcups/cups/
Dcupspm.md507 CUPS provides functions for querying the dimensions and margins for each of the
520 and `top` members specify the margins of the printable area, also in hundredths
554 For example, the following code prints the margins for two-sided printing on US
585 margins:
/external/libcups/filter/
Draster-driver.shtml69 <I>// Supported page sizes and their margins</I>
Dspec-ppd.shtml1684 destination printer requires the top and bottom margins of the
1754 <em>*% Don't swap the top and bottom margins for the back side</em>
/external/skia/site/docs/dev/design/
Dpdftheory.md279 margins) of the page. Then, each ContentEntry is applied to the content stream
/external/skqp/site/dev/design/
Dpdftheory.md312 inside the margins) of the page. Then, each ContentEntry is applied to
/external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/
DGUIDE.md1195 This removes its margins and maximizes its height to the viewport. There is no equivalent mixin, bu…
/external/jcommander/doc/
Dcolony.css90 …rs. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently i…
Dgolo.css91 …rs. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently i…

123