Searched refs:is_stop (Results 1 - 25 of 27) sorted by relevance

12

/haiku/headers/libs/agg/
H A Dagg_conv_marker.h92 while(!is_stop(cmd))
108 if(is_stop(m_marker_locator->vertex(&x1, &y1)))
113 if(is_stop(m_marker_locator->vertex(&x2, &y2)))
127 if(is_stop(cmd))
H A Dagg_conv_concat.h48 if(!is_stop(cmd)) return cmd;
54 if(!is_stop(cmd)) return cmd;
H A Dagg_conv_adaptor_vcgen.h103 if(is_stop(m_last_cmd)) return path_cmd_stop;
126 if(is_stop(cmd))
143 if(is_stop(cmd))
H A Dagg_path_length.h36 while(!is_stop(cmd = vs.vertex(&x2, &y2)))
H A Dagg_trans_single_path.h65 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_trans_double_path.h73 while(!is_stop(cmd = vs1.vertex(&x, &y)))
89 while(!is_stop(cmd = vs2.vertex(&x, &y)))
H A Dagg_bounding_rect.h47 while(!is_stop(cmd = vs.vertex(&x, &y)))
89 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_conv_close_polygon.h84 if(is_stop(cmd))
H A Dagg_conv_curve.h146 if(!is_stop(m_curve3.vertex(x, y)))
153 if(!is_stop(m_curve4.vertex(x, y)))
H A Dagg_rasterizer_outline.h101 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_conv_adaptor_vpgen.h73 if(!is_stop(cmd)) break;
H A Dagg_path_storage.h726 while(!is_stop(cmd = vs.vertex(&x, &y)))
742 if(!is_stop(cmd))
758 if(is_stop(cmd0))
769 while(!is_stop(cmd = vs.vertex(&x, &y)))
811 if(!is_stop(m_vertices.last_command()))
1290 if(is_stop(m_vertices.command(start)))
H A Dagg_basics.h404 //-----------------------------------------------------------------is_stop
405 inline bool is_stop(unsigned c) function in namespace:agg
456 return is_stop(c) || is_move_to(c) || is_end_poly(c);
H A Dagg_rasterizer_scanline_aa.h196 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_rasterizer_outline_aa.h173 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_rasterizer_compound_aa.h150 while(!is_stop(cmd = vs.vertex(&x, &y)))
/haiku/src/libs/agg/src/
H A Dagg_rounded_rect.cpp118 if(is_stop(cmd)) m_status++;
129 if(is_stop(cmd)) m_status++;
140 if(is_stop(cmd)) m_status++;
151 if(is_stop(cmd)) m_status++;
H A Dagg_arc.cpp67 if(is_stop(m_path_cmd)) return path_cmd_stop;
H A Dagg_vcgen_contour.cpp105 while(!is_stop(cmd))
H A Dagg_vcgen_dash.cpp145 while(!is_stop(cmd))
H A Dagg_vcgen_bspline.cpp129 while(!is_stop(cmd))
H A Dagg_vcgen_smooth_poly1.cpp105 while(!is_stop(cmd))
H A Dagg_vcgen_stroke.cpp88 while(!is_stop(cmd))
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp644 while (!agg::is_stop(cmd)) {
864 while (!agg::is_stop(cmd)) {
881 while (!agg::is_stop(cmd)) {
/haiku/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h116 while(!is_stop(cmd = vs.vertex(&x, &y)))

Completed in 129 milliseconds

12