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

<<21222324252627282930>>

  /frameworks/base/core/java/android/view/
RenderNode.java 115 * // by x pixels to the right and redraw this view. All the commands
315 return nSetClipBounds(mNativeRenderNode, rect.left, rect.top, rect.right, rect.bottom);
362 outline.mRect.right, outline.mRect.bottom, outline.mRadius, outline.mAlpha);
734 * Sets the right position for the display list.
736 * @param right The right position, in pixels, of the display list
740 public boolean setRight(int right) {
741 return nSetRight(mNativeRenderNode, right);
760 * @param right The right position of the display list, in pixel
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GradientsActivity.java 222 float right = 40.0f + mDrawWidth; local
228 mMatrix.postTranslate(right, top);
231 canvas.drawRect(right - mDrawWidth, top, right, top + mDrawHeight, mPaint);
240 canvas.drawRect(left, top, right, top + mDrawHeight, mPaint);
243 right += 40.0f + mDrawWidth;
252 canvas.drawRect(left, bottom - mDrawHeight, right, bottom, mPaint);
264 right = left + mDrawWidth;
271 mMatrix.postTranslate(right, top);
274 canvas.drawRect(left, top, right, bottom, mPaint)
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 177 //Right now hwc starts the service but anybody could do it, or it could be
311 dst_w = displayFrame.right - displayFrame.left;
313 src_w = sourceCrop.right - sourceCrop.left;
510 int& crop_r = crop.right;
512 int crop_w = crop.right - crop.left;
517 int& dst_r = dst.right;
519 int dst_w = abs(dst.right - dst.left);
524 const int& sci_r = scissor.right;
567 nwr.right = list->hwLayers[0].displayFrame.right;
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.h 582 LAddE(LOperand* left, LOperand* right) {
584 inputs_[1] = right;
588 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
597 LAddI(LOperand* left, LOperand* right)
600 inputs_[1] = right;
603 LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount)
606 inputs_[1] = right;
610 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
626 LAddS(LOperand* left, LOperand* right) {
628 inputs_[1] = right;
632 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
722 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
749 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
793 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
817 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1157 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1174 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
1207 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
1498 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
2070 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
2170 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
2185 LConstantOperand* right() { return LConstantOperand::cast(inputs_[1]); } function in class:v8::internal::FINAL
2200 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
2215 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
2288 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
2652 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
2702 LOperand* right() { return inputs_[2]; } function in class:v8::internal::FINAL
2744 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
2765 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
2849 LOperand* right() { return inputs_[1]; } function in class:v8::internal::FINAL
2871 LOperand* right() { return inputs_[1]; } function in class:v8::internal::LSubS
    [all...]
lithium-arm64.cc 113 right()->PrintTo(stream);
305 right()->PrintTo(stream);
755 // Right now it is only used for LInstanceOfKnownGlobal.
785 DCHECK(instr->right()->representation().IsDouble());
789 LOperand* right = UseFixedDouble(instr->right(), d1); local
790 LArithmeticD* result = new(zone()) LArithmeticD(Token::MOD, left, right);
794 LOperand* right = UseRegisterAtStart(instr->right()); local
795 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right);
809 HValue* right = instr->right(); local
864 LOperand* right = local
878 LOperand* right = UseRegisterOrConstantAtStart(instr->right()); local
949 LOperand* right = local
1271 LOperand* right = UseRegisterOrConstantAtStart(instr->right()); local
1279 LOperand* right = UseConstant(instr->right()); local
1283 LOperand* right = UseRegisterAtStart(instr->right()); local
1294 LOperand* right = UseFixed(instr->right(), x0); local
1315 LOperand* right = UseRegisterAtStart(instr->right()); local
1841 LOperand* right = NULL; local
1949 LConstantOperand* right = UseConstant(most_const); local
1966 LOperand* right = UseRegisterAtStart(most_const); local
2013 LOperand* right; local
2187 LOperand* right = UseRegisterAtStart(hshift->left()); local
2229 LOperand* right = UseRegisterOrConstantAtStart(instr->right()); local
2438 LOperand* right = UseFixed(instr->right(), x0); local
2470 LOperand* right = UseFixed(instr->right(), x0); local
2494 LOperand* right = UseRegisterOrConstantAtStart(instr->right()); local
    [all...]
  /external/chromium_org/third_party/opus/src/doc/
customdoxygen.css 84 margin-right: 15px;
193 margin-right: 8px;
241 text-align: right;
242 padding-right: 12px;
405 margin-right: 15px;
416 margin-right: 5px;
428 border-right: 1px solid #C0C0C0;
435 border-top-right-radius: 8px;
443 -webkit-border-top-right-radius: 8px;
454 border-right: 1px solid #C0C0C0;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMaskFilter.cpp 60 for (int x = mask.fBounds.left(); x < mask.fBounds.right(); ++x) {
86 // top-right
92 m.fBounds.offsetTo(outerR.right() - m.fBounds.width(), outerR.top());
106 // bottom-right
112 m.fBounds.offsetTo(outerR.right() - m.fBounds.width(),
120 outerR.right() + (cx + 1 - mask.fBounds.right()),
134 r.set(innerR.left(), outerR.top(), innerR.right(), innerR.top());
147 r.set(innerR.left(), innerR.bottom(), innerR.right(), outerR.bottom());
170 // right
    [all...]
  /external/libopus/doc/
customdoxygen.css 84 margin-right: 15px;
193 margin-right: 8px;
241 text-align: right;
242 padding-right: 12px;
405 margin-right: 15px;
416 margin-right: 5px;
428 border-right: 1px solid #C0C0C0;
435 border-top-right-radius: 8px;
443 -webkit-border-top-right-radius: 8px;
454 border-right: 1px solid #C0C0C0;
    [all...]
  /external/skia/src/core/
SkMaskFilter.cpp 60 for (int x = mask.fBounds.left(); x < mask.fBounds.right(); ++x) {
86 // top-right
92 m.fBounds.offsetTo(outerR.right() - m.fBounds.width(), outerR.top());
106 // bottom-right
112 m.fBounds.offsetTo(outerR.right() - m.fBounds.width(),
120 outerR.right() + (cx + 1 - mask.fBounds.right()),
134 r.set(innerR.left(), outerR.top(), innerR.right(), innerR.top());
147 r.set(innerR.left(), innerR.bottom(), innerR.right(), outerR.bottom());
170 // right
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java 246 int right = 30; local
248 layerDrawable.setLayerInset(0, left, top, right, bottom);
249 assertEquals(layerDrawable.getDrawable(0).getIntrinsicWidth() + left + right,
257 right += 10;
259 layerDrawable.setLayerInset(1, left, top, right, bottom);
260 assertEquals(layerDrawable.getDrawable(1).getIntrinsicWidth() + left + right,
266 layerDrawable.setLayerInset(-1, left, top, right, bottom);
429 assertEquals(0, rc.right);
437 assertEquals(padding0.right, rc.right);
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database_unittest.cc 61 const MetadataDatabaseIndexInterface* right) {
62 EXPECT_EQ(left->GetLargestChangeID(), right->GetLargestChangeID());
63 EXPECT_EQ(left->GetSyncRootTrackerID(), right->GetSyncRootTrackerID());
64 EXPECT_EQ(left->GetNextTrackerID(), right->GetNextTrackerID());
67 void ExpectEquivalent(const FileMetadata* left, const FileMetadata* right) {
69 ASSERT_FALSE(right);
72 ASSERT_TRUE(right);
73 test_util::ExpectEquivalentMetadata(*left, *right);
76 void ExpectEquivalent(const FileTracker* left, const FileTracker* right) {
78 ASSERT_FALSE(right);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
responsiveDesignView.css 27 right: -19px;
35 right: 5px;
46 right: -14px;
56 right: 0;
76 right: 0;
143 border-right: 1px solid rgb(75, 75, 75);
164 margin-right: -1px;
347 border-right: 2px solid rgb(0, 0, 0);
438 right: 0;
458 margin-right: 5px
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkRect.h 61 int right() const { return fRight; } function in struct:SkIRect
70 * (i.e. left <= right) so the result may be negative.
82 * method is defined to return (right + left) >> 1.
85 * (right + left) / 2 when the sum is negative.
125 void set(int32_t left, int32_t top, int32_t right, int32_t bottom) {
128 fRight = right;
132 void setLTRB(int32_t left, int32_t top, int32_t right, int32_t bottom) {
133 this->set(left, top, right, bottom);
153 * be max 32bit and right will be min 32bit).
174 /** Offset set the rectangle by adding dx to its left and right,
    [all...]
  /external/icu/icu4c/source/i18n/
collationfastlatin.cpp 47 // Shift right to make it comparable with long mini primaries in bits 15..3.
93 const UChar *right, int32_t rightLength) {
151 UChar32 c = right[rightIndex++];
171 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength);
232 UChar32 c = right[rightIndex++];
247 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength);
296 UChar32 c = right[rightIndex++];
299 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength);
349 UChar32 c = right[rightIndex++];
352 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength)
    [all...]
  /external/skia/include/core/
SkRect.h 61 int right() const { return fRight; } function in struct:SkIRect
70 * (i.e. left <= right) so the result may be negative.
82 * method is defined to return (right + left) >> 1.
85 * (right + left) / 2 when the sum is negative.
125 void set(int32_t left, int32_t top, int32_t right, int32_t bottom) {
128 fRight = right;
132 void setLTRB(int32_t left, int32_t top, int32_t right, int32_t bottom) {
133 this->set(left, top, right, bottom);
153 * be max 32bit and right will be min 32bit).
174 /** Offset set the rectangle by adding dx to its left and right,
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
parse-filter.c 215 free_arg(arg->num.right);
220 free_arg(arg->exp.right);
237 free_arg(arg->op.right);
434 if (op->exp.right)
436 op->exp.right = arg;
440 if (op->op.right)
442 op->op.right = arg;
446 if (op->op.right)
546 /* We no longer have left or right args */
567 op->num.right = arg
1900 char *right = NULL; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.css 74 padding-right: 0;
76 margin-right: 1px;
130 border-right: 1px solid #bfbfbf;
162 text-align: right;
211 padding-right: 0 !important;
287 right: 0;
293 right: 0;
298 right: auto;
300 border-right: 1px solid #bfbfbf;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
style.css 107 float: right;
133 float: right;
152 text-align: right;
207 float: right;
208 padding-right: .5em;
230 text-align: right;
248 #index td.right, #index th.right {
249 padding-right: 0;
  /external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/
codemirror.css 29 border-right: 1px solid #ddd;
37 text-align: right;
122 margin-bottom: -30px; margin-right: -30px;
132 border-right: 30px solid transparent;
146 right: 0; top: 0;
156 right: 0; bottom: 0;
212 left: 0; right: 0; top: 0; bottom: 0;
239 border-right: none;
265 .cm-force-border { padding-right: .1px; }
  /external/skia/experimental/webtry/res/css/cm/
codemirror.css 29 border-right: 1px solid #ddd;
37 text-align: right;
122 margin-bottom: -30px; margin-right: -30px;
132 border-right: 30px solid transparent;
146 right: 0; top: 0;
156 right: 0; bottom: 0;
212 left: 0; right: 0; top: 0; bottom: 0;
239 border-right: none;
265 .cm-force-border { padding-right: .1px; }
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 83 margin-right: 15px;
192 margin-right: 8px;
238 text-align: right;
239 padding-right: 12px;
395 margin-right: 15px;
406 margin-right: 5px;
418 border-right: 1px solid #A8B8D9;
425 border-top-right-radius: 8px;
433 -webkit-border-top-right-radius: 8px;
444 border-right: 1px solid #A8B8D9;
    [all...]
  /ndk/docs/renderscript/
doxygen.css 83 margin-right: 15px;
192 margin-right: 8px;
238 text-align: right;
239 padding-right: 12px;
395 margin-right: 15px;
406 margin-right: 5px;
418 border-right: 1px solid #A8B8D9;
425 border-top-right-radius: 8px;
433 -webkit-border-top-right-radius: 8px;
444 border-right: 1px solid #A8B8D9;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
CustomLayout.java 43 /** The amount of space used by children in the right gutter. */
78 // These keep track of the space we are using on the left and right for
98 // that asked to be positioned on the left or right go in those gutters.
133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
136 // These are the far left and right edges in which we are performing layout.
138 int rightPos = right - left - getPaddingRight();
159 mTmpContainerRect.right = leftPos + width + lp.rightMargin;
160 leftPos = mTmpContainerRect.right;
162 mTmpContainerRect.right = rightPos - lp.rightMargin;
167 mTmpContainerRect.right = middleRight - lp.rightMargin
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 350 last.right != current.right ||
609 * These should already be sorted (top to bottom and left to right).
659 this.setElementCoords_(regionTop, r.left, r.top, r.right, q1,
665 this.setElementCoords_(regionMiddleNE, r.right, q1, r.right, q2,
667 this.setElementCoords_(regionMiddleSE, r.right, q2, r.right, q3,
669 this.setElementCoords_(regionBottom, r.left, q3, r.right, r.bottom,
705 middleRect.right = Math.max
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.cc 91 // "Right" child starts a new packet.
101 // Root node is a "right" child by definition.
108 // This is a "right" child.
117 PartitionTreeNode* right = children_[kRightChild]; local
118 if ((left == NULL) && (right == NULL)) {
123 return right->GetOptimalNode(max_size, penalty);
124 } else if (right == NULL) {
130 if (left->Cost(penalty) <= right->Cost(penalty)) {
132 second = right;
134 first = right;
    [all...]

Completed in 861 milliseconds

<<21222324252627282930>>