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

<<21222324252627282930>>

  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.css 18 padding-left: 15px;
27 padding-left: 15px;
  /external/chromium_org/cc/resources/
layer_tiling_data.cc 73 int* left,
83 *left = tiling_data_.TileXIndexFromSrcCoord(content_rect.x());
104 int left, top, right, bottom; local
106 gfx::Rect(tiling_size), &left, &top, &right, &bottom); local
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
RatingView.java 31 /** Stores whether or not the layout is left-to-right. */
74 // Start off on the left for LTR mode, on the right for RTL.
77 mDrawingRect.left = mIsLayoutLTR ? 0 : (canvas.getWidth() - starSize);
78 mDrawingRect.right = mDrawingRect.left + starSize;
90 mDrawingRect.left += (mIsLayoutLTR ? 1 : -1) * starSize;
91 mDrawingRect.right = mDrawingRect.left + starSize;
  /external/chromium_org/chrome/browser/resources/net_internals/
logs_view.css 28 float: left;
44 text-align: left;
  /external/chromium_org/chrome/browser/resources/options/
language_dictionary_overlay.css 18 margin-left: 16em;
29 left: 32px;
  /external/chromium_org/chrome/test/chromedriver/js/
get_element_region.js 30 'left': leftX,
42 'left': Math.max(0, centerX - radius),
63 'left': minX,
73 'left': 0,
82 'left': clientRect.left - box.left,
84 'width': clientRect.right - clientRect.left,
  /external/chromium_org/components/dom_distiller/core/
article_entry.h 26 bool AreEntriesEqual(const ArticleEntry& left, const ArticleEntry& right);
  /external/chromium_org/content/renderer/
disambiguation_popup_helper.cc 73 int left = touch_point.x() - zoom_rect.x(); local
77 TrimEdges(&left, &right, max_size.width());
80 return gfx::Rect(touch_point.x() - left,
82 left + right,
  /external/chromium_org/ppapi/generators/
idl_propertynode.py 84 left = BuildNode('Left', ['Left=Left'])
86 top = BuildNode('Top', ['Left=Top', 'Right=Top'], [left, right])
88 errors += ExpectProp(top, 'Left', 'Top')
91 errors += ExpectProp(left, 'Left', 'Left')
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMRectReadOnly.h 25 double left() const { return std::min(m_x, m_x + m_width); } function in class:blink::DOMRectReadOnly
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
elementsPanel.css 33 padding-left: 0;
57 margin-left: 8px;
62 left: 1px;
105 margin-left: 3px;
106 padding-left: 2px;
172 .metrics .left {
222 margin-left: 0;
226 margin-left: -6px;
245 left: -36px; /* outdent to compensate for the top-level property indent */
271 margin-left: 5px
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
colorSuggestionPicker.css 39 float: left;
43 float: left;
  /external/chromium_org/third_party/bintrees/bintrees/
rbtree.py 44 __slots__ = ['key', 'value', 'red', 'left', 'right']
50 self.left = None
54 self.left = None
60 """ x.__getitem__(key) <==> x[key], where key is 0 (left) or 1 (right) """
61 return self.left if key == 0 else self.right
64 """ x.__setitem__(key, value) <==> x[key]=value, where key is 0 (left) or 1 (right) """
66 self.left = value
129 _clear(node.left)
173 elif is_red(node.left) and is_red(node.right): # Color flip
175 node.left.red = Fals
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftpfr.h 110 * left :: Index of the left glyph.
130 FT_UInt left,
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svpfr.h 41 FT_UInt left,
  /external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
vp9_rtcd.h 67 void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
70 void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
73 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
76 void vp9_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
79 void vp9_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
82 void vp9_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
85 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
88 void vp9_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
91 void vp9_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
94 void vp9_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vpx_scale_test.cc 83 uint8_t *left = buf - padding; local
90 vpx_memset(left, left[padding], padding);
92 left += stride;
96 left = buf - padding;
97 uint8_t *top = left - (stride * padding);
102 // The first row was already extended to the left and right. Copy it up.
104 vpx_memcpy(top, left, extend_width);
108 uint8_t *bottom = left + (crop_height * stride);
110 vpx_memcpy(bottom, left + (crop_height - 1) * stride, extend_width)
    [all...]
  /external/chromium_org/third_party/polymer/components/paper-slider/
paper-slider.css 23 float: left;
30 left: 16px;
40 left: 15px;
64 left: 0;
71 transition: left 0.08s ease;
121 left: 0;
124 margin-left: 3px;
149 left: 0;
  /external/chromium_org/third_party/polymer/components/paper-toggle-button/
paper-toggle-button.css 27 left: 16px;
44 left: 0;
  /external/chromium_org/third_party/polymer/components-chromium/paper-slider/
paper-slider.css 23 float: left;
30 left: 16px;
40 left: 15px;
64 left: 0;
71 transition: left 0.08s ease;
121 left: 0;
124 margin-left: 3px;
149 left: 0;
  /external/chromium_org/third_party/polymer/components-chromium/paper-toggle-button/
paper-toggle-button.css 27 left: 16px;
44 left: 0;
  /external/chromium_org/third_party/skia/src/core/
SkBlitter.cpp 277 void SkRectClipBlitter::blitH(int left, int y, int width) {
284 int right = left + width;
286 if (left < fClipRect.fLeft) {
287 left = fClipRect.fLeft;
293 width = right - left;
295 fBlitter->blitH(left, y, width);
299 void SkRectClipBlitter::blitAntiH(int left, int y, const SkAlpha aa[],
301 if (!y_in_rect(y, fClipRect) || left >= fClipRect.fRight) {
305 int x0 = left;
306 int x1 = left + compute_anti_width(runs)
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsLine.cpp 31 // isLeft(): tests if a point is Left|On|Right of an infinite line.
33 // Return: >0 for P2 left of the line through P0 and P1
126 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) {
128 if (xy.fX == left) {
138 double SkDLine::NearPointH(const SkDPoint& xy, double left, double right, double y) {
142 if (!AlmostBetweenUlps(left, xy.fX, right)) {
145 double t = (xy.fX - left) / (right - left);
148 double realPtX = (1 - t) * left + t * right;
152 double tiniest = SkTMin(SkTMin(y, left), right)
    [all...]
  /external/chromium_org/third_party/skia/src/svg/
SkSVGRect.cpp 30 SVG_ADD_ATTRIBUTE_ALIAS(left, x);
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
open_gles20.h 35 const float left,

Completed in 743 milliseconds

<<21222324252627282930>>