/lvgl-latest/libs/nema_gfx/include/ |
D | nema_font.h | 52 int8_t x_offset; /**< Kerning offset (horizontally) */ 59 int8_t xOffset; 60 int8_t yOffset; 69 int8_t xOffset; 70 int8_t yOffset;
|
/lvgl-latest/src/font/ |
D | lv_font_fmt_txt.h | 34 int8_t ofs_x; /**< x offset of the bounding box*/ 35 …int8_t ofs_y; /**< y offset of the bounding box. Measured from the top of the li… 121 const int8_t * values; 136 const int8_t * class_pair_values; /**< left_class_cnt * right_class_cnt value */
|
D | lv_binfont_loader.c | 21 int8_t bit_pos; 184 int8_t bit = (it->byte_value & 0x80) ? 1 : 0; in read_bits() 484 font->underline_position = (int8_t) font_header.underline_position; in lvgl_load_font() 485 font->underline_thickness = (int8_t) font_header.underline_thickness; in lvgl_load_font() 593 ids_size = sizeof(int8_t) * 2 * glyph_entries; in load_kern() 600 int8_t * values = lv_malloc(glyph_entries); in load_kern() 634 int kern_values_length = sizeof(int8_t) * kern_table_rows * kern_table_cols; in load_kern() 638 int8_t * kern_values = lv_malloc(kern_values_length); in load_kern()
|
D | lv_font.h | 114 …int8_t underline_position; /**< Distance between the top of the underline and base line (< 0 … 115 int8_t underline_thickness; /**< Thickness of the underline*/
|
D | lv_font_fmt_txt.c | 37 static int8_t get_kern_value(const lv_font_t * font, uint32_t gid_left, uint32_t gid_right); 214 int8_t kvalue = 0; in lv_font_get_glyph_dsc_fmt_txt() 308 static int8_t get_kern_value(const lv_font_t * font, uint32_t gid_left, uint32_t gid_right) in get_kern_value() 312 int8_t value = 0; in get_kern_value()
|
/lvgl-latest/src/libs/thorvg/rapidjson/msinttypes/ |
D | stdint.h | 121 typedef signed char int8_t; typedef 128 typedef signed __int8 int8_t; typedef 140 typedef int8_t int_least8_t; 150 typedef int8_t int_fast8_t; 178 #define INT8_MIN ((int8_t)_I8_MIN)
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar.h | 33 int8_t month; /**< 1..12 */ 34 int8_t day; /**< 1..31 */
|
/lvgl-latest/examples/porting/ |
D | lv_port_indev_template.c | 46 static int8_t button_get_pressed_id(void); 362 int8_t btn_act = button_get_pressed_id(); 377 static int8_t button_get_pressed_id(void)
|
/lvgl-latest/src/widgets/animimage/ |
D | lv_animimage_private.h | 37 int8_t pic_count;
|
/lvgl-latest/src/misc/ |
D | lv_text_ap.c | 26 int8_t char_beginning_form_offset; 27 int8_t char_middle_form_offset; 28 int8_t char_isolated_form_offset;
|
D | lv_area_private.h | 55 int8_t lv_area_diff(lv_area_t res_p[], const lv_area_t * a1_p, const lv_area_t * a2_p);
|
D | lv_rb.h | 33 typedef int8_t lv_rb_compare_res_t;
|
D | lv_log.h | 41 typedef int8_t lv_log_level_t;
|
D | lv_math.h | 129 int64_t lv_pow(int64_t base, int8_t exp);
|
/lvgl-latest/tests/makefile_uefi/ |
D | efi.h | 64 typedef INT8 int8_t; typedef 147 _Static_assert(sizeof(int8_t) == 1, "Size check for 'int8_t' failed.");
|
/lvgl-latest/src/indev/ |
D | lv_indev_gesture_private.h | 41 int8_t finger; /* The ID of the tracked finger */
|
D | lv_indev_gesture.c | 44 static int8_t get_motion_idx(uint8_t id, lv_indev_gesture_t * info); 411 static int8_t get_motion_idx(uint8_t id, lv_indev_gesture_t * info) in get_motion_idx() 434 int8_t motion_idx; in process_touch_event() 573 int8_t i; in gesture_calculate_factors() 574 int8_t touch_cnt = 0; in gesture_calculate_factors()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_fs.c | 210 static const int8_t actions[100][20][2] = { in test_write_read_random() 233 int8_t action = actions[i][j][0]; in test_write_read_random() 234 int8_t amount = actions[i][j][1]; in test_write_read_random()
|
/lvgl-latest/src/drivers/uefi/ |
D | lv_uefi_std_wrapper.h | 20 typedef INT8 int8_t; typedef
|
/lvgl-latest/src/misc/cache/ |
D | lv_cache_private.h | 45 typedef int8_t lv_cache_compare_res_t;
|
/lvgl-latest/demos/ebike/generated/ |
D | font_ebike_130.c | 2725 static const int8_t kern_pair_values[] = {
|
D | font_ebike_56.c | 633 static const int8_t kern_pair_values[] = {
|
/lvgl-latest/demos/benchmark/assets/ |
D | lv_font_benchmark_montserrat_12_compr_az.c.c | 247 static const int8_t kern_class_values[] =
|
D | lv_font_benchmark_montserrat_16_compr_az.c.c | 285 static const int8_t kern_class_values[] =
|
D | lv_font_benchmark_montserrat_28_compr_az.c.c | 436 static const int8_t kern_class_values[] =
|