Searched refs:remove_all (Results 1 - 25 of 36) sorted by relevance

12

/haiku/headers/libs/agg/
H A Dagg_vcgen_vertex_sequence.h42 void remove_all();
65 inline void vcgen_vertex_sequence::remove_all() function in class:agg::vcgen_vertex_sequence
68 m_src_vertices.remove_all();
H A Dagg_vcgen_bspline.h48 void remove_all();
H A Dagg_vcgen_markers_term.h37 void remove_all();
H A Dagg_conv_adaptor_vcgen.h26 void remove_all() {} function in struct:agg::null_markers
98 m_markers.remove_all();
105 m_generator.remove_all();
H A Dagg_vcgen_dash.h60 void remove_all();
H A Dagg_vcgen_smooth_poly1.h56 void remove_all();
H A Dagg_shorten_path.h45 vs.remove_all();
H A Dagg_vcgen_contour.h69 void remove_all();
H A Dagg_scanline_bin.h192 m_spans.remove_all();
239 m_spans.remove_all();
H A Dagg_scanline_storage_aa.h51 remove_all();
74 remove_all();
81 void remove_all() function in class:agg::scanline_cell_storage
89 m_extra_storage.remove_all();
90 m_cells.remove_all();
284 m_covers.remove_all();
285 m_scanlines.remove_all();
286 m_spans.remove_all();
H A Dagg_vcgen_stroke.h77 void remove_all();
H A Dagg_path_storage_integer.h76 void remove_all() { m_storage.remove_all(); } function in class:agg::path_storage_integer
H A Dagg_scanline_p.h240 m_spans.remove_all();
304 m_spans.remove_all();
H A Dagg_array.h86 void remove_all() { m_size = 0; } function in class:agg::pod_auto_vector
208 void remove_all() { m_size = 0; } function in class:agg::pod_vector
346 void remove_all() { m_size = 0; } function in class:agg::pod_bvector
455 remove_all();
732 remove_all();
790 void remove_all() function in class:agg::block_allocator
811 remove_all();
/haiku/src/libs/agg/src/
H A Dagg_vcgen_markers_term.cpp26 void vcgen_markers_term::remove_all() function in class:agg::vcgen_markers_term
28 m_markers.remove_all();
H A Dagg_vcgen_contour.cpp41 void vcgen_contour::remove_all() function in class:agg::vcgen_contour
43 m_src_vertices.remove_all();
H A Dagg_vcgen_dash.cpp98 void vcgen_dash::remove_all() function in class:agg::vcgen_dash
101 m_src_vertices.remove_all();
H A Dagg_vcgen_bspline.cpp35 void vcgen_bspline::remove_all() function in class:agg::vcgen_bspline
37 m_src_vertices.remove_all();
H A Dagg_vcgen_smooth_poly1.cpp37 void vcgen_smooth_poly1::remove_all() function in class:agg::vcgen_smooth_poly1
39 m_src_vertices.remove_all();
H A Dagg_vcgen_stroke.cpp40 void vcgen_stroke::remove_all() function in class:agg::vcgen_stroke
42 m_src_vertices.remove_all();
H A Dagg_trans_double_path.cpp38 m_src_vertices1.remove_all();
39 m_src_vertices2.remove_all();
H A Dagg_trans_single_path.cpp35 m_src_vertices.remove_all();
/haiku/src/libs/icon/transformer/
H A DPathSource.cpp68 fAGGPath.remove_all();
/haiku/src/servers/app/drawing/Painter/
H A Dagg_scanline_storage_subpix.h148 m_covers.remove_all();
149 m_scanlines.remove_all();
150 m_spans.remove_all();
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapGeneric.h83 path.remove_all();

Completed in 129 milliseconds

12