Searched refs:add_span (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_scanline_u.h97 void add_span(int x, unsigned len, unsigned cover) function in class:agg::scanline_u
H A Dagg_rasterizer_scanline_aa.h149 void add_span(int x, int len, int) function in class:agg::scanline_hit_test
358 sl.add_span(x, cur_cell->x - x, alpha);
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc301 location_->add_span(parser_->input_->current().line);
302 location_->add_span(parser_->input_->current().column);
327 location_->add_span(parser_->input_->current().line);
328 location_->add_span(parser_->input_->current().column);
353 location_->add_span(token.line);
355 location_->add_span(token.end_column);
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc5431 loc_msg->add_span(4);
5432 loc_msg->add_span(5);
5433 loc_msg->add_span(6);
H A Ddescriptor.pb.h2741 inline void add_span(::google::protobuf::int32 value);
6523 inline void SourceCodeInfo_Location::add_span(::google::protobuf::int32 value) { function in class:google::protobuf::SourceCodeInfo_Location

Completed in 355 milliseconds