HomeSort by relevance Sort by last modified time
    Searched refs:SCREEN (Results 1 - 25 of 73) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
panel.h 73 extern NCURSES_EXPORT(PANEL *) ground_panel(SCREEN *);
74 extern NCURSES_EXPORT(PANEL *) ceiling_panel(SCREEN *);
76 extern NCURSES_EXPORT(void) NCURSES_SP_NAME(update_panels) (SCREEN*);
unctrl.h 60 NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype);
curses.h 303 #define _FULLWIN 0x04 /* is the window full-screen? */
304 #define _SCROLLWIN 0x08 /* bottom edge is at screen bottom? */
321 typedef struct screen SCREEN;
377 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
399 /* global screen state */
566 extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
670 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
709 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented *
    [all...]
ncurses.h 303 #define _FULLWIN 0x04 /* is the window full-screen? */
304 #define _SCROLLWIN 0x08 /* bottom edge is at screen bottom? */
321 typedef struct screen SCREEN;
377 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
399 /* global screen state */
566 extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
670 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
709 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented *
    [all...]
term.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
panel.h 73 extern NCURSES_EXPORT(PANEL *) ground_panel(SCREEN *);
74 extern NCURSES_EXPORT(PANEL *) ceiling_panel(SCREEN *);
76 extern NCURSES_EXPORT(void) NCURSES_SP_NAME(update_panels) (SCREEN*);
unctrl.h 60 NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype);
curses.h 303 #define _FULLWIN 0x04 /* is the window full-screen? */
304 #define _SCROLLWIN 0x08 /* bottom edge is at screen bottom? */
321 typedef struct screen SCREEN;
377 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
399 /* global screen state */
566 extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
670 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
709 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented *
    [all...]
ncurses.h 303 #define _FULLWIN 0x04 /* is the window full-screen? */
304 #define _SCROLLWIN 0x08 /* bottom edge is at screen bottom? */
321 typedef struct screen SCREEN;
377 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
399 /* global screen state */
566 extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */
670 extern NCURSES_EXPORT(SCREEN *) newterm (NCURSES_CONST char *,FILE *,FILE *); /* implemented */
709 extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented *
    [all...]
term.h     [all...]
  /frameworks/base/graphics/java/android/graphics/
PorterDuff.java 56 SCREEN (15),
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.c 38 struct nouveau_screen *screen = nouveau_screen(pipe->screen); local
41 nouveau_fence_ref(screen->fence.current, (struct nouveau_fence **)fence);
43 PUSH_KICK(screen->pushbuf);
60 struct nv50_screen *screen = push->user_priv; local
62 if (screen) {
63 nouveau_fence_next(&screen->base);
64 nouveau_fence_update(&screen->base, TRUE);
65 if (screen->cur_ctx)
66 screen->cur_ctx->state.flushed = TRUE
120 struct nv50_screen *screen = nv50_screen(pscreen); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_context.c 39 struct nouveau_screen *screen = &nvc0->screen->base; local
42 nouveau_fence_ref(screen->fence.current, (struct nouveau_fence **)fence);
89 if (nvc0->screen->cur_ctx == nvc0) {
91 nvc0->screen->cur_ctx = NULL;
108 struct nvc0_screen *screen = push->user_priv; local
110 if (screen) {
111 nouveau_fence_next(&screen->base);
112 nouveau_fence_update(&screen->base, TRUE);
113 if (screen->cur_ctx
121 struct nvc0_screen *screen = nvc0_screen(pscreen); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.c 38 struct nouveau_screen *screen = nouveau_screen(pipe->screen); local
41 nouveau_fence_ref(screen->fence.current, (struct nouveau_fence **)fence);
43 PUSH_KICK(screen->pushbuf);
60 struct nv50_screen *screen = push->user_priv; local
62 if (screen) {
63 nouveau_fence_next(&screen->base);
64 nouveau_fence_update(&screen->base, TRUE);
65 if (screen->cur_ctx)
66 screen->cur_ctx->state.flushed = TRUE
120 struct nv50_screen *screen = nv50_screen(pscreen); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.c 39 struct nouveau_screen *screen = &nvc0->screen->base; local
42 nouveau_fence_ref(screen->fence.current, (struct nouveau_fence **)fence);
89 if (nvc0->screen->cur_ctx == nvc0) {
91 nvc0->screen->cur_ctx = NULL;
108 struct nvc0_screen *screen = push->user_priv; local
110 if (screen) {
111 nouveau_fence_next(&screen->base);
112 nouveau_fence_update(&screen->base, TRUE);
113 if (screen->cur_ctx
121 struct nvc0_screen *screen = nvc0_screen(pscreen); local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
PorterDuffUtility.java 93 case SCREEN:
94 return BlendComposite.getInstance(BlendingMode.SCREEN, alpha1);
  /frameworks/base/core/java/com/android/internal/os/
BatterySipper.java 58 SCREEN,
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 139 * The screen holding the favorite (if container is CONTAINER_DESKTOP)
142 static final String SCREEN = "screen";
  /packages/apps/Launcher3/protos/
backup.proto 25 SCREEN = 2;
77 optional int32 screen = 5;
93 message Screen {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherSettings.java 116 * The rank of this screen -- ie. how it is ordered relative to the other screens.
183 * The screen holding the favorite (if container is CONTAINER_DESKTOP)
186 static final String SCREEN = "screen";
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
HistogramView.java 140 drawHistogram(canvas, redHistogram, Color.RED, PorterDuff.Mode.SCREEN);
141 drawHistogram(canvas, greenHistogram, Color.GREEN, PorterDuff.Mode.SCREEN);
142 drawHistogram(canvas, blueHistogram, Color.BLUE, PorterDuff.Mode.SCREEN);
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 74 expectedPaint.setXfermode(new PorterDuffXfermode(Mode.SCREEN));
DiscretePathEffectTest.java 66 paint.setXfermode(new PorterDuffXfermode(Mode.SCREEN));
PorterDuffColorFilterTest.java 67 filter = new PorterDuffColorFilter(Color.GREEN, PorterDuff.Mode.SCREEN);
PorterDuffXfermodeTest.java 63 p.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SCREEN));

Completed in 1004 milliseconds

1 2 3