Searched defs:MARGIN (Results 1 - 14 of 14) sorted by relevance

/external/icu4c/samples/layout/
H A Dparagraph.h27 #define MARGIN 10 macro
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 Dpflow.c30 #define MARGIN 10 macro
292 lineWidth = (float) (width - 2 * MARGIN);
320 x = MARGIN;
333 x = (obj->fWidth - lastX - MARGIN);
/external/zlib/src/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java25 private static final int MARGIN= 5; // margin on all four sides field in class:BarGraph
75 return MARGIN + titleHeight + n * (GAP + BARHEIGHT) + GAP + textHeight + MARGIN;
101 w= width - maxNameLength - TGAP - 2 * MARGIN;
109 gc.drawString(this.fTitle, MARGIN, MARGIN, true); // draw title left aligned
112 int center= MARGIN + w / 2;
145 int y= MARGIN + vstart;
258 int x= MARGIN + w + TGAP;
H A DFingerPrintGraph.java45 static final int MARGIN= 5; // margin on all four sides field in class:FingerPrintGraph
224 for (int i=0, y=MARGIN; i < this.count; i++, y+=LINE_HEIGHT) {
251 int labelxpos = MARGIN + baselineBarLength;
253 this.gc.fillRectangle(MARGIN, y + (GAP/2), baselineBarLength, BAR_HEIGHT);
254 Rectangle rec = new Rectangle(MARGIN, y + (GAP/2), baselineBarLength, BAR_HEIGHT);
259 Rectangle recValue = new Rectangle(MARGIN, y + (GAP/2), wr, BAR_HEIGHT);
262 Rectangle recError = new Rectangle(MARGIN+wr, y + (GAP/2), baselineErrorLength*2, BAR_HEIGHT);
264 Rectangle rec = new Rectangle(MARGIN, y + (GAP/2), baselineBarLength+baselineErrorLength, BAR_HEIGHT);
293 this.gc.fillRectangle(MARGIN, y + (GAP/2) + BAR_HEIGHT, currentBarLength, BAR_HEIGHT);
294 Rectangle rec = new Rectangle(MARGIN,
[all...]
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.cpp37 static const int MARGIN = 20; variable
84 rect->left += MARGIN;
85 rect->top += MARGIN;
87 rect->right = (::GetDeviceCaps(dc, LOGPIXELSX) * 6.5) - MARGIN;
88 rect->bottom = (::GetDeviceCaps(dc, LOGPIXELSY) * 11) - MARGIN;
/external/skia/samplecode/
H A DSampleHairline.cpp91 #define MARGIN 10 macro
101 if (!check_bitmap_margin(bm, MARGIN)) {
231 WIDTH + MARGIN*2,
232 HEIGHT + MARGIN*2);
239 bm2.setPixels(bm.getAddr32(MARGIN, MARGIN));
/external/chromium/base/
H A Dprocess_util_win.cc834 static const int MARGIN = 8; local
835 scoped_array<HANDLE> heaps(new HANDLE[number_heaps + MARGIN]);
836 number_heaps = GetProcessHeaps(number_heaps + MARGIN, heaps.get());
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 286 milliseconds