Searched refs:left (Results 126 - 150 of 2877) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Di_video_render_win.h42 const float left,
52 float& left, float& top,
75 const float left, const float top,
81 const float left,
93 const float left, const float top,
99 const float left, const float top,
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred16_dspr2.c18 const uint8_t *above, const uint8_t *left) {
23 "lb %[tmp1], (%[left]) \n\t"
24 "lb %[tmp2], 1(%[left]) \n\t"
25 "lb %[tmp3], 2(%[left]) \n\t"
26 "lb %[tmp4], 3(%[left]) \n\t"
27 "lb %[tmp5], 4(%[left]) \n\t"
28 "lb %[tmp6], 5(%[left]) \n\t"
29 "lb %[tmp7], 6(%[left]) \n\t"
30 "lb %[tmp8], 7(%[left]) \n\t"
31 "lb %[tmp9], 8(%[left]) \
17 vp9_h_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
164 vp9_dc_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
H A Dvp9_intrapred8_dspr2.c18 const uint8_t *above, const uint8_t *left) {
22 "lb %[tmp1], (%[left]) \n\t"
23 "lb %[tmp2], 1(%[left]) \n\t"
24 "lb %[tmp3], 2(%[left]) \n\t"
25 "lb %[tmp4], 3(%[left]) \n\t"
26 "lb %[tmp5], 4(%[left]) \n\t"
27 "lb %[tmp6], 5(%[left]) \n\t"
28 "lb %[tmp7], 6(%[left]) \n\t"
29 "lb %[tmp8], 7(%[left]) \n\t"
68 : [left] "
17 vp9_h_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
73 vp9_dc_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
156 vp9_tm_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Drecord_selection_dialog.css16 border-left: 2px solid #ddd;
17 margin-left: 10px;
18 padding-left: 10px;
48 margin-left: 8px;
53 margin-left: 10px;
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtop_mid_bottom_view.js47 setGeometry: function(left, top, width, height) {
48 superClass.prototype.setGeometry.call(this, left, top, width, height);
63 this.topView_.setGeometry(left, top, width, topbarHeight);
64 this.midView_.setGeometry(left, top + topbarHeight, width,
67 this.bottomView_.setGeometry(left, top + topbarHeight + middleboxHeight,
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
H A Dttsdebug.css11 margin-left: auto;
15 border-left: solid 1px #ccc;
19 margin-left: 100px;
22 text-align: left;
25 text-align: left;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dclosebrackets.js57 for (var i = 0; i < pairs.length; i += 2) (function(left, right) {
58 if (left != right) closingBrackets += right;
59 map["'" + left + "'"] = function(cm) {
64 if (left == "'" && cm.getTokenTypeAt(cur) == "comment")
69 else if (left == right && next == right) {
70 if (cm.getRange(cur, Pos(cur.line, cur.ch + 3)) == left + left + left)
74 } else if (left == right && cur.ch > 1 &&
75 cm.getRange(Pos(cur.line, cur.ch - 2), cur) == left
[all...]
/external/javassist/src/main/javassist/compiler/ast/
H A DASTList.java25 private ASTree left; field in class:ASTList
29 left = _head;
34 left = _head;
42 public ASTree getLeft() { return left; }
46 public void setLeft(ASTree _left) { left = _left; }
55 public ASTree head() { return left; }
58 left = _head;
80 ASTree a = list.left;
129 if (list.left == oldObj) {
130 list.left
[all...]
/external/llvm/docs/_static/
H A Dllvm.css15 border-collapse: collapse; margin-top: 1em; margin-left: 1em;
33 padding-left: 8pt;
38 h1, .doc_title, .title { text-align: left; font-size: 25pt }
44 text-align: left; font-size: 12pt;
53 .doc_author { text-align: left; font-weight: bold; padding-left: 20pt }
54 .doc_text { text-align: left; padding-left: 20pt; padding-right: 10pt }
56 .doc_footer { text-align: left; padding: 0 0 0 0 }
81 h2+div, h2+p {text-align: left; paddin
[all...]
/external/zlib/src/examples/
H A Denough.c120 left: number of available bit patterns at length len
126 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6)
129 syms == 2 is not saved since that immediately leads to a single code. left
132 left ends at syms-1 since left == syms immediately results in a single code.
133 (left > sym is not allowed since that would result in an incomplete code.)
151 to the num[] array as described above for the (syms, left, len) triplet.
199 len through max inclusive, coding syms symbols, with left bit patterns of
203 local big_t count(int syms, int len, int left) argument
213 if (syms == left)
258 beenhere(int syms, int len, int left, int mem, int rem) argument
322 examine(int syms, int len, int left, int mem, int rem) argument
406 int left; /* number of unused bit patterns at this length */ local
[all...]
H A Dgzjoin.c81 unsigned left; /* bytes remaining at next */ member in struct:__anon34353
113 in->left = 0;
127 if (in->left != 0)
131 len = (long)read(in->fd, in->buf + in->left, CHUNK - in->left);
134 in->left += (unsigned)len;
135 } while (len != 0 && in->left < CHUNK);
140 #define bget(in) (in->left ? 0 : bload(in), \
141 in->left ? (in->left
176 unsigned left; local
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h235 void Set(baseType left, baseType top, baseType width, baseType height) argument
237 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::width = width, FXT_RECT::height = height; member in class:CFX_RTemplate::FXT_RECT
239 void Set(baseType left, baseType top, const FXT_SIZE &size) argument
241 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::Size(size); member in class:CFX_RTemplate::FXT_RECT
257 FXT_RECT::left = FXT_RECT::top = FXT_RECT::width = FXT_RECT::height = 0; member in class:CFX_RTemplate::FXT_RECT
261 left += p.x, top += p.y;
266 left -= p.x, top -= p.y;
271 return left
304 Inflate(baseType left, baseType top, baseType right, baseType bottom) argument
326 Deflate(baseType left, baseType top, baseType right, baseType bottom) argument
328 FXT_RECT::left += left; member in class:CFX_RTemplate::FXT_RECT
518 baseType left, top; member in class:CFX_RTemplate
530 int left; member in struct:FX_RECT
691 Inflate(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top) argument
714 Deflate(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top) argument
738 FX_FLOAT left; member in class:CFX_FloatRect
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DrevisionHistory.css37 padding-left: 0 !important;
41 padding-left: 0;
45 padding-left: 6px;
52 margin-left: 4px;
63 padding-left: 16px;
67 padding-left: 0;
77 padding-left: 16px;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DNFAFactory.java85 NFAState s = alt.left;
119 NFAState left = newState();
121 left.associatedASTNode = associatedAST;
123 transitionBetweenStates(left, right, label);
124 StateCluster g = new StateCluster(left, right);
134 * what an alt block looks like, must have extra state on left.
137 NFAState left = newState();
139 left.associatedASTNode = associatedAST;
143 left.addTransition(e);
144 StateCluster g = new StateCluster(left, righ
[all...]
/external/chromium_org/sync/internal_api/
H A Dsyncapi_internal.cc79 const sync_pb::EntitySpecifics& left,
84 if (left.has_encrypted()) {
85 if (!cryptographer->CanDecrypt(left.encrypted())) {
89 left_plaintext = cryptographer->DecryptToString(left.encrypted());
91 left_plaintext = left.SerializeAsString();
108 bool AreAttachmentMetadataEqual(const sync_pb::AttachmentMetadata& left, argument
110 if (left.SerializeAsString() == right.SerializeAsString()) {
78 AreSpecificsEqual(const Cryptographer* cryptographer, const sync_pb::EntitySpecifics& left, const sync_pb::EntitySpecifics& right) argument
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermediate.cpp47 TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &line)
53 if (left->isArray())
60 if (left->isMatrix() || left->isArray() || left->isVector() ||
61 left->getBasicType() == EbtStruct)
69 if (left->getBasicType() != EbtBool ||
70 left->isMatrix() || left->isArray() || left
46 addBinaryMath( TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &line) argument
124 addAssign( TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &line) argument
286 growAggregate( TIntermNode *left, TIntermNode *right, const TSourceLoc &line) argument
365 addComma( TIntermTyped *left, TIntermTyped *right, const TSourceLoc &line) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_reconintra.c34 // above and left are not necessarily used all the time.
39 const uint8_t *left) { \
40 type##_predictor(dst, stride, size, above, left); \
47 const uint16_t *left, int bd) { \
48 high_##type##_predictor(dst, stride, size, above, left, bd); \
73 const uint16_t *left, int bd) {
80 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1], 1);
82 dst[(bs - 1) * stride] = left[bs - 1];
87 dst[r * stride] = ROUND_POWER_OF_TWO(left[
71 high_d207_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
105 high_d63_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
123 high_d45_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
140 high_d117_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
171 high_d135_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
193 high_d153_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
221 high_v_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
233 high_h_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
245 high_tm_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
259 high_dc_128_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
272 high_dc_left_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
289 high_dc_top_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
306 high_dc_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
327 d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
356 d63_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
372 d45_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
387 d117_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
417 d135_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
438 d153_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
465 v_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
477 h_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
489 tm_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
502 dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
515 dc_left_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
532 dc_top_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
548 dc_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dactive_indicator.js141 ' left: 0 !important;' +
352 last.left != last.left) {
431 offsetX = -document.body.getBoundingClientRect().left;
435 offsetX = -document.documentElement.getBoundingClientRect().left;
546 return r1.left - r2.left;
609 * These should already be sorted (top to bottom and left to right).
659 this.setElementCoords_(regionTop, r.left, r.top, r.right, q1,
661 this.setElementCoords_(regionMiddleNW, r.left, q
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRect.h37 CSSPrimitiveValue* left() const { return m_left.get(); } function in class:blink::RectBase
42 void setLeft(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> left) { m_left = left; } argument
79 return generateCSSString(top()->cssText(), right()->cssText(), bottom()->cssText(), left()->cssText());
85 static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left) argument
87 return "rect(" + top + ' ' + right + ' ' + bottom + ' ' + left + ')';
103 return generateCSSString(top()->cssText(), right()->cssText(), bottom()->cssText(), left()->cssText());
109 static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left) argument
113 result.reserveCapacity(top.length() + right.length() + bottom.length() + left.length() + 3);
115 if (right != top || bottom != top || left !
[all...]
/external/chromium_org/third_party/bintrees/bintrees/
H A Dbintree.py18 __slots__ = ['key', 'value', 'left', 'right']
23 self.left = None
27 """ x.__getitem__(key) <==> x[key], where key is 0 (left) or 1 (right) """
28 return self.left if key == 0 else self.right
31 """ x.__setitem__(key, value) <==> x[key]=value, where key is 0 (left) or 1 (right) """
33 self.left = value
39 self.left = None
72 _clear(node.left)
125 if (node.left is not None) and (node.right is not None):
130 while replacement.left i
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred8_dspr2.c18 const uint8_t *above, const uint8_t *left) {
22 "lb %[tmp1], (%[left]) \n\t"
23 "lb %[tmp2], 1(%[left]) \n\t"
24 "lb %[tmp3], 2(%[left]) \n\t"
25 "lb %[tmp4], 3(%[left]) \n\t"
26 "lb %[tmp5], 4(%[left]) \n\t"
27 "lb %[tmp6], 5(%[left]) \n\t"
28 "lb %[tmp7], 6(%[left]) \n\t"
29 "lb %[tmp8], 7(%[left]) \n\t"
68 : [left] "
17 vp9_h_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
73 vp9_dc_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
156 vp9_tm_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DActiveEdge_Test.cpp22 // left top higher
27 // left top lower
33 // left bottom higher
38 // left bottom lower
70 UnitTest::ActiveEdge left, right; local
71 left.fWorkEdge.fEdge = &leftIn;
74 left.fAbove = leftRight[x][0];
75 left.fTangent = left.fBelow = leftRight[x][1];
78 SkASSERT(left < righ
[all...]
/external/skia/experimental/Intersection/
H A DActiveEdge_Test.cpp22 // left top higher
27 // left top lower
33 // left bottom higher
38 // left bottom lower
70 UnitTest::ActiveEdge left, right; local
71 left.fWorkEdge.fEdge = &leftIn;
74 left.fAbove = leftRight[x][0];
75 left.fTangent = left.fBelow = leftRight[x][1];
78 SkASSERT(left < righ
[all...]
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DPlanarYUVLuminanceSource.java38 private final int left; field in class:PlanarYUVLuminanceSource
41 public PlanarYUVLuminanceSource(byte[] yuvData, int dataWidth, int dataHeight, int left, int top, argument
45 if (left + width > dataWidth || top + height > dataHeight) {
52 this.left = left;
68 int offset = (y + top) * dataWidth + left;
86 int inputOffset = top * dataWidth + left;
114 int inputOffset = top * dataWidth + left;
132 for (int y = 0, rowStart = top * dataWidth + left; y < height; y++, rowStart += dataWidth) {
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLengthBox.h41 static PassRefPtrWillBeRawPtr<AnimatableLengthBox> create(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top, PassRefPtrWillBeRawPtr<AnimatableValue> bottom) argument
43 return adoptRefWillBeNoop(new AnimatableLengthBox(left, right, top, bottom));
45 const AnimatableValue* left() const { return m_left.get(); } function in class:blink::FINAL
56 AnimatableLengthBox(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top, PassRefPtrWillBeRawPtr<AnimatableValue> bottom) argument
57 : m_left(left)

Completed in 1261 milliseconds

1234567891011>>