Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_rasterizer_scanline_aa.h152 void add_span(int x, int len, int) in add_span() function
361 sl.add_span(x, cur_cell->x - x, alpha); in sweep_scanline()
Dagg_scanline_u.h97 void add_span(int x, unsigned len, unsigned cover) in add_span() function
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc340 location_->add_span(parser_->input_->current().line); in LocationRecorder()
341 location_->add_span(parser_->input_->current().column); in LocationRecorder()
366 location_->add_span(parser_->input_->current().line); in Init()
367 location_->add_span(parser_->input_->current().column); in Init()
392 location_->add_span(token.line); in EndAt()
394 location_->add_span(token.end_column); in EndAt()
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc6543 loc_msg->add_span(4); in TEST_F()
6544 loc_msg->add_span(5); in TEST_F()
6545 loc_msg->add_span(6); in TEST_F()
Ddescriptor.pb.h3251 void add_span(::google::protobuf::int32 value);
7243 inline void SourceCodeInfo_Location::add_span(::google::protobuf::int32 value) { in add_span() function
Ddescriptor.pb.cc14118 void SourceCodeInfo_Location::add_span(::google::protobuf::int32 value) { in add_span() function in google::protobuf::SourceCodeInfo_Location