HomeSort by relevance Sort by last modified time
    Searched full:opaque (Results 126 - 150 of 961) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/docs/html/resources/articles/
window-bg-speed.jd 33 example of an application that always draws a full screen opaque picture:</p>
35 <div style="text-align: center;"><img src="images/window_background.png" alt="An opaque user interface doesn't need a window background"></div>
44 background drawable. Since the user interface is entirely opaque, drawing the
71 <code>WebView</code> or any other full screen opaque view.</p>
73 <p><strong>Opaque views and Android</strong>: this optimization is currently
75 drawing of views hidden by opaque children. The main reason why this
77 opaque views in Android applications. This is however something that I
118 an activity with an opaque UI or a custom background, remember to change the
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 34 /** System chooses an opaque format (no alpha bits required) */
35 public static final int OPAQUE = -1;
PixelXorXfermode.java 22 * this mode *always* returns an opaque color (alpha == 255). Thus it is
  /packages/apps/IM/libwbxml/include/
wbxml_parser.h 41 virtual void opaque(const char * data, int len) = 0;
75 void opaque(const char * data, int len) function in class:DefaultWbxmlContentHandler
  /system/core/libnetutils/
dhcpmsg.h 87 #define OPT_CLASS_ID 60 /* n <opaque> */
88 #define OPT_CLIENT_ID 61 /* n <opaque> */
  /external/qemu/
vl.c 327 static uint32_t default_ioport_readb(void *opaque, uint32_t address)
335 static void default_ioport_writeb(void *opaque, uint32_t address, uint32_t data)
343 static uint32_t default_ioport_readw(void *opaque, uint32_t address)
352 static void default_ioport_writew(void *opaque, uint32_t address, uint32_t data)
359 static uint32_t default_ioport_readl(void *opaque, uint32_t address)
367 static void default_ioport_writel(void *opaque, uint32_t address, uint32_t data)
376 IOPortReadFunc *func, void *opaque)
392 if (ioport_opaque[i] != NULL && ioport_opaque[i] != opaque)
393 hw_error("register_ioport_read: invalid opaque");
394 ioport_opaque[i] = opaque;
900 void *opaque; member in struct:QEMUTimer
2906 void *opaque; member in struct:IOHandlerRecord
2969 void *opaque; member in struct:PollingEntry
3005 void *opaque[MAXIMUM_WAIT_OBJECTS + 1]; member in struct:WaitObjects
3367 void *opaque; member in struct:QEMUBH
3535 void *opaque; member in struct:vm_change_state_entry
3587 void *opaque; member in struct:QEMUResetEntry
    [all...]
net-android.c 344 void *opaque)
357 vc->opaque = opaque;
386 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque)
391 if ((*pvc)->opaque == opaque)
714 void* opaque )
717 opaque = opaque;
723 void* opaque )
    [all...]
migration-tcp.c 53 static void tcp_wait_for_connect(void *opaque)
55 FdMigrationState *s = opaque;
133 static void tcp_accept_incoming_migration(void *opaque)
137 int s = (unsigned long)opaque;
charpipe.c 83 CharPipeHalf* ph = cs->opaque;
98 CharPipeHalf* ph = cs->opaque;
216 cs->opaque = ph;
277 CharBuffer* cbuf = cs->opaque;
296 CharBuffer* cbuf = cs->opaque;
389 CharBuffer* cbuf = cs->opaque;
413 cs->opaque = cbuf;
  /external/opencore/engines/player/include/
pv_player_interface.h 116 * Optional opaque data that will be passed back to the user with the command response
140 * Optional opaque data that will be passed back to the user with the command response
160 * Optional opaque data that will be passed back to the user with the command response
185 * Optional opaque data that will be passed back to the user with the command response
206 * Optional opaque data that will be passed back to the user with the command response
230 * Optional opaque data that will be passed back to the user with the command response
252 * Optional opaque data that will be passed back to the user with the command response
273 * Optional opaque data that will be passed back to the user with the command response
286 * Optional opaque data that will be passed back to the user with the command response
302 * Optional opaque data that will be passed back to the user with the command respons
    [all...]
  /external/qemu/android/
