HomeSort by relevance Sort by last modified time
    Searched refs:is_stop (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
agg_conv_adaptor_vcgen.h 95 if(is_stop(m_last_cmd)) {
113 if(is_stop(cmd)) {
127 if(is_stop(cmd)) {
agg_path_storage.h 66 while(!is_stop(cmd = vs.vertex(&x, &y))) {
82 while(!is_stop(cmd = vs.vertex_curve_flag(&x, &y, flag))) {
agg_basics.h 174 inline bool is_stop(unsigned c) function in namespace:agg
218 return is_stop(c) || is_move_to(c) || is_end_poly(c);
fx_agg_vcgen_dash.cpp 107 while(!is_stop(cmd)) {
fx_agg_vcgen_stroke.cpp 94 while(!is_stop(cmd)) {
agg_rasterizer_scanline_aa.h 378 while(!is_stop(cmd = vs.vertex(&x, &y))) {
389 while(!is_stop(cmd = vs.vertex(&x, &y))) {

Completed in 173 milliseconds