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

  /external/chromium_org/chrome/browser/ui/ash/
window_positioner.h 33 gfx::Rect GetPopupPosition(const gfx::Rect& old_pos);
40 gfx::Rect SmartPopupPosition(const gfx::Rect& old_pos,
45 gfx::Rect NormalPopupPosition(const gfx::Rect& old_pos,
window_positioner.cc 34 gfx::Rect WindowPositioner::GetPopupPosition(const gfx::Rect& old_pos) {
54 if ((old_pos.width() + popup_position_offset_from_screen_corner_x >=
56 (old_pos.height() + popup_position_offset_from_screen_corner_y >=
58 return AlignPopupPosition(old_pos, work_area, grid);
59 const gfx::Rect result = SmartPopupPosition(old_pos, work_area, grid);
62 return NormalPopupPosition(old_pos, work_area);
66 const gfx::Rect& old_pos,
68 int w = old_pos.width();
69 int h = old_pos.height();
99 const gfx::Rect& old_pos,
    [all...]
  /external/chromium_org/v8/src/
scanner-character-streams.cc 139 unsigned old_pos = pos_; local
142 return pos_ - old_pos;
174 unsigned old_pos = pos_; local
179 return pos_ - old_pos;
280 int old_pos = raw_data_pos_; local
283 ASSERT(old_pos - raw_data_pos_ <= 4);
285 if (old_pos - raw_data_pos_ == 4) raw_character_position_--;
294 int old_pos = raw_data_pos_; local
297 ASSERT(raw_data_pos_ - old_pos <= 4);
298 if (raw_data_pos_ - old_pos == 4) raw_character_position_++
    [all...]
  /external/v8/src/
scanner-character-streams.cc 137 unsigned old_pos = pos_; local
140 return pos_ - old_pos;
172 unsigned old_pos = pos_; local
177 return pos_ - old_pos;
278 int old_pos = raw_data_pos_; local
281 ASSERT(old_pos - raw_data_pos_ <= 4);
283 if (old_pos - raw_data_pos_ == 4) raw_character_position_--;
292 int old_pos = raw_data_pos_; local
295 ASSERT(raw_data_pos_ - old_pos <= 4);
296 if (raw_data_pos_ - old_pos == 4) raw_character_position_++
    [all...]
  /external/qemu/audio/
dsoundaudio.c 78 DWORD old_pos; member in struct:__anon26587
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/net/tools/flip_server/
mem_cache.cc 153 size_t old_pos = 0; local
155 old_pos = pos;
158 if (framer.Error() || pos == old_pos) {
  /external/chromium_org/net/tools/flip_server/
mem_cache.cc 154 size_t old_pos = 0; local
156 old_pos = pos;
159 if (framer.Error() || pos == old_pos) {
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc 1261 unsigned int old_pos = i - 1; local
1467 unsigned int old_pos = i; local
1485 unsigned int old_pos = i; local
    [all...]
hb-ot-layout-gsubgpos-private.hh 953 unsigned int old_pos = c->buffer->idx; local
961 i += c->buffer->idx - old_pos;
988 unsigned int old_pos = c->buffer->idx; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 1261 unsigned int old_pos = i - 1; local
1467 unsigned int old_pos = i; local
1485 unsigned int old_pos = i; local
    [all...]
hb-ot-layout-gsubgpos-private.hh 953 unsigned int old_pos = c->buffer->idx; local
961 i += c->buffer->idx - old_pos;
988 unsigned int old_pos = c->buffer->idx; local
    [all...]
  /external/linux-tools-perf/util/
callchain.c 403 int old_pos = cursor->nr; local
427 cursor->nr = old_pos;
  /external/harfbuzz/src/
harfbuzz-gsub.c 1085 HB_UInt i, old_pos; local
1094 old_pos = buffer->in_pos;
1103 i += buffer->in_pos - old_pos;
    [all...]
harfbuzz-gpos.c 3079 HB_UInt i, old_pos; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub.c 1085 HB_UInt i, old_pos; local
1094 old_pos = buffer->in_pos;
1103 i += buffer->in_pos - old_pos;
    [all...]
harfbuzz-gpos.c 3079 HB_UInt i, old_pos; local
    [all...]

Completed in 405 milliseconds