HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 276 - 300 of 4228) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/video_render/android/
video_render_android_impl.h 58 const float right, const float bottom);
67 float& right, float& bottom) const;
95 const float right, const float bottom);
102 const float right, const float bottom);
115 const float top, const float right,
125 const float right,
  /external/webrtc/webrtc/modules/video_render/
video_render_impl.h 68 const float right, const float bottom);
89 float& right, float& bottom) const;
170 const float right, const float bottom);
175 const float right, const float bottom);
185 const float right, const float bottom);
193 const float right, const float bottom);
  /frameworks/base/libs/hwui/
OpenGLRenderer.h 138 float left, float top, float right, float bottom, bool opaque);
155 virtual int saveLayer(float left, float top, float right, float bottom,
157 return saveLayer(left, top, right, bottom, paint, flags, nullptr);
162 int saveLayer(float left, float top, float right, float bottom,
165 int saveLayerDeferred(float left, float top, float right, float bottom,
180 float left, float top, float right, float bottom, const SkPaint* paint);
182 void drawRect(float left, float top, float right, float bottom,
184 void drawRoundRect(float left, float top, float right, float bottom,
187 void drawOval(float left, float top, float right, float bottom,
189 void drawArc(float left, float top, float right, float bottom
    [all...]
Outline.h 42 void setRoundRect(int left, int top, int right, int bottom, float radius, float alpha) {
46 && right == mBounds.right
55 mBounds.set(left, top, right, bottom);
61 mPath.addRoundRect(SkRect::MakeLTRB(left, top, right, bottom),
64 mPath.addRect(left, top, right, bottom);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
MinimizedDockShadow.java 53 private void updatePaint(int left, int top, int right, int bottom) {
70 0, 0, right - left, 0,
75 right - left, 0, 0, 0,
82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
83 super.onLayout(changed, left, top, right, bottom);
85 updatePaint(left, top, right, bottom);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
sobeloperator.cpp 46 const int right = (j < width - 1) ? 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);
59 *(dataPtr + right + c + below) - *(dataPtr + right + c + above);
  /frameworks/data-binding/compilerCommon/
BindingExpression.g4 58 | left=expression op=('*'|'/'|'%') right=expression # MathOp
59 | left=expression op=('+'|'-') right=expression # MathOp
60 | left=expression op=('<<' | '>>>' | '>>') right=expression # BitShiftOp
61 | left=expression op=('<=' | '>=' | '>' | '<') right=expression # ComparisonOp
63 | left=expression op=('==' | '!=') right=expression # ComparisonOp
64 | left=expression op='&' right=expression # BinaryOp
65 | left=expression op='^' right=expression # BinaryOp
66 | left=expression op='|' right=expression # BinaryOp
67 | left=expression op='&&' right=expression # AndOrOp
68 | left=expression op='||' right=expression # AndOrO
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 96 int right = getWidth() - 1; local
105 c.drawRect(0, 0, right, bottom, mPaint);
120 lines [ptr++] = right;
124 lines [ptr++] = right;
130 lines [ptr++] = right - halfBorderWidth;
132 lines [ptr++] = right - halfBorderWidth;
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc 19 DesktopRegion::RowSpan::RowSpan(int32_t left, int32_t right)
20 : left(left), right(right) {
131 AddSpanToRow(row->second, rect.left(), rect.right());
243 if (it1->right <= it2->left) {
249 int32_t right = std::min(it1->right, it2->right); local
250 assert(left < right);
252 output->push_back(RowSpan(left, right));
    [all...]
  /cts/apps/CameraITS/tests/scene5/
test_lens_shading_and_color_uniformity.py 94 right = int((0.5+spb_r)*w)
95 center_y = numpy.mean(img_y[top:bottom, left:right])
96 center_r_g = numpy.mean(r_g[top:bottom, left:right])
97 center_b_g = numpy.mean(b_g[top:bottom, left:right])
99 cv2.rectangle(img_legend_ls, (left, top), (right, bottom), GREEN,
105 cv2.rectangle(img_legend_ufmt, (left, top), (right, bottom), GREEN,
141 right = int((spb_ctx+spb_r)*w)
148 block_y = numpy.mean(img_y[top:bottom, left:right])
149 block_r_g = numpy.mean(r_g[top:bottom, left:right])
150 block_b_g = numpy.mean(b_g[top:bottom, left:right])
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 44 canvas.drawLine(bounds.left, y, bounds.right, y, p);
71 r.set(bounds.right,bounds.top,w,bounds.bottom);
91 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.top);
97 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.bottom);
110 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.centerY());
134 path.lineTo(r1.right, r1.top);
138 path.lineTo(r1.right, r1.bottom);
139 path.moveTo(r1.right, r1.top);
140 path.lineTo(r1.right, r1.bottom);
142 path.lineTo(r2.right, r2.top)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationCompare.java 21 public static int compareUpToQuaternary(CollationIterator left, CollationIterator right,
62 long ce = right.nextCE();
70 right.setCurrentCE(ce & 0xffffffff00000000L);
72 ce = right.nextCE();
75 right.setCurrentCE(0);
112 rightSecondary = ((int) right.getCE(rightIndex++)) >>> 16;
136 while ((p = right.getCE(rightLimit) >>> 32) > Collation.MERGE_SEPARATOR_PRIMARY
152 rightSecondary = ((int) right.getCE(--rightIndex)) >>> 16;
166 assert (left.getCE(leftLimit) == right.getCE(rightLimit));
198 ce = right.getCE(rightIndex++)
    [all...]
  /external/icu/icu4c/source/i18n/
collationcompare.cpp 27 CollationCompare::compareUpToQuaternary(CollationIterator &left, CollationIterator &right,
72 int64_t ce = right.nextCE(errorCode);
80 right.setCurrentCE(ce & INT64_C(0xffffffff00000000));
82 ce = right.nextCE(errorCode);
85 right.setCurrentCE(0);
122 rightSecondary = ((uint32_t)right.getCE(rightIndex++)) >> 16;
145 while((p = (uint32_t)(right.getCE(rightLimit) >> 32)) >
162 rightSecondary = ((uint32_t)right.getCE(--rightIndex)) >> 16;
174 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit));
204 ce = right.getCE(rightIndex++)
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java 17 public static int compareUpToQuaternary(CollationIterator left, CollationIterator right,
58 long ce = right.nextCE();
66 right.setCurrentCE(ce & 0xffffffff00000000L);
68 ce = right.nextCE();
71 right.setCurrentCE(0);
108 rightSecondary = ((int) right.getCE(rightIndex++)) >>> 16;
132 while ((p = right.getCE(rightLimit) >>> 32) > Collation.MERGE_SEPARATOR_PRIMARY
148 rightSecondary = ((int) right.getCE(--rightIndex)) >>> 16;
162 assert (left.getCE(leftLimit) == right.getCE(rightLimit));
194 ce = right.getCE(rightIndex++)
    [all...]
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_windows_impl.cc 92 const float right,
104 top, right, bottom);
130 float& right,
137 right = 0;
147 top, right, bottom);
240 const float right,
250 error = _ptrRendererWin->SetCropping(streamId, 0, left, top, right,
261 const float right,
272 top, right, bottom);
301 const float right,
    [all...]
  /frameworks/support/v7/gridlayout/tests/src/android/support/v7/widget/
GridLayoutTest.java 71 int right = mRightView.getWidth(); local
74 assertTrue("right item should get some width", right > 0);
76 assertTrue("left view should be almost two times right view " + left + " vs " + right,
77 Math.abs(right * 2 - left) < 2);
84 int right = mRightView.getWidth(); local
87 assertTrue("right item should get some width", right > 0);
89 assertTrue("left view should be almost two times right view " + left + " vs " + right
97 int right = mRightView.getWidth(); local
122 int right = mRightView.getHeight(); local
    [all...]
  /system/core/include/sysutils/
List.h 117 inline bool operator==(const _Iter& right) const {
118 return mpNode == right.mpNode; }
120 inline bool operator!=(const _Iter& right) const {
121 return mpNode != right.mpNode; }
127 inline bool operator==(const OTHER& right) const {
128 return mpNode == right.mpNode; }
131 inline bool operator!=(const OTHER& right) const {
132 return mpNode != right.mpNode; }
179 List<T>& operator=(const List<T>& right);
314 List<T>& List<T>::operator=(const List<T>& right)
    [all...]
  /system/core/include/utils/
List.h 116 inline bool operator==(const _Iter& right) const {
117 return mpNode == right.mpNode; }
119 inline bool operator!=(const _Iter& right) const {
120 return mpNode != right.mpNode; }
126 inline bool operator==(const OTHER& right) const {
127 return mpNode == right.mpNode; }
130 inline bool operator!=(const OTHER& right) const {
131 return mpNode != right.mpNode; }
178 List<T>& operator=(const List<T>& right);
313 List<T>& List<T>::operator=(const List<T>& right)
    [all...]
  /system/keymaster/
List.h 116 inline bool operator==(const _Iter& right) const {
117 return mpNode == right.mpNode; }
119 inline bool operator!=(const _Iter& right) const {
120 return mpNode != right.mpNode; }
126 inline bool operator==(const OTHER& right) const {
127 return mpNode == right.mpNode; }
130 inline bool operator!=(const OTHER& right) const {
131 return mpNode != right.mpNode; }
178 List<T>& operator=(const List<T>& right);
313 List<T>& List<T>::operator=(const List<T>& right)
    [all...]
  /external/libvncserver/common/
d3des.c 336 register unsigned long fval, work, right, leftt; local
340 right = block[1];
341 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL;
342 right ^= work;
344 work = ((leftt >> 16) ^ right) & 0x0000ffffL;
345 right ^= work;
347 work = ((right >> 2) ^ leftt) & 0x33333333L;
349 right ^= (work << 2);
350 work = ((right >> 8) ^ leftt) & 0x00ff00ffL;
352 right ^= (work << 8)
    [all...]
  /external/compiler-rt/test/tsan/
barrier.cc 24 int right = idx + 1 < kSize ? prev[idx + 1] : 0;
25 curr[idx] = (left + right) / 2;
  /external/lzma/CPP/7zip/UI/FileManager/
SysIconUtils.cpp 119 unsigned left = 0, right = vect.Size(); local
120 while (left != right)
122 unsigned mid = (left + right) / 2;
127 right = mid;
137 unsigned left = 0, right = vect.Size(); local
138 while (left != right)
140 unsigned mid = (left + right) / 2;
145 right = mid;
  /external/opencv3/samples/gpu/
driver_api_stereo_multi.cpp 93 std::cout << "Usage: driver_api_stereo_multi_gpu --left <left_image> --right <right_image>\n";
126 Mat left, right; local
134 else if (string(argv[i]) == "--right")
136 right = imread(argv[++i], cv::IMREAD_GRAYSCALE);
137 CV_Assert(!right.empty());
164 d_right[0].upload(right.rowRange(0, right.rows / 2));
171 d_right[1].upload(right.rowRange(right.rows / 2, right.rows))
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFrameLayout.java 29 layout(right, top, right + width, top + height);
  /external/skia/src/pathops/
SkPathOpsLine.h 25 static double ExactPointH(const SkDPoint& xy, double left, double right, double y);
30 static double NearPointH(const SkDPoint& xy, double left, double right, double y);

Completed in 833 milliseconds

<<11121314151617181920>>