Home
last modified time | relevance | path

Searched refs:static_ctx (Results 1 – 18 of 18) sorted by relevance

/dports/games/libretro-2048/libretro-2048-35a299c/
H A Dgame_cairo.c153 cairo_t *static_ctx; in init_static_surface() local
156 static_ctx = cairo_create(static_surface); in init_static_surface()
159 set_rgb(static_ctx, 250, 248, 239); in init_static_surface()
163 set_rgb(static_ctx, 185, 172, 159); in init_static_surface()
167 set_rgb(static_ctx, 185, 172, 159); in init_static_surface()
171 set_rgb(static_ctx, 185, 172, 159); in init_static_surface()
175 cairo_set_font_size(static_ctx, FONT_SIZE); in init_static_surface()
178 cairo_set_source(static_ctx, color_lut[1]); in init_static_surface()
182 cairo_set_source(static_ctx, color_lut[1]); in init_static_surface()
198 draw_tile(static_ctx, &dummy); in init_static_surface()
[all …]
H A Dgame_noncairo.c284 int static_ctx; in init_static_surface() local
286 static_ctx = 0; in init_static_surface()
289 set_rgb(static_ctx, 250, 248, 239); in init_static_surface()
290 fill_rectangle(static_ctx, 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT); in init_static_surface()
293 set_rgb(static_ctx, 185, 172, 159); in init_static_surface()
294 fill_rectangle(static_ctx, SPACING, BOARD_OFFSET_Y, BOARD_WIDTH, BOARD_WIDTH); in init_static_surface()
297 set_rgb(static_ctx, 185, 172, 159); in init_static_surface()
298 fill_rectangle(static_ctx, SPACING, SPACING, TILE_SIZE*2+SPACING*2, TILE_SIZE); in init_static_surface()
301 set_rgb(static_ctx, 185, 172, 159); in init_static_surface()
308 draw_text_centered(static_ctx, "SCORE", SPACING*2, SPACING * 2, 0, 0); in init_static_surface()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/full_text/
H A Dfull_text_impl.cpp76 static_context const *static_ctx; in nextImpl() local
81 static_ctx = getStaticContext(); in nextImpl()
82 options = static_ctx->get_match_options(); in nextImpl()
95 doc_tokens, *static_ctx, ignore_item.getp(), plan_state in nextImpl()
H A Dftcontains_visitor.cpp139 static_context const &static_ctx, in ftcontains_visitor() argument
143 static_ctx_( static_ctx ), in ftcontains_visitor()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dhpux-thread.c290 sp = (CORE_ADDR) tcb_ptr->static_ctx.sp - 160; in hpux_thread_fetch_registers()
352 sp = (CORE_ADDR) tcb_ptr->static_ctx.sp - 160; in hpux_thread_store_registers()
358 write_memory ((CORE_ADDR) & tcb_ptr->static_ctx.sp, in hpux_thread_store_registers()
361 tcb_ptr->static_ctx.sp = (cma__t_hppa_regs *) in hpux_thread_store_registers()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dhpux-thread.c290 sp = (CORE_ADDR) tcb_ptr->static_ctx.sp - 160; in hpux_thread_fetch_registers()
352 sp = (CORE_ADDR) tcb_ptr->static_ctx.sp - 160; in hpux_thread_store_registers()
358 write_memory ((CORE_ADDR) & tcb_ptr->static_ctx.sp, in hpux_thread_store_registers()
361 tcb_ptr->static_ctx.sp = (cma__t_hppa_regs *) in hpux_thread_store_registers()
/dports/security/softether/v4.38-9760/src/Neo/
H A DNeo.c115 static NEO_CTX static_ctx; variable
116 NEO_CTX *ctx = &static_ctx;
/dports/security/softether-devel/v4.36-9754/src/Neo/
H A DNeo.c115 static NEO_CTX static_ctx; variable
116 NEO_CTX *ctx = &static_ctx;
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Neo/
H A DNeo.c18 static NEO_CTX static_ctx; variable
19 NEO_CTX *ctx = &static_ctx;
/dports/security/softether/v4.38-9760/src/Neo6/
H A DNeo6.c115 static NEO_CTX static_ctx; variable
116 NEO_CTX *ctx = &static_ctx;
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Neo6/
H A DNeo6.c18 static NEO_CTX static_ctx; variable
19 NEO_CTX *ctx = &static_ctx;
/dports/security/softether-devel/v4.36-9754/src/Neo6/
H A DNeo6.c115 static NEO_CTX static_ctx; variable
116 NEO_CTX *ctx = &static_ctx;
/dports/devel/py-cffi/cffi-1.15.0/c/
H A Dffi_obj.c34 const struct _cffi_type_context_s *static_ctx) in ffi_internal_new() argument
39 if (static_ctx != NULL) { in ffi_internal_new()
50 if (init_builder_c(&ffi->types_builder, static_ctx) < 0) { in ffi_internal_new()
60 ffi->ctx_is_static = (static_ctx != NULL); in ffi_internal_new()
61 ffi->ctx_is_nonempty = (static_ctx != NULL); in ffi_internal_new()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h238 cma__t_static_ctx static_ctx; /* Static context switch information */
/dports/devel/avr-gdb/gdb-7.3.1/gdb/osf-share/
H A Dcma_tcb_defs.h245 cma__t_static_ctx static_ctx; /* Static context switch information */ member
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h238 cma__t_static_ctx static_ctx; /* Static context switch information */ member
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/ffs/
H A Dffs_gen.c14 #define static_ctx c macro
H A Dffs_conv.c19 #define static_ctx c macro