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

  /external/chromium_org/ash/wm/
window_positioner.h 86 gfx::Rect GetPopupPosition(const gfx::Rect& old_pos);
97 gfx::Rect SmartPopupPosition(const gfx::Rect& old_pos,
102 gfx::Rect NormalPopupPosition(const gfx::Rect& old_pos,
window_positioner.cc 433 gfx::Rect WindowPositioner::GetPopupPosition(const gfx::Rect& old_pos) {
453 if ((old_pos.width() + popup_position_offset_from_screen_corner_x >=
455 (old_pos.height() + popup_position_offset_from_screen_corner_y >=
457 return AlignPopupPosition(old_pos, work_area, grid);
458 const gfx::Rect result = SmartPopupPosition(old_pos, work_area, grid);
461 return NormalPopupPosition(old_pos, work_area);
470 const gfx::Rect& old_pos,
472 int w = old_pos.width();
473 int h = old_pos.height();
503 const gfx::Rect& old_pos,
    [all...]
  /external/qemu/audio/
dsoundaudio.c 78 DWORD old_pos; member in struct:__anon12923
578 DWORD wpos, ppos, old_pos; local
608 old_pos = wpos;
609 old_pos +=
611 old_pos %= bufsize;
612 old_pos &= ~hw->info.align;
615 old_pos = wpos;
623 if (ds->old_pos == ppos) {
625 dolog ("old_pos == ppos\n");
631 ds->played += audio_ring_dist (ds->old_pos, ppos, hw->bufsize)
    [all...]
fmodaudio.c 34 unsigned int old_pos; member in struct:FMODVoiceOut
243 int old_pos = fmd->old_pos; local
246 if (ppos == old_pos || !ppos) {
250 if ((old_pos < ppos) && ((old_pos + len) > ppos)) {
251 len = ppos - old_pos;
254 if ((old_pos > ppos) && ((old_pos + len) > (ppos + hw->samples))) {
255 len = hw->samples - old_pos + ppos
    [all...]
  /external/chromium_org/chrome/browser/media/
desktop_media_list_ash.cc 125 size_t old_pos = pos + 1; local
126 for (; old_pos < sources_.size(); ++old_pos) {
127 if (sources_[old_pos].id == new_sources[pos].id)
130 DCHECK(sources_[old_pos].id == new_sources[pos].id);
132 // Move the source from |old_pos| to |pos|.
133 Source temp = sources_[old_pos];
134 sources_.erase(sources_.begin() + old_pos);
137 observer_->OnSourceMoved(old_pos, pos);
native_desktop_media_list.cc 333 size_t old_pos = pos + 1; local
334 for (; old_pos < sources_.size(); ++old_pos) {
335 if (sources_[old_pos].id == new_sources[pos].id)
338 DCHECK(sources_[old_pos].id == new_sources[pos].id);
340 // Move the source from |old_pos| to |pos|.
341 Source temp = sources_[old_pos];
342 sources_.erase(sources_.begin() + old_pos);
345 observer_->OnSourceMoved(old_pos, pos);
  /external/chromium_org/v8/src/
scanner-character-streams.cc 142 unsigned old_pos = pos_; local
145 return pos_ - old_pos;
206 unsigned old_pos = pos_; local
211 return pos_ - old_pos;
294 int old_pos = raw_data_pos_; local
297 DCHECK(old_pos - raw_data_pos_ <= 4);
299 if (old_pos - raw_data_pos_ == 4) raw_character_position_--;
308 int old_pos = raw_data_pos_; local
311 DCHECK(raw_data_pos_ - old_pos <= 4);
312 if (raw_data_pos_ - old_pos == 4) raw_character_position_++
    [all...]
  /external/chromium_org/net/tools/flip_server/
mem_cache.cc 150 size_t old_pos = 0; local
152 old_pos = pos;
155 if (framer.Error() || pos == old_pos) {
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc 1450 unsigned int old_pos = i - 1; local
1668 unsigned int old_pos = i; local
1686 unsigned int old_pos = i; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 1449 unsigned int old_pos = i - 1; local
1667 unsigned int old_pos = i; local
1685 unsigned int old_pos = i; local
    [all...]
  /external/freetype/src/gzip/
ftgzip.c 581 FT_ULong old_pos; local
585 old_pos = stream->pos;
592 (void)FT_Stream_Seek( stream, old_pos );
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
callchain.c 404 int old_pos = cursor->nr; local
428 cursor->nr = old_pos;
  /external/wpa_supplicant_8/src/ap/
beacon.c 314 u8 *old_pos = pos; local
322 if (pos != old_pos) {

Completed in 807 milliseconds