Home
last modified time | relevance | path

Searched refs:string_hello_world (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/test/example_internal/helloworld/
Dhelloworld.c56 static GX_CONST GX_CHAR string_hello_world[] = "Hello World"; variable
61 {string_hello_world, sizeof(string_hello_world) - 1}
/GUIX-v6.2.1/test/example_internal/synergy_text_rotation/
Ddemo_synergy_text_rotation.c243 GX_CONST GX_CHAR string_hello_world[] = "Hello World"; in RenderTextToAlphamaps() local
250 string.gx_string_ptr = string_hello_world; in RenderTextToAlphamaps()
251 string.gx_string_length = sizeof(string_hello_world) - 1; in RenderTextToAlphamaps()
/GUIX-v6.2.1/test/example_internal/text_rotation/
Ddemo_text_rotation.c242 GX_CONST GX_CHAR string_hello_world[] = "Hello World"; in RenderTextToAlphamaps() local
249 string.gx_string_ptr = string_hello_world; in RenderTextToAlphamaps()
250 string.gx_string_length = sizeof(string_hello_world) - 1; in RenderTextToAlphamaps()