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

<<11121314151617181920>>

  /external/opencore/protocols/rtsp_client_engine/inc/
pvrtsp_client_engine_node.h 420 * @param aContext Optional opaque data to be passed back to user with the command response
438 * @param aContext Optional opaque data to be passed back to user with the command response
453 * carrying opaque data that needs to be cast to PVMFPortInterface*
513 * @param aContextData Optional opaque data that will be passed back to the user with the command response
523 * @param aContextData Optional opaque data that will be passed back to the user with the command response
    [all...]
  /external/qemu/hw/
bt-sdp.c 487 static void bt_l2cap_sdp_sdu_in(void *opaque, const uint8_t *data, int len)
489 struct bt_l2cap_sdp_state_s *sdp = opaque;
565 static void bt_l2cap_sdp_close_ch(void *opaque)
567 struct bt_l2cap_sdp_state_s *sdp = opaque;
955 sdp->channel->opaque = sdp;
  /external/skia/include/core/
SkBitmap.h 46 kA1_Config, //!< 1-bit per pixel, (0 is transparent, 1 is opaque)
47 kA8_Config, //!< 8-bits per pixel, with only alpha specified (0 is transparent, 0xFF is opaque)
142 /** Returns true if the bitmap is opaque (has no translucent/transparent pixels).
145 /** Specify if this bitmap's pixels are all opaque or not. Is only meaningful for configs
502 kColorsAreOpaque_Flag = 0x01 //!< if set, all of the colors in the table are opaque (alpha==0xFF)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast_pac.c 39 * 2-octet PAC-Opaque length (big endian)
40 * <variable len> PAC-Opaque data (length bytes)
373 return "Invalid PAC-Opaque";
447 else if (os_strcmp(rc.buf, "PAC-Opaque") == 0)
585 eap_fast_write(buf, pos, buf_len, "PAC-Opaque",
  /frameworks/base/core/java/android/view/
SurfaceView.java 144 int mRequestedFormat = PixelFormat.OPAQUE;
295 boolean opaque = true;
298 opaque = super.gatherTransparentRegion(region);
311 opaque = false;
313 return opaque;
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 370 // check transparent & set opaque
378 //make it opaque
386 // check opaque
  /external/bluetooth/glib/gobject/
gboxed.c 35 * @short_description: A mechanism to wrap opaque C structures registered
42 * free them, beyond that they are treated as opaque chunks of memory.
380 * provided to copy and free opaque boxed structures of this type.
  /external/icu4c/layoutex/layout/
playout.h 30 * The opaque type for a paragraph layout.
37 * The opaque type for a line in a paragraph layout.
44 * The opaque type for a visual run in a line.
  /external/opencore/pvmi/pvmf/include/
pvmi_data_stream_interface.h 211 * @param aContextData An opaque data pointer that would be returned in the callback.
249 * @param aContextData An opaque data pointer that would be returned in the callback.
269 * @param aContextData An opaque data pointer that would be returned in the callback.
  /external/qemu/
arm-semi.c 130 TaskState *ts = env->opaque;
165 ((TaskState *)env->opaque)->swi_errno = err;
187 TaskState *ts = env->opaque;
  /external/qemu/distrib/zlib-1.2.3/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 297 void GraphicsLayerCACF::setContentsOpaque(bool opaque)
299 if (m_contentsOpaque == opaque)
302 GraphicsLayer::setContentsOpaque(opaque);
  /external/webkit/WebCore/rendering/
RenderMenuList.cpp 399 // If the item has an opaque background color, return that.
408 // If the menu background is not opaque, then add an opaque white background behind.
  /external/zlib/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /frameworks/base/core/java/android/net/
Downloads.java 179 /** An opaque id for the download */
181 /** An opaque status code for the download */
340 * Class to access downloads by opaque download id
  /hardware/msm7k/librpc/rpc/
types.h 126 * The second argument to the xdrproc_t is a pointer to an opaque pointer.
127 * The opaque pointer generally points to a structure of the data type
256 * Authentication info. Opaque to client.
  /ndk/build/platforms/android-3/arch-arm/usr/include/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/include/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /ndk/build/platforms/android-5/arch-arm/usr/include/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/include/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /ndk/build/platforms/android-8/arch-arm/usr/include/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /ndk/build/platforms/android-8/arch-x86/usr/include/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /external/kernel-headers/original/linux/
zlib.h 109 opaque before calling the init function. All other fields are set by the
112 The opaque value provided by the application will be passed as the first
115 opaque value.
193 zalloc, zfree and opaque must be initialized before by the caller.
457 fields next_in, zalloc, zfree and opaque must be initialized before by
591 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 81 static void radius_ip_up(void *opaque, int arg);
82 static void radius_ip_down(void *opaque, int arg);
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 686 // 2. Every pixel has A == 255 (opaque)
719 // Check if image is really opaque
722 NOISY(printf("Found a non-opaque pixel at %d, %d = (%d %d %d %d)\n",
768 // 1. Opaque gray - use COLOR_TYPE_GRAY at 1 byte/pixel
891 NOISY(printf("Image %s is opaque gray, using PNG_COLOR_TYPE_GRAY\n", imageName));
897 NOISY(printf("Image %s is opaque RGB, using PNG_COLOR_TYPE_RGB\n", imageName));
    [all...]

Completed in 582 milliseconds

<<11121314151617181920>>