HomeSort by relevance Sort by last modified time
    Searched defs:MARGIN (Results 1 - 19 of 19) sorted by null

  /external/icu4c/samples/layout/
paragraph.h 27 #define MARGIN 10
paragraph.cpp 26 #define MARGIN 10
192 float lineWidth = (float) (width - 2 * MARGIN);
220 x = MARGIN;
233 x = (fWidth - lastX - MARGIN);
pflow.c 30 #define MARGIN 10
292 lineWidth = (float) (width - 2 * MARGIN);
320 x = MARGIN;
333 x = (obj->fWidth - lastX - MARGIN);
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.cpp 37 static const int MARGIN = 20;
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;
179 // Add a line, 1/10th inch above the footer text from left margin to right margin.
  /external/zlib/examples/
fitblk.c 32 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 */
208 inf.avail_in = size - MARGIN; /* assure stream will complete */
215 assert(ret == Z_STREAM_END); /* otherwise MARGIN too small */
  /cts/tests/tests/view/src/android/view/cts/
WindowManager_LayoutParamsTest.java 47 private static final float MARGIN = 1.0f;
204 params.verticalMargin = MARGIN;
  /external/skia/samplecode/
SampleHairline.cpp 60 static bool check_bitmap_margin(const SkBitmap& bm, int margin) {
62 for (int i = 0; i < margin; i++) {
74 int right = bm.width() - margin + i;
84 #define MARGIN 10
94 if (!check_bitmap_margin(bm, MARGIN)) {
224 WIDTH + MARGIN*2,
225 HEIGHT + MARGIN*2);
227 // this will erase our margin, which we want to always stay 0
232 bm2.setPixels(bm.getAddr32(MARGIN, MARGIN));
    [all...]
  /bionic/linker/
linker_format.c 616 #define MARGIN 40
619 printf("Checking %-*s: ", MARGIN, message); fflush(stdout); \
660 printf("Checking %-*s: ", MARGIN, format); fflush(stdout);
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 74 private static final int MARGIN = 4;
219 mDstRect.offsetTo(MARGIN+x, MARGIN+y);
248 canvas.drawLine(x7 + MARGIN, y, x7 + s3 - 1 - MARGIN, y, mWinPaint);
252 canvas.drawLine(x, y7 + MARGIN, x, y7 + s3 - 1 - MARGIN, mWinPaint);
257 canvas.drawLine(x7 + MARGIN, y7 + MARGIN,
258 x7 + s3 - 1 - MARGIN, y7 + s3 - 1 - MARGIN, mWinPaint);
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 21 #define MARGIN 8
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/chromium/base/
process_util_win.cc 834 static const int MARGIN = 8;
835 scoped_array<HANDLE> heaps(new HANDLE[number_heaps + MARGIN]);
836 number_heaps = GetProcessHeaps(number_heaps + MARGIN, heaps.get());
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 384 private static final int MARGIN = 24;
400 setBorder(BorderFactory.createEmptyBorder(MARGIN, MARGIN, MARGIN, MARGIN));
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 597 int margin = horizontal ? local
600 return margin == UNDEFINED ? getDefaultMarginValue(view, lp, horizontal, leading) : margin;
1839 int margin = a.getDimensionPixelSize(MARGIN, DEFAULT_MARGIN); local
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 431 milliseconds