hw-qemud.c 183 typedef void (*QemudSerialReceive)( void* opaque, int channel, uint8_t* msg, int msglen);
210 qemud_serial_can_read( void* opaque )
212 QemudSerial* s = opaque;
231 qemud_serial_read( void* opaque, const uint8_t* from, int len )
233 QemudSerial* s = opaque;
541 qemud_client_recv( void* opaque, uint8_t* msg, int msglen )
543 QemudClient* c = opaque;
621 qemud_client_disconnect( void* opaque )
623 QemudClient* c = opaque;
793 qemud_multiplexer_serial_recv( void* opaque,
    [all...]
  /external/elfutils/libasm/
libasm.h 23 /* Opaque type for the assembler context descriptor. */
26 /* Opaque type for a section. */
29 /* Opaque type for a section group. */
32 /* Opaque type for a symbol. */
  /external/opencore/oscl/oscl/osclbase/src/
oscl_opaque_type.h 32 with opaque types.
45 * This class combines opaque type operations with memory allocation operations.
75 * Opaque type operations with swap & comparisons.
101 * This class combines opaque type operations with memory allocation operations
  /external/qemu/block/
parallels.c 73 BDRVParallelsState *s = bs->opaque;
121 BDRVParallelsState *s = bs->opaque;
145 BDRVParallelsState *s = bs->opaque;
162 BDRVParallelsState *s = bs->opaque;
qcow2-refcount.c 39 BDRVQcowState *s = bs->opaque;
60 BDRVQcowState *s = bs->opaque;
69 BDRVQcowState *s = bs->opaque;
81 BDRVQcowState *s = bs->opaque;
103 BDRVQcowState *s = bs->opaque;
168 BDRVQcowState *s = bs->opaque;
238 BDRVQcowState *s = bs->opaque;
316 BDRVQcowState *s = bs->opaque;
337 BDRVQcowState *s = bs->opaque;
368 BDRVQcowState *s = bs->opaque;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.m 29 This function makes the *SDL region* of the window 100% opaque.
68 /* make the alpha channel opaque so anim won't have holes in it */
89 /* make sure pixels are fully opaque */
167 /* make sure pixels are fully opaque */
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 261 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
262 void zcfree OF((voidpf opaque, voidpf ptr));
265 (*((strm)->zalloc))((strm)->opaque, (items), (size))
266 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /external/qemu/target-arm/
machine.c 4 void cpu_save(QEMUFile *f, void *opaque)
7 CPUARMState *env = (CPUARMState *)opaque;
96 int cpu_load(QEMUFile *f, void *opaque, int version_id)
98 CPUARMState *env = (CPUARMState *)opaque;
  /external/skia/include/effects/
SkPixelXorXfermode.h 24 this proc *always* returns an opaque color (alpha == 255). Thus it is
  /external/skia/src/images/
SkScaledBitmapSampler.h 33 // returns true if the row had non-opaque alpha in it
  /external/zlib/
zutil.h 261 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
262 void zcfree OF((voidpf opaque, voidpf ptr));
265 (*((strm)->zalloc))((strm)->opaque, (items), (size))
266 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /bionic/linker/
linker_format.c 47 void *opaque; member in struct:__anon559
48 void (*send)(void *opaque, const char *data, int len);
54 o->send(o->opaque, data, (int)len);
69 o->send(o->opaque, pad, avail);
90 buf_out_send(void *opaque, const char *data, int len)
92 BufOut *bo = opaque;
118 bo->out->opaque = bo;
189 fd_out_send(void *opaque, const char *data, int len)
191 FdOut *fdo = opaque;
212 fdo->out->opaque = fdo
    [all...]
  /bionic/libc/kernel/common/linux/
coda.h 130 u_int32_t opaque[4]; member in struct:CodaFid
133 #define coda_f2i(fid) (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0)
  /external/zlib/contrib/pascal/
zlibpas.pas 16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
18 free_func = procedure(opaque, address: Pointer);
21 in_func = function(opaque: Pointer; var buf: PByte): Integer;
23 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
41 opaque: Pointer; (* private data object passed to zalloc and zfree *)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
coda.h 130 u_int32_t opaque[4]; member in struct:CodaFid
133 #define coda_f2i(fid) (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0)

Completed in 872 milliseconds

1 2 3 4 56 7 8 91011>>