Searched refs:margins (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/kyro/
H A DSTG4000VTG.c63 u32 margins = 0; local
81 margins = 8;
88 (pTiming->HST + (pTiming->HBP - margins) + xRes +
89 (pTiming->HFP - margins))) >> 1;
99 pTiming->HST + (pTiming->HBP - margins) + HLeftBorder;
102 pTiming->HST + (pTiming->HBP - margins) + HLeftBorder +
111 pTiming->VST + (pTiming->VBP - margins) + VTopBorder;
114 pTiming->VST + (pTiming->VBP - margins) + VTopBorder +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DViewStyle.h74 enum { margins=5 }; enumerator in enum:ViewStyle::__anon168
79 MarginStyle ms[margins];
H A DViewStyle.cxx106 for (int i=0;i < margins; i++) {
190 for (int margin=0; margin < margins; margin++) {
261 for (int margin=0; margin < margins; margin++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_toolb.cpp122 wxSize margins = GetSize(wxT("margins")); local
123 if (!(margins == wxDefaultSize))
124 toolbar->SetMargins(margins.x, margins.y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dbmpbuttn.cpp293 // calculate content area margins
294 MARGINS margins; local
296 TMT_CONTENTMARGINS, &rectBtn, &margins);
299 ::InflateRect(&rectClient, -margins.cxLeftWidth, -margins.cyTopHeight);
373 // calculate content area margins
375 MARGINS margins; local
379 &margins);
380 int marginX = margins.cxLeftWidth + 1;
381 int marginY = margins
604 MARGINS margins; local
[all...]
H A Dbutton.cpp795 // calculate content area margins
796 MARGINS margins; local
798 TMT_CONTENTMARGINS, &rectBtn, &margins);
801 ::InflateRect(&rectClient, -margins.cxLeftWidth, -margins.cyTopHeight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpagedlg.tex14 size and orientation but it does not let you change the page margins.
198 Returns the left (x) and top (y) margins in millimetres.
204 Returns the right (x) and bottom (y) margins in millimetres.
210 Returns the left (x) and top (y) minimum margins the user can enter (Windows only). Units
217 Returns the right (x) and bottom (y) minimum margins the user can enter (Windows only). Units
266 Sets the left (x) and top (y) margins in millimetres.
272 Sets the right (x) and bottom (y) margins in millimetres.
278 Sets the left (x) and top (y) minimum margins the user can enter (Windows only). Units are
285 Sets the right (x) and bottom (y) minimum margins the user can enter (Windows only). Units are
H A Drichtextprintout.tex76 Sets margins in 10ths of millimetre. Defaults to 1 inch for margins.
H A Dhtprint.tex103 Sets margins in millimeters. Defaults to 1 inch for margins and 0.5cm for space
H A Dtprint.tex169 chosen by the user, including orientation and/or page margins.
172 that allow you to change the page margins. You can use the Mac-specific class
180 size), orientation, margins, and so forth. Note that not all platforms populate
181 all fields; for example, the MSW page setup dialog lets you set the page margins
H A Dvlbox.tex139 Returns the margins used by the control. The {\tt x} field of the returned
344 Set the margins: horizontal margin is the distance between the window
348 By default both margins are $0$.
H A Drichtextheaderfooterdata.tex150 Sets the margins between text and header or footer, in tenths of a millimeter.
H A Dprint.tex1046 could be cut off. Use this if you're managing your own page margins.
1067 so that the given image size fits entirely within the page margins set in the
1071 does not let you set the page margins; you'll have to provide your own mechanism,
1104 sets the logical origin to the top left corner of the page margins specified by
1120 paper rectangle, page rectangle, or page margins rectangle to perform your own scaling.
1145 Return the rectangle corresponding to the page margins specified by the given
1147 current user scale and device origin. The page margins are specified
H A Dtxrc.tex285 <margins>2,2</margins>
H A Dtoolbar.tex428 Returns the left/right and top/bottom margins, which are also used for inter-toolspacing.
713 Set the values to be used as margins for the toolbar.
726 default (zero-size) margins are to be overridden.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_modes.c87 bool reduced, bool interlaced, bool margins)
126 if (margins) {
141 if (margins)
289 * @margins :desired margin size
302 int vrefresh, bool interlaced, int margins,
362 if (margins)
404 if (margins)
475 * @margins :whether the margin is supported
500 bool lace, int margins)
503 margins, 60
85 drm_cvt_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool reduced, bool interlaced, bool margins) argument
301 drm_gtf_mode_complex(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool interlaced, int margins, int GTF_M, int GTF_2C, int GTF_K, int GTF_2J) argument
499 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool lace, int margins) argument
[all...]
H A Ddrm_fb_helper.c93 int yres_specified = 0, cvt = 0, rb = 0, interlace = 0, margins = 0; local
155 margins = 1;
187 "", (margins) ? " with margins" : "", (interlace) ?
1097 if (cmdline_mode->rb || cmdline_mode->margins)
1124 cmdline_mode->margins);
1130 cmdline_mode->margins);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_fb_helper.h54 bool margins; member in struct:drm_fb_helper_cmdline_mode
H A Ddrm_crtc.h768 bool reduced, bool interlaced, bool margins);
771 bool interlaced, int margins);
774 bool interlaced, int margins, int GTF_M,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfbcvt.c294 * @margins: add margin to calculation (1.8% of xres and yres)
305 int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb) argument
311 if (margins)
H A Dmodedb.c477 * interlaced mode. If 'm' is present, add margins equal to 1.8%
481 * 1024x768MR-8@60m - Reduced blank with margins at 60Hz.
520 int yres_specified = 0, cvt = 0, rb = 0, interlace = 0, margins = 0; local
565 margins = 1;
586 "", (margins) ? " with margins" : "", (interlace) ?
599 ret = fb_find_mode_cvt(&cvt_mode, margins, rb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtoolbar.cpp266 wxSize margins = GetToolMargins(); local
268 int marginX = margins.x;
269 int marginY = margins.y;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djqueryui-1.8.16.min.js33 this.helper=this._createHelper(d);this._cacheHelperProportions();if(a.ui.ddmanager)a.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};a.extend(this.offset,{click:{left:d.pageX-this.offset.left,top:d.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});
39 d.css("position","absolute");return d},_adjustOffsetFromHelper:function(d){if(typeof d=="string")d=d.split(" ");if(a.isArray(d))d={left:+d[0],top:+d[1]||0};if("left"in d)this.offset.click.left=d.left+this.margins.left;if("right"in d)this.offset.click.left=this.helperProportions.width-d.right+this.margins.left;if("top"in d)this.offset.click.top=d.top+this.margins.top;if("bottom"in d)this.offset.click.top=this.helperProportions.height-d.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=
41 10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var d=this.element.position();return{top:d.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:d.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),
43 (d.containment=="document"?0:a(window).scrollLeft())+a(d.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(d.containment=="document"?0:a(window).scrollTop())+(a(d.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(d.containment)&&d.containment.constructor!=Array){d=a(d.containment);var c=d[0];if(c){d.offset();var e=a(c).css("overflow")!=
44 "hidden";this.containment=[(parseInt(a(c).css("borderLeftWidth"),10)||0)+(parseInt(a(c).css("paddingLeft"),10)||0),(parseInt(a(c).css("borderTopWidth"),10)||0)+(parseInt(a(c).css("paddingTop"),10)||0),(e?Math.max(c.scrollWidth,c.offsetWidth):c.offsetWidth)-(parseInt(a(c).css("borderLeftWidth"),10)||0)-(parseInt(a(c).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js857 //Cache the margins of the original element
864 //The element's absolute position on the page minus margins
867 top: this.offset.top - this.margins.top,
868 left: this.offset.left - this.margins.left
1037 this.offset.click.left = obj.left + this.margins.left;
1040 this.offset.click.left = this.helperProportions.width - obj.right + this.margins.left;
1043 this.offset.click.top = obj.top + this.margins.top;
1046 this.offset.click.top = this.helperProportions.height - obj.bottom + this.margins.top;
1091 this.margins = {
1113 (o.containment == 'document' ? 0 : $(window).scrollLeft()) + $(o.containment == 'document' ? document : window).width() - this.helperProportions.width - this.margins
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtextctrl.cpp1868 TXNMargins margins; local
1932 controlData[controlAttrCount].marginsPtr = &margins;
1937 margins.leftMargin = style.GetLeftIndent() / 254.0 * 72 + 0.5;
1941 margins.rightMargin = style.GetRightIndent() / 254.0 * 72 + 0.5;

Completed in 252 milliseconds

12