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

  /external/pdfium/third_party/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_vcgen_dash.cpp 108 while(!is_stop(cmd)) {
agg_basics.h 177 inline bool is_stop(unsigned c) function in namespace:agg
221 return is_stop(c) || is_move_to(c) || is_end_poly(c);
agg_vcgen_stroke.cpp 94 while(!is_stop(cmd)) {
agg_rasterizer_scanline_aa.h 381 while(!is_stop(cmd = vs.vertex(&x, &y))) {
392 while(!is_stop(cmd = vs.vertex(&x, &y))) {
  /external/libxcam/tests/
test-pipe-manager.cpp 36 static bool is_stop = false; variable
169 is_stop = true;
450 while (!is_stop) {

Completed in 1920 milliseconds