Home
last modified time | relevance | path

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

/haiku/src/servers/app/drawing/Painter/
H A Dagg_scanline_storage_subpix.h36 int covers_id; // The index of the cells in the scanline_cell_storage member
87 m_span.covers = m_storage->covers_by_index(s.covers_id); in init_span()
141 m_fake_span.covers_id = 0; in scanline_storage_subpix()
180 sp.covers_id = in render()
224 const T* covers = covers_by_index(sp.covers_id); in sweep_scanline()
336 const T* covers = covers_by_index(sp.covers_id); in serialize()
/haiku/headers/libs/agg/
H A Dagg_scanline_storage_aa.h172 int covers_id; // The index of the cells in the scanline_cell_storage member
223 m_span.covers = m_storage->covers_by_index(s.covers_id); in init_span()
277 m_fake_span.covers_id = 0; in scanline_storage_aa()
316 sp.covers_id = in render()
360 const T* covers = covers_by_index(sp.covers_id); in sweep_scanline()
472 const T* covers = covers_by_index(sp.covers_id); in serialize()