Home
last modified time | relevance | path

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

/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dfonts.c608 prev_width = first_gpu_cell->attrs & WIDTH_MASK; in load_hb_buffer()
699 GPUCell *first_gpu_cell, *last_gpu_cell; member
724 group_state.current_cell_data.gpu_cell = first_gpu_cell; in shape()
734 group_state.first_gpu_cell = first_gpu_cell; in shape()
736 group_state.last_gpu_cell = first_gpu_cell + (num_cells ? num_cells - 1 : 0); in shape()
737 load_hb_buffer(first_cpu_cell, first_gpu_cell, num_cells); in shape()
1063 shape(first_cpu_cell, first_gpu_cell, num_cells, hbf, font, disable_ligature); in shape_run()
1089 GPUCell *first_cell = G(first_gpu_cell) + group->first_cell_idx; in is_group_calt_ligature()
1203 … while(num_cells--) { set_sprite(first_gpu_cell, 0, 0, 0); first_cpu_cell++; first_gpu_cell++; } in render_run()
1206 …(num_cells--) { render_box_cell(fg, first_cpu_cell, first_gpu_cell); first_cpu_cell++; first_gpu_c… in render_run()
[all …]