Home
last modified time | relevance | path

Searched refs:cgctx (Results 1 – 25 of 29) sorted by relevance

12

/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/opal/
H A DOpalGState.m72 if (cgctx)
84 if (cgctx)
98 if (cgctx)
155 if (cgctx)
169 if (cgctx)
187 if (cgctx)
207 if (cgctx)
231 if (cgctx)
250 if (cgctx)
262 if (cgctx)
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/net/
H A Dbpf_jit_comp.c96 struct codegen_context cgctx; in bpf_int_jit_compile() local
130 cgctx = jit_data->ctx; in bpf_int_jit_compile()
146 memcpy(cgctx.b2p, b2p, sizeof(cgctx.b2p)); in bpf_int_jit_compile()
163 if (cgctx.seen & SEEN_TAILCALL) { in bpf_int_jit_compile()
164 cgctx.idx = 0; in bpf_int_jit_compile()
171 bpf_jit_realloc_regs(&cgctx); in bpf_int_jit_compile()
177 bpf_jit_build_prologue(0, &cgctx); in bpf_int_jit_compile()
180 proglen = cgctx.idx * 4; in bpf_int_jit_compile()
211 cgctx.idx = 0; in bpf_int_jit_compile()
218 proglen - (cgctx.idx * 4), cgctx.seen); in bpf_int_jit_compile()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/net/
H A Dbpf_jit_comp.c96 struct codegen_context cgctx; in bpf_int_jit_compile() local
130 cgctx = jit_data->ctx; in bpf_int_jit_compile()
146 memcpy(cgctx.b2p, b2p, sizeof(cgctx.b2p)); in bpf_int_jit_compile()
163 if (cgctx.seen & SEEN_TAILCALL) { in bpf_int_jit_compile()
164 cgctx.idx = 0; in bpf_int_jit_compile()
171 bpf_jit_realloc_regs(&cgctx); in bpf_int_jit_compile()
177 bpf_jit_build_prologue(0, &cgctx); in bpf_int_jit_compile()
180 proglen = cgctx.idx * 4; in bpf_int_jit_compile()
211 cgctx.idx = 0; in bpf_int_jit_compile()
218 proglen - (cgctx.idx * 4), cgctx.seen); in bpf_int_jit_compile()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/net/
H A Dbpf_jit_comp.c96 struct codegen_context cgctx; in bpf_int_jit_compile() local
130 cgctx = jit_data->ctx; in bpf_int_jit_compile()
146 memcpy(cgctx.b2p, b2p, sizeof(cgctx.b2p)); in bpf_int_jit_compile()
163 if (cgctx.seen & SEEN_TAILCALL) { in bpf_int_jit_compile()
164 cgctx.idx = 0; in bpf_int_jit_compile()
171 bpf_jit_realloc_regs(&cgctx); in bpf_int_jit_compile()
177 bpf_jit_build_prologue(0, &cgctx); in bpf_int_jit_compile()
180 proglen = cgctx.idx * 4; in bpf_int_jit_compile()
211 cgctx.idx = 0; in bpf_int_jit_compile()
218 proglen - (cgctx.idx * 4), cgctx.seen); in bpf_int_jit_compile()
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/misc/
H A Dgdb_hook.py72 def init_gdb_codegen(cgctx, builder, signature, args, argument
88 intfmt = cgctx.insert_const_string(mod, '%d')
89 gdb_str = cgctx.insert_const_string(mod, config.GDB_BINARY)
90 attach_str = cgctx.insert_const_string(mod, 'attach')
102 cmdlang = [cgctx.insert_const_string(mod, x) for x in new_args]
143 cgctx.call_conv.return_user_exc(builder, RuntimeError, (msg,))
150 cgctx.call_conv.return_user_exc(builder, RuntimeError, (msg,))
183 def codegen(cgctx, builder, signature, args): argument
186 return cgctx.get_constant(types.none, None)
210 def codegen(cgctx, builder, signature, args): argument
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/core/unsafe/
H A Dnrt.py17 def codegen(cgctx, builder, sig, args): argument
18 return cgctx.nrt.get_nrt_api(builder)
/dports/devel/py-numba/numba-0.51.2/numba/typed/
H A Ddictobject.py1122 def impl(cgctx, builder, sig, args): argument
1124 impl = cgctx.get_function('static_getitem',
1129 casted = cgctx.cast(builder, item, literal_tys[k], d.types[k])
1131 cgctx.nrt.incref(builder, d.types[k], item)
1132 ret = cgctx.make_tuple(builder, sig.return_type, items)
1203 def impl(cgctx, builder, sig, args): argument
1206 impl = cgctx.get_function('static_getitem',
1212 cgctx.nrt.incref(builder, d.types[k], item)
1213 keydata = make_string_from_constant(cgctx, builder,
1216 pair = cgctx.make_tuple(builder,
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/cpython/
H A Dhashing.py114 def impl(cgctx, builder, signature, args): argument
326 def impl(cgctx, builder, signature, args): argument
327 typingctx = cgctx.typing_context
331 lty = cgctx.get_value_type(signature.return_type)
339 impl = cgctx.get_function(fnty, sig)
649 def impl(cgctx, builder, sig, args): argument
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_coreimage.m51 CGContextRef cgctx; ///< Bitmap context for image copy field
268 if (ctx->cgctx) {
269 CGContextRelease(ctx->cgctx);
270 ctx->cgctx = NULL;
279 ctx->cgctx = CGBitmapContextCreate(frame->data[0],
286 if (!ctx->cgctx) {
310 CGContextDrawImage(ctx->cgctx, rect, out);
590 SafeCFRelease(ctx->cgctx);
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_coreimage.m51 CGContextRef cgctx; ///< Bitmap context for image copy field
268 if (ctx->cgctx) {
269 CGContextRelease(ctx->cgctx);
270 ctx->cgctx = NULL;
279 ctx->cgctx = CGBitmapContextCreate(frame->data[0],
286 if (!ctx->cgctx) {
310 CGContextDrawImage(ctx->cgctx, rect, out);
588 SafeCFRelease(ctx->cgctx);
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_coreimage.m51 CGContextRef cgctx; ///< Bitmap context for image copy field
268 if (ctx->cgctx) {
269 CGContextRelease(ctx->cgctx);
270 ctx->cgctx = NULL;
279 ctx->cgctx = CGBitmapContextCreate(frame->data[0],
286 if (!ctx->cgctx) {
310 CGContextDrawImage(ctx->cgctx, rect, out);
590 SafeCFRelease(ctx->cgctx);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_coreimage.m51 CGContextRef cgctx; ///< Bitmap context for image copy field
268 if (ctx->cgctx) {
269 CGContextRelease(ctx->cgctx);
270 ctx->cgctx = NULL;
279 ctx->cgctx = CGBitmapContextCreate(frame->data[0],
286 if (!ctx->cgctx) {
310 CGContextDrawImage(ctx->cgctx, rect, out);
590 SafeCFRelease(ctx->cgctx);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_coreimage.m51 CGContextRef cgctx; ///< Bitmap context for image copy field
268 if (ctx->cgctx) {
269 CGContextRelease(ctx->cgctx);
270 ctx->cgctx = NULL;
279 ctx->cgctx = CGBitmapContextCreate(frame->data[0],
286 if (!ctx->cgctx) {
310 CGContextDrawImage(ctx->cgctx, rect, out);
590 SafeCFRelease(ctx->cgctx);
/dports/devel/py-numba/numba-0.51.2/numba/cpython/unsafe/
H A Dnumbers.py20 def codegen(cgctx, builder, typ, args): argument
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_nrt.py534 def codegen(cgctx, builder, sig, args): argument
541 return impl_ret_untracked(cgctx, builder, sig.return_type, mul)
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Ddcgraph.cpp493 void* cgctx = NULL; in GetHandle() local
496 cgctx = gc->GetNativeContext(); in GetHandle()
498 return cgctx; in GetHandle()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Ddcgraph.cpp473 void* cgctx = NULL; in GetHandle() local
476 cgctx = gc->GetNativeContext(); in GetHandle()
478 return cgctx; in GetHandle()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Ddcgraph.cpp473 void* cgctx = NULL; in GetHandle() local
476 cgctx = gc->GetNativeContext(); in GetHandle()
478 return cgctx; in GetHandle()
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/
H A Dcocoagdiobjects.pas207 cgctx : CGContextRef;
661 if ctx = nil then Result := cgctx
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcocoagdiobjects.pas207 cgctx : CGContextRef;
661 if ctx = nil then Result := cgctx
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/
H A Dcocoagdiobjects.pas207 cgctx : CGContextRef;
661 if ctx = nil then Result := cgctx
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcocoagdiobjects.pas207 cgctx : CGContextRef;
661 if ctx = nil then Result := cgctx
/dports/devel/py-numba/numba-0.51.2/numba/np/
H A Darraymath.py60 def codegen(cgctx, builder, signature, args): argument
61 lltupty = cgctx.get_value_type(tupty)
73 dataidx = cgctx.get_constant(types.intp, i)
75 data = cgctx.compile_internal(builder, array_indexer,
123 def codegen(cgctx, builder, signature, args): argument
124 lltupty = cgctx.get_value_type(tupty)
139 slice_data = cgctx.compile_internal(builder, create_full_slice,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dgraphics.cpp2657 CGContextRef cgctx = 0; in CreateContext() local
2661 cgctx = (CGContextRef)(win_impl->GetWindow()->MacGetCGContextRef()); in CreateContext()
2666 new wxMacCoreGraphicsContext( this, cgctx, (wxDouble) w, (wxDouble) h ); in CreateContext()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dgraphics.cpp2657 CGContextRef cgctx = 0; in CreateContext() local
2661 cgctx = (CGContextRef)(win_impl->GetWindow()->MacGetCGContextRef()); in CreateContext()
2666 new wxMacCoreGraphicsContext( this, cgctx, (wxDouble) w, (wxDouble) h ); in CreateContext()

12