Searched defs:opaque (Results 1 - 25 of 104) sorted by relevance

12345

/external/skia/bench/
H A DBlurOccludedRRectBench.cpp30 SkPaint opaque; variable
31 opaque.setAntiAlias(true);
32 opaque.setColor(SK_ColorWHITE);
71 canvas->drawRRect(rr, opaque);
/external/skqp/bench/
H A DBlurOccludedRRectBench.cpp30 SkPaint opaque; variable
31 opaque.setAntiAlias(true);
32 opaque.setColor(SK_ColorWHITE);
71 canvas->drawRRect(rr, opaque);
/external/brotli/c/enc/
H A Dmemory.h27 void* opaque; member in struct:MemoryManager
39 void* opaque);
H A Dmemory.c31 static void* DefaultAllocFunc(void* opaque, size_t size) { argument
32 BROTLI_UNUSED(opaque);
36 static void DefaultFreeFunc(void* opaque, void* address) { argument
37 BROTLI_UNUSED(opaque);
43 void* opaque) {
47 m->opaque = 0;
51 m->opaque = opaque;
64 void* result = m->alloc_func(m->opaque, n);
70 m->free_func(m->opaque,
41 BrotliInitMemoryManager( MemoryManager* m, brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) argument
[all...]
/external/curl/src/
H A Dtool_hugehelp.c10074 static voidpf zalloc_func(voidpf opaque, unsigned int items, unsigned int size) argument
10076 (void) opaque;
10080 static void zfree_func(voidpf opaque, voidpf ptr) argument
10082 (void) opaque;
/external/libxml2/include/libxml/
H A Duri.h35 char *opaque; /* opaque part */ member in struct:_xmlURI
/external/ppp/pppd/plugins/radius/
H A Dradattr.c26 static void cleanup(void *opaque, int arg);
96 * opaque -- not used
104 cleanup(void *opaque, int arg) argument
/external/webrtc/webrtc/base/
H A Dlinuxfdwalk.c38 int fdwalk(void (*func)(void *, int), void *opaque) { argument
61 (*func)(opaque, fd);
/external/skia/tools/gdb/
H A Dbitmap.py36 opaque = 1 variable in class:AlphaType
/external/skqp/tools/gdb/
H A Dbitmap.py36 opaque = 1 variable in class:AlphaType
/external/brotli/c/dec/
H A Dstate.c18 static void* DefaultAllocFunc(void* opaque, size_t size) { argument
19 BROTLI_UNUSED(opaque);
23 static void DefaultFreeFunc(void* opaque, void* address) { argument
24 BROTLI_UNUSED(opaque);
33 brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) {
41 s->memory_manager_opaque = opaque;
32 BrotliDecoderStateInitWithCustomAllocators(BrotliDecoderState* s, brotli_alloc_func alloc_func, brotli_free_func free_func, void* opaque) argument
/external/brotli/java/org/brotli/wrapper/dec/
H A Ddecoder_jni.cc23 /* Obtain handle from opaque pointer. */
24 DecoderHandle* getHandle(void* opaque) { argument
25 return static_cast<DecoderHandle*>(opaque);
/external/brotli/java/org/brotli/wrapper/enc/
H A Dencoder_jni.cc23 /* Obtain handle from opaque pointer. */
24 EncoderHandle* getHandle(void* opaque) { argument
25 return static_cast<EncoderHandle*>(opaque);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h87 typedef struct fake_rb_tree { void *opaque[8]; } fake_rb_tree_t; member in struct:fake_rb_tree
/external/freetype/src/gzip/
H A Dzutil.c83 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
85 voidpf buf = opaque; /* just to make some compilers happy */
107 void zcfree (voidpf opaque, voidpf ptr) argument
125 ptr = opaque; /* just to make some compilers happy */
142 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
144 if (opaque) opaque = 0; /* to make compiler happy */
148 void zcfree (voidpf opaque, voidpf ptr) argument
150 if (opaque) opaque
[all...]
/external/bzip2/
H A Dbzlib.h64 void *opaque; member in struct:__anon1082
/external/clang/test/CodeGen/
H A Dpass-object-size.c226 int known[10], *opaque; local
232 gi = OverloadedObjectSize(&known[0], opaque);
235 gi = OverloadedObjectSize(opaque, &known[0]);
238 gi = OverloadedObjectSize(opaque, opaque);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_jpeg.cc35 static void JpegCopyI420(void* opaque, argument
39 I420Buffers* dest = (I420Buffers*)(opaque);
53 static void JpegI422ToI420(void* opaque, argument
57 I420Buffers* dest = (I420Buffers*)(opaque);
71 static void JpegI444ToI420(void* opaque, argument
75 I420Buffers* dest = (I420Buffers*)(opaque);
89 static void JpegI411ToI420(void* opaque, argument
93 I420Buffers* dest = (I420Buffers*)(opaque);
107 static void JpegI400ToI420(void* opaque, argument
111 I420Buffers* dest = (I420Buffers*)(opaque);
233 JpegI420ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
247 JpegI422ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
261 JpegI444ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
275 JpegI411ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
289 JpegI400ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
[all...]
/external/libyuv/files/source/
H A Dconvert_jpeg.cc35 static void JpegCopyI420(void* opaque, argument
39 I420Buffers* dest = (I420Buffers*)(opaque);
49 static void JpegI422ToI420(void* opaque, argument
53 I420Buffers* dest = (I420Buffers*)(opaque);
63 static void JpegI444ToI420(void* opaque, argument
67 I420Buffers* dest = (I420Buffers*)(opaque);
77 static void JpegI400ToI420(void* opaque, argument
81 I420Buffers* dest = (I420Buffers*)(opaque);
192 static void JpegI420ToARGB(void* opaque, argument
196 ARGBBuffers* dest = (ARGBBuffers*)(opaque);
203 JpegI422ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
214 JpegI444ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
225 JpegI400ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
[all...]
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dunwind_vdso.c96 _Unwind_Reason_Code trace_fn(struct _Unwind_Context * ctx, void *opaque) argument
98 struct unwind_state *state = opaque;
/external/mesa3d/src/compiler/glsl/
H A Dir_uniform.h74 * Base opaque uniform index
76 * If \c gl_uniform_storage::base_type is an opaque type, this
79 * use opaque uniform indices \c index through \c index + \c
87 * Whether this opaque uniform is used in this shader stage.
108 struct gl_opaque_uniform_index opaque[MESA_SHADER_STAGES]; member in struct:gl_uniform_storage
/external/python/cpython2/Modules/zlib/
H A Dzutil.c220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) argument
222 voidpf buf = opaque; /* just to make some compilers happy */
244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) argument
262 ptr = opaque; /* just to make some compilers happy */
279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) argument
281 if (opaque) opaque = 0; /* to make compiler happy */
285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) argument
287 if (opaque) opaque
[all...]
/external/python/cpython3/Modules/zlib/
H A Dzutil.c217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) argument
222 (void)opaque;
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) argument
247 (void)opaque;
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) argument
282 (void)opaque;
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) argument
288 (void)opaque;
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size)
306 voidpf opaque;
[all...]
/external/skia/include/private/
H A DSkEncodedInfo.h22 // Each pixel is either fully opaque or fully transparent.
130 bool opaque() const { return fAlpha == kOpaque_Alpha; } function in struct:SkEncodedInfo
/external/skqp/include/private/
H A DSkEncodedInfo.h22 // Each pixel is either fully opaque or fully transparent.
130 bool opaque() const { return fAlpha == kOpaque_Alpha; } function in struct:SkEncodedInfo

Completed in 669 milliseconds

12345