HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 176 - 200 of 3812) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libvpx/mips-dspr2/
vp9_rtcd.h 39 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
42 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
45 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
48 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
51 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
54 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
57 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
60 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
63 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
66 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    [all...]
  /frameworks/native/include/ui/
Rect.h 40 left = top = 0;
46 left = l;
53 left = lt.x;
62 left = top = right = bottom = 0;
77 return right - left;
86 return Rect(right - left, bottom - top);
90 left = lt.x;
101 return Point(left, top);
110 return Point(left, bottom);
115 return (left == rhs.left) && (top == rhs.top) &
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
panelEnablerView.css 34 left: 0;
52 left: 0;
72 margin-left: 20px;
111 text-align: left;
124 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
134 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 250, 250)), to(rgb(235, 235, 235)));
139 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)))
    [all...]
breakpointsList.css 34 margin-left: 23px;
40 margin-left: 0;
92 left: 0;
100 margin-left: 12px;
105 float: left;
108 left: -1px;
  /external/chromium_org/v8/test/webkit/
order-of-operations.js 25 function left() { function
26 leftRight = leftRight + "Left";
33 shouldBe('(function(){ leftRight = ""; left() > right(); return leftRight; })()', '"LeftRight"');
34 shouldBe('(function(){ leftRight = ""; left() >= right(); return leftRight; })()', '"LeftRight"');
35 shouldBe('(function(){ leftRight = ""; left() < right(); return leftRight; })()', '"LeftRight"');
36 shouldBe('(function(){ leftRight = ""; left() <= right(); return leftRight; })()', '"LeftRight"');
37 shouldBe('(function(){ leftRight = ""; left() + right(); return leftRight; })()', '"LeftRight"');
38 shouldBe('(function(){ leftRight = ""; left() - right(); return leftRight; })()', '"LeftRight"');
39 shouldBe('(function(){ leftRight = ""; left() / right(); return leftRight; })()', '"LeftRight"');
40 shouldBe('(function(){ leftRight = ""; left() * right(); return leftRight; })()', '"LeftRight"')
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 38 private final int left; field in class:PlanarYUVLuminanceSource
41 public PlanarYUVLuminanceSource(byte[] yuvData, int dataWidth, int dataHeight, int left, int top,
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) {
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 28 * region by left, top, width and height.
139 int[] offsets = calculateOffsets(rectangle.left, rectangle.top);
182 int[] calculateOffsets(int left, int top) {
185 offsets = new int[] {top * mStrides[0] + left,
187 + left / 2 * 2 };
192 offsets = new int[] {top * mStrides[0] + left / 2 * 4};
218 // Make sure left, top, width and height are all even.
221 rect.left &= ~1;
223 rect.right = rect.left + width;
228 // Make sure left and width are both even
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Cube.java 22 public Cube(GLWorld world, float left, float bottom, float back, float right, float top, float front) {
24 GLVertex leftBottomBack = addVertex(left, bottom, back);
26 GLVertex leftTopBack = addVertex(left, top, back);
28 GLVertex leftBottomFront = addVertex(left, bottom, front);
30 GLVertex leftTopFront = addVertex(left, top, front);
38 // left
  /external/chromium_org/chrome/browser/resources/ntp_android/
mostvisited.css 22 left: 0;
48 left top,
49 left bottom,
55 left bottom,
60 left 150,
61 left 155,
78 left top,
79 left bottom,
83 left: 1px;
106 padding-left: 10px
    [all...]
  /external/chromium_org/sync/internal_api/
syncapi_internal.cc 56 const sync_pb::EntitySpecifics& left,
61 if (left.has_encrypted()) {
62 if (!cryptographer->CanDecrypt(left.encrypted())) {
66 left_plaintext = cryptographer->DecryptToString(left.encrypted());
68 left_plaintext = left.SerializeAsString();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
access-binary-trees.js 5 function TreeNode(left,right,item){
6 this.left = left;
12 if (this.left==null) return this.item;
13 else return this.item + this.left.itemCheck() - this.right.itemCheck();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
access-binary-trees.js 5 function TreeNode(left,right,item){
6 this.left = left;
12 if (this.left==null) return this.item;
13 else return this.item + this.left.itemCheck() - this.right.itemCheck();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
access-binary-trees.js 5 function TreeNode(left,right,item){
6 this.left = left;
12 if (this.left==null) return this.item;
13 else return this.item + this.left.itemCheck() - this.right.itemCheck();
  /external/chromium_org/third_party/icu/source/common/
uarrsort.c 31 uprv_uint16Comparator(const void *context, const void *left, const void *right) {
32 return (int32_t)*(const uint16_t *)left - (int32_t)*(const uint16_t *)right;
36 uprv_int32Comparator(const void *context, const void *left, const void *right) {
37 return *(const int32_t *)left - *(const int32_t *)right;
41 uprv_uint32Comparator(const void *context, const void *left, const void *right) {
42 uint32_t l=*(const uint32_t *)left, r=*(const uint32_t *)right;
123 int32_t left, right; local
125 /* start and left are inclusive, limit and right are exclusive */
132 left=start;
139 while(/* array[left]<x *
    [all...]
  /external/chromium_org/ui/gfx/
insets_base.h 18 Type left() const { return left_; } function in class:gfx::InsetsBase
23 // left and right insets.
33 void Set(Type top, Type left, Type bottom, Type right) {
35 left_ = left;
61 InsetsBase(Type top, Type left, Type bottom, Type right)
63 left_(left),
  /external/icu4c/common/
uarrsort.c 31 uprv_uint16Comparator(const void *context, const void *left, const void *right) {
32 return (int32_t)*(const uint16_t *)left - (int32_t)*(const uint16_t *)right;
36 uprv_int32Comparator(const void *context, const void *left, const void *right) {
37 return *(const int32_t *)left - *(const int32_t *)right;
41 uprv_uint32Comparator(const void *context, const void *left, const void *right) {
42 uint32_t l=*(const uint32_t *)left, r=*(const uint32_t *)right;
123 int32_t left, right; local
125 /* start and left are inclusive, limit and right are exclusive */
132 left=start;
139 while(/* array[left]<x *
    [all...]
  /external/lzma/CPP/Common/
MyVector.h 81 int FindInSorted(const T& item, int left, int right) const
83 while (left != right)
85 int mid = (left + right) / 2;
92 left = mid + 1;
99 int left = 0, right = Size(); local
100 while (left != right)
102 int mid = (left + right) / 2;
109 left = mid + 1;
116 int left = 0, right = Size(); local
117 while (left != right)
223 int left = 0, right = Size(); local
239 int left = 0, right = Size(); local
    [all...]
  /external/skia/tools/lua/
skia.lua 20 Sk.Rect = { left = 0, top = 0, right = 0, bottom = 0 }
27 rect = { left = l, top = t, right = r, bottom = b }
40 return self.right - self.left
52 local value = self.left * 0
60 self.left = 0
67 self.left = l
76 self.left = self.left + dx
85 self.left = self.left + d
    [all...]
  /external/wpa_supplicant_8/src/crypto/
sha1-pbkdf2.c 77 size_t left = buflen, plen; local
80 while (left > 0) {
85 plen = left > SHA1_MAC_LEN ? SHA1_MAC_LEN : left;
88 left -= plen;
  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.c 42 const uint8_t *left) { \
43 type##_predictor(dst, stride, size, above, left); \
53 const uint8_t *above, const uint8_t *left) {
58 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1], 1);
59 dst[(bs - 1) * stride] = left[bs - 1];
64 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1] * 2 +
65 left[r + 2], 2);
66 dst[(bs - 2) * stride] = ROUND_POWER_OF_TWO(left[bs - 2]
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionIteratorTest.java 42 assertEquals(1, rect.left);
48 assertEquals(1, rect.left);
59 assertEquals(1, rect.left);
64 assertEquals(1, rect.left);
69 assertEquals(5, rect.left);
75 assertEquals(1, rect.left);
86 assertEquals(1, rect.left);
91 assertEquals(1, rect.left);
97 assertEquals(1, rect.left);
108 assertEquals(5, rect.left);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebFloatQuad.cpp 43 int left = static_cast<int>(floorf(min(min(min(p[0].x, p[1].x), p[2].x), p[3].x))); local
48 return WebRect(left, top, right - left, bottom - top);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GapRects.h 31 const LayoutRect& left() const { return m_left; } function in struct:WebCore::GapRects
38 void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); }
50 return m_left == other.left() && m_center == other.center() && m_right == other.right();
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsBackground.java 61 protected boolean setFrame(int left, int top, int right, int bottom) {
63 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
66 return super.setFrame(left, top, right, bottom);
106 int left, right; local
109 left = chld.left - bkg.left;
113 left = 0;
116 background.setBounds(left, top, right, bottom);
145 r.left = r.top = Integer.MAX_VALUE
    [all...]
  /sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
Rect.java 7 public int left; field in class:Rect
30 out.writeInt(left);
37 left = in.readInt();

Completed in 358 milliseconds

1 2 3 4 5 6 78 91011>>