/GUIX-v6.4.1/guix_studio/ |
D | numeric_prompt_service_provider.cpp | 57 info->ewi.numeric_prompt_value); in WriteExtendedProperties() 125 info->ewi.numeric_prompt_value = 0; in CreateNewInstance() 128 gx_numeric_prompt_value_set(prompt, info->ewi.numeric_prompt_value); in CreateNewInstance() 152 gx_numeric_prompt_value_set(prompt, info->ewi.numeric_prompt_value); in GenerateFromInfo() 175 writer.WriteInt("numeric_prompt_value", info->ewi.numeric_prompt_value); in SaveToProject() 185 reader.ReadInt("numeric_prompt_value", info->ewi.numeric_prompt_value, 0); in ReadFromProject() 190 info->ewi.numeric_prompt_value = value; in AssignNumericValue()
|
D | numeric_pixelmap_prompt_service_provider.cpp | 54 info->ewi.numeric_prompt_value); in WriteExtendedProperties() 139 info->ewi.numeric_prompt_value = 0; in CreateNewInstance() 141 gx_numeric_pixelmap_prompt_value_set(prompt, info->ewi.numeric_prompt_value); in CreateNewInstance() 158 gx_numeric_pixelmap_prompt_value_set(prompt, info->ewi.numeric_prompt_value); in GenerateFromInfo() 191 writer.WriteInt("numeric_prompt_value", info->ewi.numeric_prompt_value); in SaveToProject() 202 reader.ReadInt("numeric_prompt_value", info->ewi.numeric_prompt_value, 0); in ReadFromProject() 207 info->ewi.numeric_prompt_value = value; in AssignNumericValue()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_5_4_1/ |
D | demo_guix_all_widgets_5_4_1.c | 63 INT numeric_prompt_value = 10000; variable 251 numeric_prompt_value++; in text_screen_event_handler() 253 if (numeric_prompt_value > 19999) in text_screen_event_handler() 255 numeric_prompt_value = 10000; in text_screen_event_handler() 257 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt, numeric_prompt_value); in text_screen_event_handler() 258 …_pixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt, numeric_prompt_value); in text_screen_event_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_5_4_2/ |
D | demo_guix_all_widgets_synergy_5_4_2.c | 62 INT numeric_prompt_value = 10000; variable 251 numeric_prompt_value++; in text_screen_event_handler() 253 if (numeric_prompt_value > 19999) in text_screen_event_handler() 255 numeric_prompt_value = 10000; in text_screen_event_handler() 257 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt, numeric_prompt_value); in text_screen_event_handler() 258 …_pixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt, numeric_prompt_value); in text_screen_event_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_8bpp/ |
D | demo_guix_all_widgets_8bpp.c | 46 INT numeric_prompt_value = 10000; variable 246 numeric_prompt_value++; in next_button_handler() 248 if (numeric_prompt_value > 19999) in next_button_handler() 250 numeric_prompt_value = 10000; in next_button_handler() 252 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt_1, numeric_prompt_value); in next_button_handler() 253 …ixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt_2, numeric_prompt_value); in next_button_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_execute/ |
D | demo_guix_all_widgets_execute.c | 61 INT numeric_prompt_value = 10000; variable 222 numeric_prompt_value++; in window_screen_event_process() 224 if (numeric_prompt_value > 19999) in window_screen_event_process() 226 numeric_prompt_value = 10000; in window_screen_event_process() 228 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt, numeric_prompt_value); in window_screen_event_process() 229 …_pixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt, numeric_prompt_value); in window_screen_event_process()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_32argb/ |
D | demo_guix_all_widgets_32argb.c | 55 INT numeric_prompt_value = 10000; variable 214 numeric_prompt_value++; in text_screen_event_handler() 216 if (numeric_prompt_value > 19999) in text_screen_event_handler() 218 numeric_prompt_value = 10000; in text_screen_event_handler() 220 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt, numeric_prompt_value); in text_screen_event_handler() 221 …_pixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt, numeric_prompt_value); in text_screen_event_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/ |
D | demo_guix_all_widgets_synergy.c | 62 INT numeric_prompt_value = 10000; variable 254 numeric_prompt_value++; in text_screen_event_handler() 256 if (numeric_prompt_value > 19999) in text_screen_event_handler() 258 numeric_prompt_value = 10000; in text_screen_event_handler() 260 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt, numeric_prompt_value); in text_screen_event_handler() 261 …_pixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt, numeric_prompt_value); in text_screen_event_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/ |
D | demo_guix_all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.c | 52 INT numeric_prompt_value = 10000; variable 277 numeric_prompt_value++; in next_button_handler() 279 if (numeric_prompt_value > 19999) in next_button_handler() 281 numeric_prompt_value = 10000; in next_button_handler() 283 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt_1, numeric_prompt_value); in next_button_handler() 284 …ixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt_2, numeric_prompt_value); in next_button_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_1555xrgb/ |
D | demo_guix_all_widgets_1555xrgb.c | 55 INT numeric_prompt_value = 10000; variable 263 numeric_prompt_value++; in next_button_handler() 265 if (numeric_prompt_value > 19999) in next_button_handler() 267 numeric_prompt_value = 10000; in next_button_handler() 269 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt_1, numeric_prompt_value); in next_button_handler() 270 …ixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt_2, numeric_prompt_value); in next_button_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_4444argb/ |
D | demo_guix_all_widgets_4444argb.c | 57 INT numeric_prompt_value = 10000; variable 276 numeric_prompt_value++; in next_button_handler() 278 if (numeric_prompt_value > 19999) in next_button_handler() 280 numeric_prompt_value = 10000; in next_button_handler() 282 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt_1, numeric_prompt_value); in next_button_handler() 283 …ixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt_1, numeric_prompt_value); in next_button_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_5_4_0/ |
D | demo_guix_all_widgets_5_4_0.c | 62 INT numeric_prompt_value = 10000; variable 278 numeric_prompt_value++; in text_screen_event_handler() 280 if (numeric_prompt_value > 19999) in text_screen_event_handler() 282 numeric_prompt_value = 10000; in text_screen_event_handler() 284 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt, numeric_prompt_value); in text_screen_event_handler() 285 …_pixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt, numeric_prompt_value); in text_screen_event_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_5_3_4/ |
D | demo_guix_all_widgets_5_3_4.c | 63 INT numeric_prompt_value = 10000; variable 295 numeric_prompt_value++; in next_button_handler() 297 if (numeric_prompt_value > 19999) in next_button_handler() 299 numeric_prompt_value = 10000; in next_button_handler() 301 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt, numeric_prompt_value); in next_button_handler() 302 …_pixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt, numeric_prompt_value); in next_button_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_16bpp/ |
D | demo_guix_all_widgets_16bpp.c | 55 INT numeric_prompt_value = 10000; variable 290 numeric_prompt_value++; in next_button_handler() 292 if (numeric_prompt_value > 19999) in next_button_handler() 294 numeric_prompt_value = 10000; in next_button_handler() 296 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt_1, numeric_prompt_value); in next_button_handler() 297 …ixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt_2, numeric_prompt_value); in next_button_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_5_4_2/ |
D | demo_guix_all_widgets_5_4_2.c | 64 INT numeric_prompt_value = 10000; variable 280 numeric_prompt_value++; in text_screen_event_handler() 282 if (numeric_prompt_value > 19999) in text_screen_event_handler() 284 numeric_prompt_value = 10000; in text_screen_event_handler() 286 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt, numeric_prompt_value); in text_screen_event_handler() 287 …_pixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt, numeric_prompt_value); in text_screen_event_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy/ |
D | demo_guix_all_widgets_synergy.c | 64 INT numeric_prompt_value = 10000; variable 257 numeric_prompt_value++; in text_screen_event_handler() 259 if (numeric_prompt_value > 19999) in text_screen_event_handler() 261 numeric_prompt_value = 10000; in text_screen_event_handler() 263 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt, numeric_prompt_value); in text_screen_event_handler() 264 …_pixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt, numeric_prompt_value); in text_screen_event_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_16bpp_rotated/ |
D | demo_guix_all_widgets_16bpp_rotated.c | 55 INT numeric_prompt_value = 10000; variable 298 numeric_prompt_value++; in next_button_handler() 300 if (numeric_prompt_value > 19999) in next_button_handler() 302 numeric_prompt_value = 10000; in next_button_handler() 304 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt_1, numeric_prompt_value); in next_button_handler() 305 …ixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt_2, numeric_prompt_value); in next_button_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_16bpp_rotated_270/ |
D | demo_guix_all_widgets_16bpp_rotated_270.c | 55 INT numeric_prompt_value = 10000; variable 291 numeric_prompt_value++; in next_button_handler() 293 if (numeric_prompt_value > 19999) in next_button_handler() 295 numeric_prompt_value = 10000; in next_button_handler() 297 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt_1, numeric_prompt_value); in next_button_handler() 298 …ixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt_2, numeric_prompt_value); in next_button_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/ |
D | demo_guix_all_widgets_synergy_16bpp_rotated_ccw.c | 52 INT numeric_prompt_value = 10000; variable 320 numeric_prompt_value++; in next_button_handler() 322 if (numeric_prompt_value > 19999) in next_button_handler() 324 numeric_prompt_value = 10000; in next_button_handler() 326 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt_1, numeric_prompt_value); in next_button_handler() 327 …ixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt_2, numeric_prompt_value); in next_button_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/ |
D | demo_guix_all_widgets_synergy_16bpp_rotated_cw.c | 52 INT numeric_prompt_value = 10000; variable 320 numeric_prompt_value++; in next_button_handler() 322 if (numeric_prompt_value > 19999) in next_button_handler() 324 numeric_prompt_value = 10000; in next_button_handler() 326 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt_1, numeric_prompt_value); in next_button_handler() 327 …ixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt_2, numeric_prompt_value); in next_button_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_4bpp/ |
D | demo_guix_all_widgets_4bpp.c | 58 INT numeric_prompt_value = 10000; variable 256 numeric_prompt_value++; in next_button_handler() 258 if (numeric_prompt_value > 19999) in next_button_handler() 260 numeric_prompt_value = 10000; in next_button_handler() 262 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt_1, numeric_prompt_value); in next_button_handler() 263 …ixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt_1, numeric_prompt_value); in next_button_handler()
|
/GUIX-v6.4.1/test/example_internal/folder_output_test/ |
D | demo_folder_output_test.c | 63 INT numeric_prompt_value = 10000; variable 325 numeric_prompt_value++; in text_screen_event_handler() 327 if (numeric_prompt_value > 19999) in text_screen_event_handler() 329 numeric_prompt_value = 10000; in text_screen_event_handler() 331 …value_set(&MAIN_DISPLAY_text_screen.MAIN_DISPLAY_text_screen_numeric_prompt, numeric_prompt_value); in text_screen_event_handler() 332 …(&MAIN_DISPLAY_text_screen.MAIN_DISPLAY_text_screen_numeric_pixelmap_prompt, numeric_prompt_value); in text_screen_event_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets/ |
D | demo_guix_all_widgets.c | 64 INT numeric_prompt_value = 10000; variable 302 numeric_prompt_value++; in text_screen_event_handler() 304 if (numeric_prompt_value > 19999) in text_screen_event_handler() 306 numeric_prompt_value = 10000; in text_screen_event_handler() 308 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt, numeric_prompt_value); in text_screen_event_handler() 309 …_pixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt, numeric_prompt_value); in text_screen_event_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_5_5_1/ |
D | demo_guix_all_widgets_5_5_1.c | 64 INT numeric_prompt_value = 10000; variable 296 numeric_prompt_value++; in text_screen_event_handler() 298 if (numeric_prompt_value > 19999) in text_screen_event_handler() 300 numeric_prompt_value = 10000; in text_screen_event_handler() 302 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt, numeric_prompt_value); in text_screen_event_handler() 303 …_pixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt, numeric_prompt_value); in text_screen_event_handler()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_defined_5_4_0_compatibility/ |
D | demo_guix_all_widgets_defined_5_4_0_compatibility.c | 62 INT numeric_prompt_value = 10000; variable 287 numeric_prompt_value++; in text_screen_event_handler() 289 if (numeric_prompt_value > 19999) in text_screen_event_handler() 291 numeric_prompt_value = 10000; in text_screen_event_handler() 293 … gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt, numeric_prompt_value); in text_screen_event_handler() 294 …_pixelmap_prompt_value_set(&text_screen.text_screen_numeric_pixelmap_prompt, numeric_prompt_value); in text_screen_event_handler()
|