Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_rasterizer_compound_aa.h78 unsigned start_cell; member
221 cell_info* cell = &m_cells[st.start_cell]; in sweep_scanline()
469 style->start_cell = 0; in add_style()
473 ++style->start_cell; in add_style()
504 style->start_cell = 0; in sweep_styles()
519 unsigned start_cell = 0; in sweep_styles() local
523 unsigned v = st.start_cell; in sweep_styles()
524 st.start_cell = start_cell; in sweep_styles()
525 start_cell += v; in sweep_styles()
540 cell = &m_cells[style->start_cell + style->num_cells - 1]; in sweep_styles()
[all …]