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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
unwind-attr.c 4 int opaque();
9 return opaque();
trapv.c 28 extern void opaque(int);
29 opaque(i++);
42 extern void opaque(int);
43 opaque(++i);
  /external/chromium_org/third_party/webrtc/base/
linuxfdwalk.h 28 int fdwalk(void (*func)(void *, int), void *opaque);
linuxfdwalk.c 38 int fdwalk(void (*func)(void *, int), void *opaque) {
61 (*func)(opaque, fd);
  /external/clang/test/CodeGenCXX/
exceptions-no-rtti.cpp 32 void opaque();
39 opaque();
44 opaque();
eh.cpp 183 void opaque();
191 opaque();
203 opaque();
209 void opaque();
220 opaque();
246 void opaque();
252 opaque();
273 opaque();
288 bool opaque(const A&);
300 if (opaque(x))
    [all...]
partial-destruction.cpp 5 void opaque();
12 opaque();
  /external/freetype/src/gzip/
zutil.c 83 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size)
85 voidpf buf = opaque; /* just to make some compilers happy */
107 void zcfree (voidpf opaque, voidpf ptr)
125 ptr = opaque; /* just to make some compilers happy */
142 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size)
144 if (opaque) opaque = 0; /* to make compiler happy */
148 void zcfree (voidpf opaque, voidpf ptr)
150 if (opaque) opaque = 0; /* to make compiler happy *
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
ioapi.c 22 return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode);
25 return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode);
32 return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin);
39 return (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,origin);
46 return (*(pfilefunc->zfile_func64.ztell64_file)) (pfilefunc->zfile_func64.opaque,filestream);
49 uLong tell_uLong = (*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream);
68 p_filefunc64_32->zfile_func64.opaque = p_filefunc32->opaque;
75 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
76 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size))
    [all...]
ioapi.h 127 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
128 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
129 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
130 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
131 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
133 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
134 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
147 voidpf opaque; member in struct:zlib_filefunc_def_s
150 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
151 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))
163 voidpf opaque; member in struct:zlib_filefunc64_def_s
    [all...]
iowin32.c 28 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
29 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
30 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
31 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream));
32 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
33 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream));
34 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream));
88 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode)
103 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode)
118 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ContentLayerDelegate.h 55 // When we know everything painted through this delegate will be opaque, allow for optimizations to take place.
56 void setOpaque(bool opaque)
58 m_opaque = opaque;
GraphicsContextTest.cpp 64 bool opaque = opaqueRect.contains(x, y); \
65 EXPECT_EQ(opaque, alpha == 255); \
79 Color opaque(1.0f, 0.0f, 0.0f, 1.0f);
82 context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver);
90 context.fillRect(FloatRect(99, 13, 10, 90), opaque, CompositePlusLighter);
94 context.fillRect(FloatRect(99, 13, 10, 90), opaque, CompositeSourceIn);
102 context.fillRect(FloatRect(8, 8, 3, 90), opaque, CompositeSourceOut);
106 context.fillRect(FloatRect(30, 30, 290, 290), opaque, CompositeSourceOver);
110 context.fillRect(FloatRect(40, 20, 290, 50), opaque, CompositeSourceOver);
114 context.fillRect(FloatRect(10, 10, 390, 50), opaque, CompositeSourceIn)
    [all...]
  /external/chromium_org/ui/gfx/
canvas_paint_mac.h 22 // This constructor assumes the result is opaque.
24 CanvasSkiaPaint(NSRect dirtyRect, bool opaque);
44 void Init(bool opaque);
canvas_paint_win.h 38 // This constructor assumes the canvas is opaque.
44 CanvasSkiaPaint(HDC dc, bool opaque, int x, int y, int w, int h);
64 void Init(bool opaque);
canvas_paint_win.cc 24 CanvasSkiaPaint::CanvasSkiaPaint(HDC dc, bool opaque, int x, int y,
33 Init(opaque);
50 void CanvasSkiaPaint::Init(bool opaque) {
60 opaque); local
  /external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
xfm.c 62 void *opaque,
72 if ((iv == NULL) && (opaque == NULL) && (opaque_len == NULL)) {
76 } else if ((iv == NULL) || (opaque == NULL) || (opaque_len == NULL)) {
109 /* encrypt the opaque data */
110 status = aes_cbc_nist_encrypt(&aes_ctx, opaque, opaque_len);
113 /* authenticate clear and opaque data */
123 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag);
136 void *opaque,
149 if ((iv == NULL) && (opaque == NULL) && (opaque_len == NULL)) {
153 } else if ((iv == NULL) || (opaque == NULL) || (opaque_len == NULL))
    [all...]
  /external/clang/test/Analysis/
