Searched refs:MARGIN (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A Dparagraph.cpp26 #define MARGIN 10 macro
192 float lineWidth = (float) (width - 2 * MARGIN);
220 x = MARGIN;
233 x = (fWidth - lastX - MARGIN);
H A Dparagraph.h27 #define MARGIN 10 macro
H A Dpflow.c30 #define MARGIN 10 macro
292 lineWidth = (float) (width - 2 * MARGIN);
320 x = MARGIN;
333 x = (obj->fWidth - lastX - MARGIN);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/visupng/
H A DVisualPng.c21 #define MARGIN 8 macro
125 512 + 2 * MARGIN + ixBorders, 384 + 2 * MARGIN + iyBorders,
824 cxNewSize = cxWinSize - 2 * MARGIN;
825 cyNewSize = cyWinSize - 2 * MARGIN;
835 cxImgPos = MARGIN;
841 cyImgPos = MARGIN;
922 if (cxImgPos < MARGIN)
923 cxImgPos = MARGIN;
924 if (cyImgPos < MARGIN)
[all...]
/macosx-10.10/zlib-55/zlib/examples/
H A Dfitblk.c32 complete (see the MARGIN define below). That will result in a
49 block of the third and final pass. MARGIN is chosen to be just
124 #define MARGIN 8 /* amount to back off for completion */ macro
208 inf.avail_in = size - MARGIN; /* assure stream will complete */
215 assert(ret == Z_STREAM_END); /* otherwise MARGIN too small */
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.c498 #define MARGIN 50 macro
500 p = strbuf_alloc(buf, len1 + len2 + 1 + MARGIN);
/macosx-10.10/vim-55/src/
H A Dgui_at_sb.c232 #define MARGIN(sbw) (sbw)->scrollbar.thickness + (sbw)->scrollbar.shadow_width macro
250 margin = MARGIN (sbw);
349 margin = MARGIN (sbw);
1012 margin = MARGIN(sbw);
/macosx-10.10/vim-55/runtime/syntax/
H A Dclipper.vim42 syn keyword clipperStatement FORMAT FUNCTION INTENSITY KEY MARGIN MESSAGE
H A Dfgl.vim61 syn keyword fglKeyword MAGENTA MAIN MARGIN MATCHES MAX MDY MEDIUM MEMORY MENU MESSAGE

Completed in 389 milliseconds