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

12

/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dstyle.tcl63 $w.text tag configure margins -lmargin1 12m -lmargin2 6m -rmargin 10m
128 $w.text insert end "This paragraph is an example of the use of " margins
129 $w.text insert end "margins. It consists of a single line of text " margins
130 $w.text insert end "that wraps around on the screen. There are two " margins
131 $w.text insert end "separate left margin values, one for the first " margins
132 $w.text insert end "display line associated with the text line, " margins
133 $w.text insert end "and one for the subsequent display lines, which " margins
134 $w.text insert end "occur because of wrapping. There is also a " margins
135 $w.text insert end "separate specification for the right margin, " margins
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dstyle.tcl58 $w.text tag configure margins -lmargin1 12m -lmargin2 6m -rmargin 10m
123 $w.text insert end "This paragraph is an example of the use of " margins
124 $w.text insert end "margins. It consists of a single line of text " margins
125 $w.text insert end "that wraps around on the screen. There are two " margins
126 $w.text insert end "separate left margin values, one for the first " margins
127 $w.text insert end "display line associated with the text line, " margins
128 $w.text insert end "and one for the subsequent display lines, which " margins
129 $w.text insert end "occur because of wrapping. There is also a " margins
130 $w.text insert end "separate specification for the right margin, " margins
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkFrame.c61 * Compute internal margins for a frame widget.
66 Ttk_Padding margins = Ttk_UniformPadding(0); local
72 framePtr->core.tkwin, framePtr->frame.paddingObj, &margins);
81 margins = Ttk_AddPadding(margins, Ttk_UniformPadding((short)border));
84 return margins;
345 Ttk_Padding margins; local
351 /* Compute base margins (See also: FrameMargins)
353 margins = Ttk_AddPadding(
356 /* Adjust margins base
[all...]
H A DttkElements.c521 Ttk_Padding margins; local
523 Ttk_GetPaddingFromObj(NULL, tkwin, indicator->marginObj, &margins);
525 *widthPtr = diameter + Ttk_PaddingWidth(margins);
526 *heightPtr = diameter + Ttk_PaddingHeight(margins);
563 Ttk_Padding margins; local
565 Ttk_GetPaddingFromObj(NULL, tkwin, indicator->marginObj, &margins);
567 *widthPtr = diameter + 3 + Ttk_PaddingWidth(margins);
568 *heightPtr = diameter + 3 + Ttk_PaddingHeight(margins);
664 Ttk_Padding margins; local
667 Ttk_GetPaddingFromObj(NULL,tkwin,mi->marginObj, &margins);
678 Ttk_Padding margins; local
[all...]
H A DttkClamTheme.c304 Ttk_Padding margins; local
306 Ttk_GetPaddingFromObj(NULL, tkwin, indicator->marginObj, &margins);
308 *widthPtr = size + Ttk_PaddingWidth(margins);
309 *heightPtr = size + Ttk_PaddingHeight(margins);
423 Ttk_Padding margins; local
426 Ttk_GetPaddingFromObj(NULL, tkwin, indicator->paddingObj, &margins);
428 *widthPtr += Ttk_PaddingWidth(margins);
429 *heightPtr += Ttk_PaddingHeight(margins);
H A DttkDefaultTheme.c488 Ttk_Padding margins; local
489 Ttk_GetPaddingFromObj(NULL, tkwin, indicator->marginObj, &margins);
490 *widthPtr = spec->width + Ttk_PaddingWidth(margins);
491 *heightPtr = spec->height + Ttk_PaddingHeight(margins);
1035 Ttk_Padding margins; local
1037 Ttk_GetPaddingFromObj(NULL, tkwin, indicator->marginObj, &margins);
1039 *widthPtr = diameter + Ttk_PaddingWidth(margins);
1040 *heightPtr = diameter + Ttk_PaddingHeight(margins);
H A DttkTreeview.c3342 Ttk_Padding margins; local
3345 Ttk_GetPaddingFromObj(NULL, tkwin, indicator->marginsObj, &margins);
3348 *widthPtr = size + Ttk_PaddingWidth(margins);
3349 *heightPtr = size + Ttk_PaddingHeight(margins);
3359 Ttk_Padding margins; local
3366 Ttk_GetPaddingFromObj(NULL,tkwin,indicator->marginsObj,&margins);
3367 b = Ttk_PadBox(b, margins);
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DThemeMac.mm212 static IntRect inflateRect(const IntRect& zoomedRect, const IntSize& zoomedSize, const int* margins, float zoomFactor)
216 int widthDelta = zoomedRect.width() - (zoomedSize.width() + margins[leftMargin] * zoomFactor + margins[rightMargin] * zoomFactor);
217 int heightDelta = zoomedRect.height() - (zoomedSize.height() + margins[topMargin] * zoomFactor + margins[bottomMargin] * zoomFactor);
220 result.setX(result.x() - margins[leftMargin] * zoomFactor);
224 result.setY(result.y() - margins[topMargin] * zoomFactor);
240 static const int margins[3][4] =
246 return margins[controlSize];
324 static const int margins[
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeSafari.cpp299 IntRect RenderThemeSafari::inflateRect(const IntRect& r, const IntSize& size, const int* margins) const
303 int widthDelta = r.width() - (size.width() + margins[leftMargin] + margins[rightMargin]);
304 int heightDelta = r.height() - (size.height() + margins[topMargin] + margins[bottomMargin]);
307 result.setX(result.x() - margins[leftMargin]);
311 result.setY(result.y() - margins[topMargin]);
436 static const int margins[3][4] = local
442 return margins[controlSize];
475 static const int margins[ local
560 static const int margins[3][4] = local
654 static const int margins[3][4] = local
[all...]
H A DRenderThemeMac.mm903 IntRect RenderThemeMac::inflateRect(const IntRect& r, const IntSize& size, const int* margins, float zoomLevel) const
907 int widthDelta = r.width() - (size.width() + margins[leftMargin] * zoomLevel + margins[rightMargin] * zoomLevel);
908 int heightDelta = r.height() - (size.height() + margins[topMargin] * zoomLevel + margins[bottomMargin] * zoomLevel);
911 result.setX(result.x() - margins[leftMargin] * zoomLevel);
915 result.setY(result.y() - margins[topMargin] * zoomLevel);
1141 static const int margins[3][4] =
1147 return margins[[popupButton() controlSize]];
1321 static const int margins[
[all...]
H A DRenderThemeSafari.h154 IntRect inflateRect(const IntRect&, const IntSize&, const int* margins) const;
H A DRenderThemeMac.h190 IntRect inflateRect(const IntRect&, const IntSize&, const int* margins, float zoomLevel = 1.0f) const;
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DttkWinTheme.c104 Ttk_Padding margins; /* additional placement padding */ member in struct:__anon13655
157 *widthPtr = cx + Ttk_PaddingWidth(p->margins);
158 *heightPtr = cy + Ttk_PaddingHeight(p->margins);
166 RECT rc = BoxToRect(Ttk_PadBox(b, elementData->margins));
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c3641 margins[16]; /* media-*-margin-supported values */ local
3994 i > 0 && num_margins < (int)(sizeof(margins) / sizeof(margins[0]));
3998 if (pwgsize->bottom == margins[j])
4003 margins[num_margins] = pwgsize->bottom;
4010 "media-bottom-margin-supported", num_margins, margins);
4016 i > 0 && num_margins < (int)(sizeof(margins) / sizeof(margins[0]));
4020 if (pwgsize->left == margins[j])
4025 margins[num_margin
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgkrellmrc.vim55 syn keyword gkrellmrcStyleItem textcolor alt_textcolor font alt_font transparency border label_position margin margins left_margin right_margin top_margin bottom_margin krell_depth krell_yoff krell_x_hot krell_expand krell_left_margin krell_right_margin
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c478 MARGINS margins; local
507 &margins);
514 bounds[0] = margins.cxLeftWidth;
515 bounds[1] = margins.cyTopHeight;
516 bounds[2] = margins.cxRightWidth;
517 bounds[3] = margins.cyBottomHeight;
519 dbwin("margins %d %d %d %d\n", bounds[0], bounds[1], bounds[2], bounds[3]);
H A DtkTreeColumn.c2765 int margins[4]; local
2882 arrow, margins) == TCL_OK) {
2884 partArrow.width = margins[2];
3091 int margins[4]; local
3163 margins) == TCL_OK)) {
3164 column->neededWidth += margins[2];
3198 int margins[4]; local
3251 column->arrow, margins) == TCL_OK)) {
3253 /* I'm hacking these margins since the default XP theme does not give
3256 margins[
[all...]
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.osf1r5213 auto_right_margin am bool am - - YBCGE terminal has automatic margins
572 clear_margins mgc str MC - - ----- clear right and left soft margins
585 enter_am_mode smam str SA - - ----- turn on automatic margins
600 exit_am_mode rmam str RA - - ----- turn off automatic margins
743 set_lr_margin smglr str ML - - ----- Set both left and right margins to #1, #2. (ML is not in BSD termcap).
747 set_tb_margin smgtb str MT - - ----- Sets both top and bottom margins to #1, #2
H A DCaps213 auto_right_margin am bool am - - YBCGE terminal has automatic margins
479 enter_am_mode smam str SA - - ----- turn on automatic margins
480 exit_am_mode rmam str RA - - ----- turn off automatic margins
598 clear_margins mgc str MC - - ----- clear right and left soft margins
716 set_lr_margin smglr str ML - - ----- Set both left and right margins to #1, #2. (ML is not in BSD termcap).
717 set_tb_margin smgtb str MT - - ----- Sets both top and bottom margins to #1, #2
H A DCaps.aix4213 auto_right_margin am bool am - - YBCGE terminal has automatic margins
634 enter_am_mode smam str SA - - ----- turn on automatic margins
635 exit_am_mode rmam str RA - - ----- turn off automatic margins
700 clear_margins mgc str MC - - ----- clear right and left soft margins
818 set_lr_margin smglr str ML - - ----- Set both left and right margins to #1, #2. (ML is not in BSD termcap).
819 set_tb_margin smgtb str MT - - ----- Sets both top and bottom margins to #1, #2
H A DCaps.hpux11213 auto_right_margin am bool am - - YBCGE terminal has automatic margins
542 enter_am_mode smam str SA - - ----- turn on automatic margins
543 exit_am_mode rmam str RA - - ----- turn off automatic margins
606 clear_margins mgc str MC - - ----- clear right and left soft margins
724 set_lr_margin smglr str ML - - ----- Set both left and right margins to #1, #2. (ML is not in BSD termcap).
725 set_tb_margin smgtb str MT - - ----- Sets both top and bottom margins to #1, #2
H A DCaps.keys215 auto_right_margin am bool am - - YBCGE terminal has automatic margins
481 enter_am_mode smam str SA - - ----- turn on automatic margins
482 exit_am_mode rmam str RA - - ----- turn off automatic margins
600 clear_margins mgc str MC - - ----- clear right and left soft margins
806 set_lr_margin smglr str ML - - ----- Set both left and right margins to #1, #2. (ML is not in BSD termcap).
807 set_tb_margin smgtb str MT - - ----- Sets both top and bottom margins to #1, #2
H A DCaps.uwin213 auto_right_margin am bool am - - YBCGE terminal has automatic margins
447 enter_am_mode smam str SA - - ----- turn on automatic margins
448 exit_am_mode rmam str RA - - ----- turn off automatic margins
566 clear_margins mgc str MC - - ----- clear right and left soft margins
/macosx-10.9.5/cups-372.4/cups/test/
H A Dippserver.c286 int width, int length, int margins);
927 int margins) /* I - Value for margins */
936 margins == 0 ? "_borderless" : "");
942 "media-bottom-margin", margins);
944 "media-left-margin", margins);
946 "media-right-margin", margins);
948 "media-top-margin", margins);
923 create_media_col(const char *media, const char *type, int width, int length, int margins) argument
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c208 /* Offsets into buffer for margins and fixed width and length segments */
223 * the first third of the image. These are computed after margins and
273 double margins[4]; /* Top, left, bottom, right margins */ member in struct:crop_mask
282 uint16 res_unit; /* Resolution unit for margins and selections */
401 double hmargin; /* margins to subtract from width of sections */
402 double vmargin; /* margins to subtract from height of sections */
666 " -m #,#,#,# margins from edges for selection: top, left, bottom, right separated by commas",
1753 case 'm': /* margins to exclude from selection, uppercase M was already used */
1760 crop_data->margins[
[all...]

Completed in 299 milliseconds

12