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

/external/webkit/WebKitTools/WinLauncher/
H A DPrintWebUIDelegate.cpp38 static const int MARGIN = 20; variable
85 rect->left += MARGIN;
86 rect->top += MARGIN;
88 rect->right = (::GetDeviceCaps(dc, LOGPIXELSX) * 6.5) - MARGIN;
89 rect->bottom = (::GetDeviceCaps(dc, LOGPIXELSY) * 11) - MARGIN;
/external/icu4c/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);
/external/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...]
/external/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 */
/external/qemu/
H A Dqemu-char-android.c1030 #define MARGIN 1.1 macro
1031 if (speed <= 50 * MARGIN)
1033 else if (speed <= 75 * MARGIN)
1035 else if (speed <= 300 * MARGIN)
1037 else if (speed <= 600 * MARGIN)
1039 else if (speed <= 1200 * MARGIN)
1041 else if (speed <= 2400 * MARGIN)
1043 else if (speed <= 4800 * MARGIN)
1045 else if (speed <= 9600 * MARGIN)
1047 else if (speed <= 19200 * MARGIN)
[all...]
H A Dqemu-char.c997 #define MARGIN 1.1 macro
998 if (speed <= 50 * MARGIN)
1000 else if (speed <= 75 * MARGIN)
1002 else if (speed <= 300 * MARGIN)
1004 else if (speed <= 600 * MARGIN)
1006 else if (speed <= 1200 * MARGIN)
1008 else if (speed <= 2400 * MARGIN)
1010 else if (speed <= 4800 * MARGIN)
1012 else if (speed <= 9600 * MARGIN)
1014 else if (speed <= 19200 * MARGIN)
[all...]
/external/chromium/base/
H A Dprocess_util_win.cc741 static const int MARGIN = 8; local
742 scoped_array<HANDLE> heaps(new HANDLE[number_heaps + MARGIN]);
743 number_heaps = GetProcessHeaps(number_heaps + MARGIN, heaps.get());

Completed in 92 milliseconds