OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottom_row
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc
556
Rows::const_iterator
bottom_row
= row_;
local
559
bottom =
bottom_row
->second->bottom;
560
previous =
bottom_row
;
561
++
bottom_row
;
562
} while (
bottom_row
!= region_.rows_.end() &&
563
previous->second->bottom ==
bottom_row
->second->top &&
564
IsSpanInRow(*
bottom_row
->second, *row_span_));
/external/opencv/cv/src/
cvfilter.cpp
[
all
...]
/external/opencv3/modules/imgproc/test/
test_color.cpp
1650
T*
bottom_row
= dst.ptr<T>(dst.rows-1);
local
[
all
...]
Completed in 186 milliseconds