/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | FingerPrintGraph.java | 45 static final int MARGIN= 5; // margin on all four sides field in FingerPrintGraph 224 for (int i=0, y=MARGIN; i < this.count; i++, y+=LINE_HEIGHT) { in drawBars() 251 int labelxpos = MARGIN + baselineBarLength; in drawBars() 253 this.gc.fillRectangle(MARGIN, y + (GAP/2), baselineBarLength, BAR_HEIGHT); in drawBars() 254 Rectangle rec = new Rectangle(MARGIN, y + (GAP/2), baselineBarLength, BAR_HEIGHT); in drawBars() 259 Rectangle recValue = new Rectangle(MARGIN, y + (GAP/2), wr, BAR_HEIGHT); in drawBars() 262 Rectangle recError = new Rectangle(MARGIN+wr, y + (GAP/2), baselineErrorLength*2, BAR_HEIGHT); in drawBars() 264 …Rectangle rec = new Rectangle(MARGIN, y + (GAP/2), baselineBarLength+baselineErrorLength, BAR_HEIG… in drawBars() 293 this.gc.fillRectangle(MARGIN, y + (GAP/2) + BAR_HEIGHT, currentBarLength, BAR_HEIGHT); in drawBars() 294 Rectangle rec = new Rectangle(MARGIN, y + (GAP/2) + BAR_HEIGHT, currentBarLength, BAR_HEIGHT); in drawBars() [all …]
|
D | BarGraph.java | 25 private static final int MARGIN= 5; // margin on all four sides field in BarGraph 75 return MARGIN + titleHeight + n * (GAP + BARHEIGHT) + GAP + textHeight + MARGIN; in getHeight() 101 w= width - maxNameLength - TGAP - 2 * MARGIN; in paint() 109 gc.drawString(this.fTitle, MARGIN, MARGIN, true); // draw title left aligned in paint() 112 int center= MARGIN + w / 2; in paint() 145 int y= MARGIN + vstart; in paint() 258 int x= MARGIN + w + TGAP; in paint()
|
/external/webkit/Tools/WinLauncher/ |
D | PrintWebUIDelegate.cpp | 37 static const int MARGIN = 20; variable 84 rect->left += MARGIN; in webViewPrintingMarginRect() 85 rect->top += MARGIN; in webViewPrintingMarginRect() 87 rect->right = (::GetDeviceCaps(dc, LOGPIXELSX) * 6.5) - MARGIN; in webViewPrintingMarginRect() 88 rect->bottom = (::GetDeviceCaps(dc, LOGPIXELSY) * 11) - MARGIN; in webViewPrintingMarginRect()
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 21 #define MARGIN 8 macro 125 512 + 2 * MARGIN + ixBorders, 384 + 2 * MARGIN + iyBorders, in WinMain() 824 cxNewSize = cxWinSize - 2 * MARGIN; in FillBitmap() 825 cyNewSize = cyWinSize - 2 * MARGIN; in FillBitmap() 835 cxImgPos = MARGIN; in FillBitmap() 841 cyImgPos = MARGIN; in FillBitmap() 922 if (cxImgPos < MARGIN) in FillBitmap() 923 cxImgPos = MARGIN; in FillBitmap() 924 if (cyImgPos < MARGIN) in FillBitmap() 925 cyImgPos = MARGIN; in FillBitmap() [all …]
|
/external/skia/samplecode/ |
D | SampleHairline.cpp | 91 #define MARGIN 10 macro 101 if (!check_bitmap_margin(bm, MARGIN)) { in line_proc() 231 WIDTH + MARGIN*2, in onDrawContent() 232 HEIGHT + MARGIN*2); in onDrawContent() 239 bm2.setPixels(bm.getAddr32(MARGIN, MARGIN)); in onDrawContent()
|
/external/icu4c/samples/layout/ |
D | paragraph.cpp | 26 #define MARGIN 10 macro 192 float lineWidth = (float) (width - 2 * MARGIN); in breakLines() 220 x = MARGIN; in draw() 233 x = (fWidth - lastX - MARGIN); in draw()
|
D | pflow.c | 30 #define MARGIN 10 macro 292 lineWidth = (float) (width - 2 * MARGIN); in pf_breakLines() 320 x = MARGIN; in pf_draw() 333 x = (obj->fWidth - lastX - MARGIN); in pf_draw()
|
D | paragraph.h | 27 #define MARGIN 10 macro
|
/external/zlib/src/examples/ |
D | fitblk.c | 124 #define MARGIN 8 /* amount to back off for completion */ macro 208 inf.avail_in = size - MARGIN; /* assure stream will complete */ in main()
|
/external/chromium/base/ |
D | process_util_win.cc | 834 static const int MARGIN = 8; in EnableLowFragmentationHeap() local 835 scoped_array<HANDLE> heaps(new HANDLE[number_heaps + MARGIN]); in EnableLowFragmentationHeap() 836 number_heaps = GetProcessHeaps(number_heaps + MARGIN, heaps.get()); in EnableLowFragmentationHeap()
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 70473 MARGIN M AA1 R JH AH0 N
|