Searched refs:string_hello_world (Results 1 – 3 of 3) sorted by relevance
56 static GX_CONST GX_CHAR string_hello_world[] = "Hello World"; variable61 {string_hello_world, sizeof(string_hello_world) - 1}
243 GX_CONST GX_CHAR string_hello_world[] = "Hello World"; in RenderTextToAlphamaps() local250 string.gx_string_ptr = string_hello_world; in RenderTextToAlphamaps()251 string.gx_string_length = sizeof(string_hello_world) - 1; in RenderTextToAlphamaps()
242 GX_CONST GX_CHAR string_hello_world[] = "Hello World"; in RenderTextToAlphamaps() local249 string.gx_string_ptr = string_hello_world; in RenderTextToAlphamaps()250 string.gx_string_length = sizeof(string_hello_world) - 1; in RenderTextToAlphamaps()