Searched defs:row_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.h79 // Updates |rect_| based on the current |row_| and |row_span_|. If
84 Rows::const_iterator row_; member in class:webrtc::DesktopRegion::Iterator
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtyped_urls_helper.cc72 : url_(url), row_(row), wait_event_(event), found_(found) {}
77 *found_ = backend->GetURL(url_, row_);
88 history::URLRow* row_; member in class:__anon4844::GetUrlTask
/external/chromium_org/third_party/libwebp/utils/
H A Dquant_levels_dec.c47 int row_; // current input row being processed member in struct:__anon13301
101 if (p->row_ >= 0 && p->row_ < p->height_ - 1) {
137 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE];
240 p->row_ = -radius;
266 for (; p.row_ < p.height_; ++p.row_) {
270 if (p.row_ >= p.radius_) {
/external/webp/src/utils/
H A Dquant_levels_dec.c47 int row_; // current input row being processed member in struct:__anon33398
101 if (p->row_ >= 0 && p->row_ < p->height_ - 1) {
137 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE];
240 p->row_ = -radius;
266 for (; p.row_ < p.height_; ++p.row_) {
270 if (p.row_ >= p.radius_) {

Completed in 1039 milliseconds