Searched refs:left (Results 351 - 375 of 2877) sorted by relevance

<<11121314151617181920>>

/external/guava/guava/src/com/google/common/primitives/
H A DSignedBytes.java179 public int compare(byte[] left, byte[] right) { argument
180 int minLength = Math.min(left.length, right.length);
182 int result = SignedBytes.compare(left[i], right[i]);
187 return left.length - right.length;
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftpfr.h110 * left :: Index of the left glyph.
130 FT_UInt left,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftpfr.h110 * left :: Index of the left glyph.
130 FT_UInt left,
/external/skia/experimental/Intersection/
H A DLineIntersection.h13 int horizontalLineIntersect(const _Line& line, double left, double right,
/external/skia/src/gpu/
H A DGrRenderTarget.cpp16 bool GrRenderTarget::readPixels(int left, int top, int width, int height, argument
27 left, top, width, height,
32 void GrRenderTarget::writePixels(int left, int top, int width, int height, argument
43 left, top, width, height,
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A Djsilver.sablecc450 = {or} [left]:expression or [right]:and_expression // x.y || a.b
451 {->New expression.or(left.expression, right.expression)}
457 = {and} [left]:and_expression and [right]:equality // x.y && a.b
458 {->New expression.and(left.expression, right.expression)}
464 = {eq} [left]:equality eq [right]:comparison // x.y == a.b
465 {->New expression.eq(left.expression, right.expression)}
466 | {ne} [left]:equality ne [right]:comparison // x.y != a.b
467 {->New expression.ne(left.expression, right.expression)}
473 = {lt} [left]:comparison lt [right]:add_subtract // x.y < a.b
474 {->New expression.lt(left
[all...]
/external/chromium_org/ash/wm/panels/
H A Dattached_panel_window_targeter.cc56 touch = gfx::Insets(touch.top(), touch.left(), 0, touch.right());
62 touch = gfx::Insets(touch.top(), touch.left(), touch.bottom(), 0);
65 touch = gfx::Insets(0, touch.left(), touch.bottom(), touch.right());
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_contents_resizing_strategy.cc48 int left = std::min(bounds.x(), container_size.width()); local
50 int width = std::min(bounds.width(), container_size.width() - left);
52 new_contents_bounds->SetRect(left, top, width, height);
/external/chromium_org/chrome/browser/resources/local_discovery/
H A Dlocal_discovery.css35 float: left;
51 float: left;
75 text-align: left;
114 padding-left: 17px;
118 background: url('chrome://theme/IDR_CHEVRON_LEFT') left no-repeat;
121 padding-left: 23px;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
H A Dfeed.css26 margin-left: 140px;
33 clear: left;
40 float: left;
70 margin-left: 125px;
78 margin-left: 385px;
86 padding-left: 5px;
/external/chromium_org/pdf/pdfium/
H A Dpdfium_range.cc50 double left, top, right, bottom; local
51 FPDFText_GetRect(page_->GetTextPage(), i, &left, &top, &right, &bottom);
53 page_->PageToScreen(offset, zoom, left, top, right, bottom, rotation));
/external/chromium_org/skia/ext/
H A Dskia_utils_win.cc16 SK_COMPILE_ASSERT(offsetof(RECT, left) == offsetof(SkIRect, fLeft), o1);
20 SK_COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5);
38 SkRect sk_rect = { SkIntToScalar(rect.left), SkIntToScalar(rect.top),
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBorderImageLengthBox.h61 const BorderImageLength& bottom, const BorderImageLength& left)
62 : m_left(left)
69 const BorderImageLength& left() const { return m_left; } function in class:blink::BorderImageLengthBox
60 BorderImageLengthBox(const BorderImageLength& top, const BorderImageLength& right, const BorderImageLength& bottom, const BorderImageLength& left) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dspectrum.css11 left: 5px;
20 padding-left: 2px;
35 left: 5px;
43 left: 5px;
83 left: 0;
93 left: -1px;
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutBoxExtent.h44 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) argument
45 : m_top(top), m_right(right), m_bottom(bottom), m_left(left) { }
50 inline LayoutUnit left() const { return m_left; } function in class:blink::LayoutBoxExtent
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
H A Dtouch-action-tests.js34 marker.style.left = (x - kMarkerSize/2) + 'px';
43 addMarker(r.left, r.top);
45 addMarker(r.left + r.width / 2, r.top + r.height / 2);
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGCircle.cpp30 SkScalar left, top, right, bottom; local
31 left = cx - r;
36 sprintf(scratch, "%g", SkScalarToDouble(left));
37 parser._addAttribute("left", scratch);
H A DSkSVGEllipse.cpp32 SkScalar left, top, right, bottom; local
33 left = cx - rx;
38 sprintf(scratch, "%g", SkScalarToDouble(left));
39 parser._addAttribute("left", scratch);
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
H A DrootUi.css29 left: 0;
38 left: 0;
65 left: 0;
91 left: 0;
103 left: 0;
117 left: 0;
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmaptools.cc31 Box() : left(), top(), right(), bottom() {}
34 // left, top, width, height
38 if (!(ReadInt(&left) && ReadInt(&top) &&
43 if (left < 0 || top < 0 || width < 0 || height < 0) {
47 right = left + width;
53 if (left > x) left = x;
59 int width() const { return right - left; }
62 int left; member in struct:Box
119 row_size = (box.right - box.left) * pixel_strid
[all...]
/external/chromium_org/ui/gfx/win/
H A Dhwnd_util.cc48 ::SetWindowPos(hwnd, 0, bounds.left, bounds.top,
49 bounds.right - bounds.left, bounds.bottom - bounds.top,
160 window_bounds.left = center_bounds.left;
161 if (pref.width() < (center_bounds.right - center_bounds.left)) {
162 window_bounds.left +=
163 (center_bounds.right - center_bounds.left - pref.width()) / 2;
165 window_bounds.right = window_bounds.left + pref.width();
179 POINT topleft = { window_bounds.left, window_bounds.top };
181 window_bounds.left
[all...]
/external/fio/lib/
H A Drbtree.c50 struct rb_node *left = node->rb_left; local
53 if ((node->rb_left = left->rb_right))
54 rb_set_parent(left->rb_right, node);
55 left->rb_right = node;
57 rb_set_parent(left, parent);
62 parent->rb_right = left;
64 parent->rb_left = left;
67 root->rb_node = left;
68 rb_set_parent(node, left);
233 struct rb_node *old = node, *left; local
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DLexicographicalOrdering.java41 Iterator<T> left = leftIterable.iterator();
43 while (left.hasNext()) {
47 int result = elementOrder.compare(left.next(), right.next());
/external/lzma/CPP/7zip/Archive/Common/
H A DMultiStream.cpp17 int left = 0, mid = _streamIndex, right = Streams.Size(); local
24 left = mid + 1;
30 mid = (left + right) / 2;
/external/skia/src/svg/
H A DSkSVGCircle.cpp30 SkScalar left, top, right, bottom; local
31 left = cx - r;
36 sprintf(scratch, "%g", SkScalarToDouble(left));
37 parser._addAttribute("left", scratch);

Completed in 1297 milliseconds

<<11121314151617181920>>