Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_calculator/
Ddemo_guix_calculator.c74 KEY_INFO_ENTRY *pKeyInfo = key_info; in custom_pixelmap_button_draw() local
81 while (pKeyInfo->text) in custom_pixelmap_button_draw()
83 if (pKeyInfo->widget_id == key->gx_widget_id) in custom_pixelmap_button_draw()
85 x_offset = pKeyInfo->x_offset; in custom_pixelmap_button_draw()
86 y_offset = pKeyInfo->y_offset; in custom_pixelmap_button_draw()
94 text.gx_string_ptr = pKeyInfo->text; in custom_pixelmap_button_draw()
95 text.gx_string_length = string_length_get(pKeyInfo->text, MAX_TEXT_LENGTH); in custom_pixelmap_button_draw()
103 pKeyInfo++; in custom_pixelmap_button_draw()
128 KEY_INFO_ENTRY *pKeyInfo = key_info; in calculator_event_handler() local
137 while (pKeyInfo->text) in calculator_event_handler()
[all …]