Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_path_storage.h67 if(is_move_to(cmd) && solid_path && m_total_vertices) {
83 if(is_move_to(cmd) && solid_path && m_total_vertices) {
Dagg_basics.h182 inline bool is_move_to(unsigned c) in is_move_to() function
221 return is_stop(c) || is_move_to(c) || is_end_poly(c); in is_next_poly()
Dagg_conv_adaptor_vcgen.h105 if(is_move_to(cmd)) { in vertex()
Dagg_vcgen_dash.cpp86 if(is_move_to(cmd)) { in add_vertex()
Dagg_vcgen_stroke.cpp56 if(is_move_to(cmd)) { in add_vertex()
Dagg_rasterizer_scanline_aa.h234 if(is_move_to(cmd)) { in add_vertex()