HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 401 - 425 of 5026) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 44 std::min(a.left(), b.left()),
56 rect->left(), bounds.bottom() - rect->bottom(),
127 desktop_config.displays[0].pixel_bounds.left() * scaling_factor,
153 bool operator==(const MacDisplayConfiguration& left,
155 return left.id == right.id &&
156 left.bounds.equals(right.bounds) &&
157 left.pixel_bounds.equals(right.pixel_bounds) &&
158 left.dip_to_pixel_scale == right.dip_to_pixel_scale;
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_mac_cocoa_impl.mm 108 const float left,
123 nsOpenGLChannel = _ptrCocoaRender->CreateNSGLChannel(streamId, zOrder, left, top, right, bottom);
143 float& left,
148 return _ptrCocoaRender->GetChannelProperties(streamId, zOrder, left, top, right, bottom);
213 const float left,
223 const float left,
242 const float left,
247 return _ptrCocoaRender->SetText(textId, text, textLength, textColorRef, backgroundColorRef, left, top, right, bottom);
253 const float left,
  /bootable/recovery/edify/
parser.y 59 %left ';'
60 %left ','
61 %left OR
62 %left AND
63 %left EQ NE
64 %left '+'
  /cts/tests/tests/graphics/src/android/graphics/cts/
EmbossMaskFilterTest.java 61 Rect left = new Rect(0, 0, CENTER_X, BITMAP_HEIGHT); local
65 assertTrue(brightness(bitmap, left) > brightness(bitmap, right));
72 left.right = START_X;
73 assertEquals(0, brightness(bitmap, left));
74 right.left = END_X;
85 for (int x = rect.left; x < rect.right; x++) {
  /external/chromium-trace/trace-viewer/src/ui/
quad_stack.css 27 left: 0;
34 url('../images/chrome-left.png'),
37 background-position: left top, right top, left top;
  /external/chromium_org/chrome/browser/resources/
about_version.css 13 margin-left: auto;
39 margin-left: 40px;
61 padding-left: 5px;
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
step_bubble.css 19 margin-left: 20px;
26 margin-left: 20px;
36 margin-left: 18px;
  /external/chromium_org/chrome/browser/resources/print_preview/common/
search_bubble.css 7 left: 0;
34 left: -1px;
52 left: 53px;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
InspectedPagePlaceholder.js 14 this._margins = { top: 0, right: 0, bottom: 0, left: 0 };
27 var margins = { top: 0, right: 0, bottom: 0, left: 0 };
30 var adjacent = { top: true, right: true, bottom: true, left: true };
46 if (this._margins.top !== margins.top || this._margins.left !== margins.left || this._margins.right !== margins.right || this._margins.bottom !== margins.bottom) {
81 var width = rect.width - (this._margins.left + this._margins.right) / zoomFactor;
106 var left = Math.max(rect.left * zoomFactor + this._margins.left, bodyRect.left * zoomFactor)
    [all...]
  /external/chromium_org/third_party/icu/
icu4c.css 48 border-left: 2px solid #22d;
50 padding-left: 4px;
74 padding-left: 0;
75 margin-left: 1em;
93 margin-left: 1.5em;
112 margin-left: 1.8em;
115 padding-left: 0.75em;
121 margin-left: 2em;
125 * Navigation sidebar on the left hand of most pages
134 padding-left: 0.2em
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
log_writer.cc 29 size_t left = slice.size(); local
53 const size_t fragment_length = (left < avail) ? left : avail;
56 const bool end = (left == fragment_length);
69 left -= fragment_length;
71 } while (s.ok() && left > 0);
  /external/chromium_org/third_party/polymer/components/core-header-panel/
core-header-panel.css 20 left: 0;
40 left: 0;
69 left: 0;
  /external/chromium_org/third_party/polymer/components-chromium/core-header-panel/
core-header-panel.css 20 left: 0;
40 left: 0;
69 left: 0;
  /external/chromium_org/third_party/webrtc/modules/video_render/include/
video_render.h 94 * left - position of the stream in the window, [0.0f, 1.0f]
104 const float left, const float top,
131 * left - [out] position of the stream in the window, [0.0f, 1.0f]
139 float& left, float& top,
228 const float left,
245 const float left,
257 const float left, const float top,
265 const float left, const float top,
  /external/chromium_org/third_party/webrtc/modules/video_render/
video_render_impl.h 72 const float left, const float top,
93 float& left, float& top,
177 const float left, const float top,
182 const float left, const float top,
192 const float left, const float top,
200 const float left, const float top,
  /external/chromium_org/ui/login/account_picker/
screen_account_picker.css 25 left: -50%;
35 left: -50%;
43 left: auto;
  /external/icu/icu4c/
icu4c.css 48 border-left: 2px solid #22d;
50 padding-left: 4px;
74 padding-left: 0;
75 margin-left: 1em;
93 margin-left: 1.5em;
112 margin-left: 1.8em;
115 padding-left: 0.75em;
121 margin-left: 2em;
125 * Navigation sidebar on the left hand of most pages
134 padding-left: 0.2em
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
sobeloperator.cpp 45 const int left = (j > 0)? -4 : 0; local
53 (*(dataPtr + curr + c + right) - *(dataPtr + curr + c + left)) * 2 +
54 *(dataPtr + above + c + right) - *(dataPtr + above + c + left) +
55 *(dataPtr + below + c + right) - *(dataPtr + below + c + left);
58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) +
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathDestructionActivity.java 59 float left, top, right, bottom; local
60 left = MathUtils.random(getWidth() - MIN_SIZE);
62 right = left + MathUtils.random(getWidth() - left);
65 path.moveTo(left, top);
68 path.lineTo(left, bottom);
  /external/chromium_org/v8/tools/
splaytree.js 80 node.left = this.root_;
85 node.left = this.root_.left;
86 this.root_.left = null;
109 if (!this.root_.left) {
113 this.root_ = this.root_.left;
148 while (current.left) {
149 current = current.left;
182 // the left subtree.
185 } else if (this.root_.left) {
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.c 58 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right)
60 return right->thread->tid - left->thread->tid;
80 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right)
82 return right->thread->tid - left->thread->tid;
86 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right)
88 char *comm_l = left->thread->comm;
134 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right)
136 return _sort__dso_cmp(left->ms.map, right->ms.map);
183 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right)
185 if (!left->ms.sym && !right->ms.sym
    [all...]
  /external/fio/lib/
prio_tree.c 99 prev->left = last;
107 node->left = first;
113 last->left = root->prio_tree_node;
114 last->left->parent = last;
139 if (old->parent->left == old)
140 old->parent->left = node;
146 node->left = old->left;
147 old->left->parent = node;
221 cur->left = node
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_windows_impl.cc 98 const float left,
111 renderCallback = _ptrRendererWin->CreateChannel(streamId, zOrder, left,
136 float& left,
143 left = 0;
154 error = _ptrRendererWin->GetStreamSettings(streamId, 0, zOrder, left,
246 const float left,
258 error = _ptrRendererWin->SetCropping(streamId, 0, left, top, right,
267 const float left,
279 error = _ptrRendererWin->ConfigureRenderer(streamId, 0, zOrder, left,
307 const float left,
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListCtrl.cpp 30 if (m_ptScroll.x < m_rcContent.left)
31 m_ptScroll.x = m_rcContent.left;
115 rcClient.left - m_ptScroll.x,
135 m_rcContent.left = 0;
168 FX_RECT rcClip((FX_INT32)rcTemp.left,
214 return CPDF_Point(point.x + rcClient.left - m_ptScroll.x,
222 return CPDF_Point(point.x - rcClient.left + m_ptScroll.x,
230 return CPDF_Rect(rect.left + rcClient.left - m_ptScroll.x,
232 rect.right + rcClient.left - m_ptScroll.x,
    [all...]
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 307 size_t left = testCase->dataSize(); local
309 while (left > 0)
314 if (chunk_size > left)
316 chunk_size = left;
317 left = 0;
321 left -= chunk_size;
378 size_t left = size; local
379 while (left > 0)
381 if (chunk_size > left)
383 chunk_size = left;
440 size_t left = testCase->dataSize(); local
571 size_t left = testCase->dataSize(); local
    [all...]

Completed in 396 milliseconds

<<11121314151617181920>>