HomeSort by relevance Sort by last modified time
    Searched defs:FILL (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/libunwind/src/hppa/
setcontext.S 29 #define FILL(n) ldw (LINUX_UC_MCONTEXT_OFF+LINUX_SC_GR_OFF+4*(n))(%r26),%r##n
39 FILL (2) /* return-pointer */
40 FILL (3) /* frame pointer */
41 FILL (4) /* 2nd-ary frame pointer */
42 FILL (5) /* preserved register */
43 FILL (6) /* preserved register */
44 FILL (7) /* preserved register */
45 FILL (8) /* preserved register */
46 FILL (9) /* preserved register */
47 FILL (10) /* preserved register *
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
SizeLayoutType.java 24 * RELATIVE - Val represents the percentage of the display that the widget should fill along the associated axis. For example,
28 * FILL - Widget completely fills along the associated axis, minus
33 FILL
TableModel.java 49 FILL
LayoutManager.java 47 anchorPaint.setStyle(Paint.Style.FILL);
54 marginPaint.setStyle(Paint.Style.FILL);
58 paddingPaint.setStyle(Paint.Style.FILL);
232 outlineShadowPaint.setStyle(Paint.Style.FILL);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYRegionFormatter.java 32 paint.setStyle(Paint.Style.FILL);
53 //paint.setStyle(Paint.Style.FILL);
BarFormatter.java 45 fillPaint.setStyle(Paint.Style.FILL);
XYGraphWidget.java 123 gridBackgroundPaint.setStyle(Paint.Style.FILL);
    [all...]
  /frameworks/base/core/java/android/view/
Gravity.java 74 public static final int FILL = FILL_VERTICAL|FILL_HORIZONTAL;
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 532 FILL (0),
    [all...]
Paint.java 89 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
341 * both (in the same color). The default is FILL.
348 FILL (0),
359 * either FILL or STROKE.
833 * @return the paint's style setting (Fill, Stroke, StrokeAndFill)
842 * Fill).
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 55 FILL(p); \
62 FILL(p)
66 #define FILL(p) memset((p), 0xF5, sizeof *(p))
68 #define FILL(p)
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
Pixmap.java 235 public void fill () { method in class:Pixmap
237 rectangle(0, 0, getWidth(), getHeight(), DrawType.FILL);
318 rectangle(x, y, width, height, DrawType.FILL);
336 circle(x, y, radius, DrawType.FILL);
348 triangle(x1, y1, x2, y2, x3, y3, DrawType.FILL);
371 rectangle(x, y, 1, 1, DrawType.FILL);
479 fillOrStrokePath(DrawType.FILL);
491 case FILL:
492 context.fill();
501 FILL, STROKE
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_fax3.c 76 TIFFFaxFillFunc fill; /* fill routine */ member in struct:__anon21823
249 (*sp->fill)(buf, thisrun, pa, lastx);
257 (*sp->fill)(buf, thisrun, pa, lastx);
304 (*sp->fill)(buf, thisrun, pa, lastx);
314 (*sp->fill)(buf, thisrun, pa, lastx);
324 * The ZERO & FILL macros must handle spans < 2*sizeof(long) bytes.
330 # define FILL(n, cp) \
349 # define FILL(n, cp) \
364 * Bit-fill a row according to the white/blac
    [all...]
  /external/pdfium/third_party/libtiff/
tif_fax3.c 76 TIFFFaxFillFunc fill; /* fill routine */ member in struct:__anon23102
249 (*sp->fill)(buf, thisrun, pa, lastx);
257 (*sp->fill)(buf, thisrun, pa, lastx);
304 (*sp->fill)(buf, thisrun, pa, lastx);
314 (*sp->fill)(buf, thisrun, pa, lastx);
324 * The ZERO & FILL macros must handle spans < 2*sizeof(long) bytes.
330 # define FILL(n, cp) \
349 # define FILL(n, cp) \
364 * Bit-fill a row according to the white/blac
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 152 backgroundPaint.setStyle(Paint.Style.FILL);
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 360 FILL, // buffer is with Ducati
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 387 FILL = 0x1B02,
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 809 milliseconds

1 2 3