HomeSort by relevance Sort by last modified time
    Searched refs:y_offset_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.h 43 int y_offset() const { return y_offset_; }
160 int y_offset_; member in class:StatusBubbleGtk
status_bubble_gtk.cc 44 y_offset_(0),
173 int old_y_offset = y_offset_;
178 y_offset_ = 0;
214 y_offset_ = 0;
221 y_offset_ = std::min(-1 * distance, requisition.height);
225 y_offset_ = 0;
229 if (y_offset_ != old_y_offset || flip_horizontally_ != old_flip_horizontally)
  /external/webp/src/enc/
vp8enci.h 252 int y_offset_, uv_offset_; // offset to the luma / chroma planes member in struct:__anon15244
iterator.c 45 it->y_offset_ = 0;

Completed in 44 milliseconds