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

  /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/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.cpp 38 static const int MARGIN = 20;
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;
180 // Add a line, 1/10th inch above the footer text from left margin to right margin.
  /external/icu4c/samples/layout/
paragraph.cpp 26 #define MARGIN 10
192 float lineWidth = (float) (width - 2 * MARGIN);
220 x = MARGIN;
233 x = (fWidth - lastX - MARGIN);
paragraph.h 27 #define MARGIN 10
pflow.c 30 #define MARGIN 10
292 lineWidth = (float) (width - 2 * MARGIN);
320 x = MARGIN;
333 x = (obj->fWidth - lastX - MARGIN);
  /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/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 */
  /bionic/linker/
linker_format.c 617 #define MARGIN 40
620 printf("Checking %-*s: ", MARGIN, message); fflush(stdout); \
661 printf("Checking %-*s: ", MARGIN, format); fflush(stdout);
  /external/qemu/
qemu-char-android.c 1030 #define MARGIN 1.1
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...]
qemu-char.c 997 #define MARGIN 1.1
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/
process_util_win.cc 741 static const int MARGIN = 8;
742 scoped_array<HANDLE> heaps(new HANDLE[number_heaps + MARGIN]);
743 number_heaps = GetProcessHeaps(number_heaps + MARGIN, heaps.get());
  /cts/tests/tests/view/src/android/view/cts/
WindowManager_LayoutParamsTest.java 46 private static final float MARGIN = 1.0f;
206 params.verticalMargin = MARGIN;
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 382 private static final int MARGIN = 24;
398 setBorder(BorderFactory.createEmptyBorder(MARGIN, MARGIN, MARGIN, MARGIN));
    [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 383 milliseconds