Home
last modified time | relevance | path

Searched refs:primary_active (Results 1 – 13 of 13) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/smithay-client-toolkit-0.6.6/examples/
H A Dthemed_frame.rs59 primary_active: scaled_bg, in main()
157 pub primary_active: [u8; 4], field
185 self.primary_active
/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Dlightsource.cpp355 case _light_primary_active: function= &data->primary_active; break; in get_lighting_function_specification()
584 StreamToLightSpec(S,ObjPtr->primary_active); in unpack_static_light_data()
611 LightSpecToStream(S,ObjPtr->primary_active); in pack_static_light_data()
801 FixIntensity(NewLtPtr->primary_active, *OldLtPtr); in convert_old_light_data_to_new()
810 NewLtPtr->primary_active.period = OldLtPtr->period / 4 + 1; in convert_old_light_data_to_new()
H A Dlightsource.h99 struct lighting_function_specification primary_active, secondary_active, becoming_active; member
H A Dmap.h744 struct saved_lighting_function_specification primary_active, secondary_active, becoming_active; member
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/os/
H A Dunix.rs35 pub primary_active: [u8; 4], field
61 self.0.primary_active
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/os/
H A Dunix.rs35 pub primary_active: [u8; 4], field
61 self.0.primary_active
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dred-qxl.cpp49 int primary_active; member
182 qxl_state->primary_active = FALSE; in red_qxl_destroy_primary_surface_complete()
215 qxl_state->primary_active = TRUE; in red_qxl_create_primary_surface_complete()
627 if (!qxl->st->primary_active) { in red_qxl_get_allow_client_mouse()
/dports/www/epiphany/epiphany-41.0/embed/
H A Dephy-find-toolbar.c335 gboolean primary_active = FALSE; in search_entry_changed_cb() local
349 "primary-icon-activatable", primary_active, in search_entry_changed_cb()
350 "primary-icon-sensitive", primary_active, in search_entry_changed_cb()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/audio/
H A Dcras_audio_handler.cc509 uint64_t primary_active = in SetActiveDevices() local
511 if (!new_active_ids.count(primary_active) && !devices.empty()) { in SetActiveDevices()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Dstorvsc_drv.c85 u8 primary_active; member
811 if (vstor_packet->wwn_packet.primary_active) { in cache_wwn()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Dstorvsc_drv.c85 u8 primary_active; member
811 if (vstor_packet->wwn_packet.primary_active) { in cache_wwn()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Dstorvsc_drv.c85 u8 primary_active; member
811 if (vstor_packet->wwn_packet.primary_active) { in cache_wwn()
/dports/games/alephone/alephone-release-20190331/Source_Files/Lua/
H A Dlua_map.cpp2241 return &light->static_data.primary_active; in get_light_function_spec()