Home
last modified time | relevance | path

Searched refs:col_end (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/gil/test/core/image_view/
Dy_iterator.cpp36 BOOST_TEST(view.y_at(0, 2) == view.col_end(0)); in test_y_at()
37 BOOST_TEST(view.y_at(1, 2) == view.col_end(1)); in test_y_at()
50 BOOST_TEST(view.y_at(0, 2) == view.col_end(0)); in test_y_at()
51 BOOST_TEST(view.y_at(1, 2) == view.col_end(1)); in test_y_at()
76 BOOST_TEST(view.col_begin(0) == view.col_end(0)); in test_col_end()
85 BOOST_TEST(view.col_begin(0) == view.col_end(0)); in test_col_end()
99 view.col_end(0); // BUG: Boost 1.72 always asserts in test_issue_432()
Dxy_locator.cpp102 BOOST_TEST(view.xy_at(0, 2).y() == view.col_end(0)); in test_xy_y_end()
103 BOOST_TEST(view.xy_at(1, 2).y() == view.col_end(1)); in test_xy_y_end()
108 BOOST_TEST(view.xy_at(0, 2).y() == view.col_end(0)); in test_xy_y_end()
109 BOOST_TEST(view.xy_at(1, 2).y() == view.col_end(1)); in test_xy_y_end()
Daxis_iterator.cpp81 BOOST_TEST(axit == view.col_end(0)); in test_axis_1()
/third_party/jerryscript/tools/vera++/scripts/rules/
Djerry_typecast_space_parentheses.tcl17 proc check_part_of_the_file {file line_num col_start col_end} { argument
18 if {$col_start == $col_end} {
23 set line [string range $line $col_start $col_end]
Djerry_no_space_before_closing_parentheses.tcl17 proc check_part_of_the_file {file line_num col_start col_end} { argument
18 if {$col_start == $col_end} {
23 set line [string range $line $col_start $col_end]
Djerry_identifier_no_space_bracket.tcl17 proc check_part_of_the_file {file line_num col_start col_end} { argument
18 if {$col_start == $col_end} {
23 set line [string range $line $col_start $col_end]
Djerry_pointer_declarator_space.tcl17 proc check_part_of_the_file {file line_num col_start col_end} { argument
18 if {$col_start == $col_end} {
23 set line [string range $line $col_start $col_end]
Djerry_no_space_after_opening_parentheses.tcl17 proc check_part_of_the_file {file line_num col_start col_end} { argument
18 if {$col_start == $col_end} {
23 set line [string range $line $col_start $col_end]
Djerry_funcname_space_parentheses.tcl17 proc check_part_of_the_file {file line_num col_start col_end} { argument
18 if {$col_start == $col_end} {
27 set line [string range $line $col_start $col_end]
/third_party/mindspore/mindspore/core/utils/
Dinfo.cc26 std::string HighLightLine(const std::string &line, int col_begin, int col_end, SourceLineTip tip) { in HighLightLine() argument
28 if (col_begin < col_end && col_begin != -1 && col_end <= SizeToLong(temp_line.length()) && in HighLightLine()
31 std::string trimmed = temp_line.substr(LongToSize(col_begin), LongToSize(col_end - col_begin)); in HighLightLine()
32 …std::string end = temp_line.substr(LongToSize(col_end), LongToSize(SizeToLong(temp_line.length()) … in HighLightLine()
/third_party/boost/boost/gil/concepts/
Dimage_view.hpp264 yit = view.col_end(xd); in constraints()
/third_party/boost/boost/gil/
Dimage_view.hpp362 auto col_end(x_coord_t x) const -> y_iterator in col_end() function in boost::gil::image_view
/third_party/ffmpeg/libavcodec/
Dvp9block.c1143 int w, int h, int col_end, int row_end, in mask_edges() argument
1169 if (!col_end) in mask_edges()
1194 if ((ss_h & ss_v) && (col_end & 1) && (y & 1)) { in mask_edges()
1202 if (ss_h && (col_end & 1)) in mask_edges()
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …t:3,cmyka:27,code:[0,3,5,6,7,8,10,15,21,22,24,25,29],col:29,col_begin:10,col_end:10,collect:[6,27]… property
/third_party/boost/libs/gil/doc/html/_sources/design/
Dimage_view.rst.txt98 y_iterator View::col_end (x_coord_t) const;
/third_party/boost/libs/gil/doc/design/
Dimage_view.rst98 y_iterator View::col_end (x_coord_t) const;