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

/external/pdfium/third_party/agg23/
H A Dagg_conv_adaptor_vcgen.h95 if(is_stop(m_last_cmd)) {
113 if(is_stop(cmd)) {
127 if(is_stop(cmd)) {
H A Dagg_path_storage.h66 while(!is_stop(cmd = vs.vertex(&x, &y))) {
82 while(!is_stop(cmd = vs.vertex_curve_flag(&x, &y, flag))) {
H A Dagg_basics.h177 inline bool is_stop(unsigned c) function in namespace:agg
221 return is_stop(c) || is_move_to(c) || is_end_poly(c);
H A Dagg_vcgen_dash.cpp109 while(!is_stop(cmd)) {
H A Dagg_vcgen_stroke.cpp95 while(!is_stop(cmd)) {
H A Dagg_rasterizer_scanline_aa.h381 while(!is_stop(cmd = vs.vertex(&x, &y))) {
392 while(!is_stop(cmd = vs.vertex(&x, &y))) {

Completed in 194 milliseconds