taint-tester.cpp 30 class opaque;
31 void testOpaqueClass(opaque *obj) {
  /external/chromium_org/third_party/zlib/google/
zip_internal.cc 39 void* ZipOpenFunc(void *opaque, const char* filename, int mode) {
82 void* FdOpenFileFunc(void* opaque, const char* filename, int mode) {
94 file = fdopen(*static_cast<int*>(opaque), mode_fopen);
101 // flush buffers and free |opaque| since we malloc'ed it in FillFdOpenFileFunc.
102 int CloseFileFunc(void* opaque, void* stream) {
104 free(opaque);
116 pzlib_filefunc_def->opaque = ptr_fd;
122 void* HandleOpenFileFunc(void* opaque, const char* filename, int mode) {
124 file_ret.hf = static_cast<HANDLE>(opaque);
138 // expect their opaque parameters refer to this struct
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
background_gradient_view.h 25 // If |opaque| is true then the background image is forced to be opaque.
28 // a view may want a opaque non-rectangular background. The find bar is an
30 - (void)drawBackgroundWithOpaque:(BOOL)opaque;
  /external/chromium_org/third_party/zlib/
zutil.c 216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
218 voidpf buf = opaque; /* just to make some compilers happy */
240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
258 ptr = opaque; /* just to make some compilers happy */
275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
277 if (opaque) opaque = 0; /* to make compiler happy */
281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
283 if (opaque) opaque = 0; /* to make compiler happy *
    [all...]
  /external/chromium_org/media/blink/
video_frame_compositor_unittest.cc 39 bool opaque() { return opaque_; } function in class:media::VideoFrameCompositorTest
54 void OpacityChanged(bool opaque) {
56 opaque_ = opaque;
136 EXPECT_FALSE(opaque());
141 EXPECT_FALSE(opaque());
146 EXPECT_FALSE(opaque());
151 EXPECT_TRUE(opaque());
156 EXPECT_TRUE(opaque());
  /external/chromium_org/media/filters/
ffmpeg_glue.cc 22 static int AVIOReadOperation(void* opaque, uint8_t* buf, int buf_size) {
23 FFmpegURLProtocol* protocol = reinterpret_cast<FFmpegURLProtocol*>(opaque);
30 static int64 AVIOSeekOperation(void* opaque, int64 offset, int whence) {
31 FFmpegURLProtocol* protocol = reinterpret_cast<FFmpegURLProtocol*>(opaque);
164 int64 pos = AVIOSeekOperation(avio_context_.get()->opaque, 0, SEEK_CUR);
165 AVIOSeekOperation(avio_context_.get()->opaque, 0, SEEK_SET);
167 avio_context_.get()->opaque, buffer.get()->data(), buffer.get()->size());
168 AVIOSeekOperation(avio_context_.get()->opaque, pos, SEEK_SET);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
xfm.h 102 void *opaque, /* data to be decrypted and authenticated */
133 void *opaque,
143 void *opaque, /* data to be decrypted and authenticated */
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_jpeg.cc 34 static void JpegCopyI420(void* opaque,
38 I420Buffers* dest = (I420Buffers*)(opaque);
52 static void JpegI422ToI420(void* opaque,
56 I420Buffers* dest = (I420Buffers*)(opaque);
70 static void JpegI444ToI420(void* opaque,
74 I420Buffers* dest = (I420Buffers*)(opaque);
88 static void JpegI411ToI420(void* opaque,
92 I420Buffers* dest = (I420Buffers*)(opaque);
106 static void JpegI400ToI420(void* opaque,
110 I420Buffers* dest = (I420Buffers*)(opaque);
    [all...]

Completed in 995 milliseconds

1 2 3 4 5 6 7 8 91011>>