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

<<11121314151617181920>>

  /external/skia/src/pathops/
SkIntersections.h 56 int conicHorizontal(const SkPoint a[3], SkScalar weight, SkScalar left, SkScalar right,
61 return horizontal(conic, left, right, y, flipped);
81 int cubicHorizontal(const SkPoint a[4], SkScalar left, SkScalar right, SkScalar y,
86 return horizontal(cubic, left, right, y, flipped);
122 int lineHorizontal(const SkPoint a[2], SkScalar left, SkScalar right, SkScalar y,
127 return horizontal(line, left, right, y, flipped);
158 int quadHorizontal(const SkPoint a[3], SkScalar left, SkScalar right, SkScalar y,
163 return horizontal(quad, left, right, y, flipped);
234 int horizontal(const SkDLine&, double left, double right, double y, bool flipped);
235 int horizontal(const SkDQuad&, double left, double right, double y, bool flipped)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 429 return saveLayer(bounds.left, bounds.top, bounds.right, bounds.bottom, paint, saveFlags);
442 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint,
444 return native_saveLayer(mNativeCanvasWrapper, left, top, right, bottom,
450 * Convenience for saveLayer(left, top, right, bottom, paint, {@link #ALL_SAVE_FLAG})
452 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) {
453 return saveLayer(left, top, right, bottom, paint, ALL_SAVE_FLAG);
488 return saveLayerAlpha(bounds.left, bounds.top, bounds.right, bounds.bottom, alpha, saveFlags);
501 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha,
504 return native_saveLayerAlpha(mNativeCanvasWrapper, left, top, right, bottom,
509 * Helper for saveLayerAlpha(left, top, right, bottom, alpha, {@link #ALL_SAVE_FLAG}
1371 float left, top, right, bottom; local
1418 int left, top, right, bottom; local
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 33 m_Stack.push(m_pNode->right);
42 m_pNode = m_pNode->right; // should be root
48 m_Stack.push(m_pNode->right);
63 m_Queue.push(m_pNode->right);
72 m_pNode = m_pNode->right; // should be root
78 m_Queue.push(m_pNode->right);
212 bool isRoot() const { return (m_pNode->right == m_pNode); }
264 // | Left Right |
275 TreeImpl() : NodeFactory<DataType>() { node.left = node.right = &node; }
289 if ((*data).right == &pClient.node
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 223 baseType right() const { return left + width; } function in class:CFX_RTemplate
246 void Inflate(baseType left, baseType top, baseType right, baseType bottom) {
249 FXT_RECT::width += left + right;
262 void Deflate(baseType left, baseType top, baseType right, baseType bottom) {
265 FXT_RECT::width -= left + right;
281 return rt.left >= left && rt.right() <= right() && rt.top >= top &&
344 baseType r = right(), b = bottom();
362 baseType r = right(), b = bottom();
366 if (r < rt.right()) {
428 int right; member in struct:FX_RECT
602 FX_FLOAT right; member in class:CFX_FloatRect
    [all...]
  /external/libvncserver/webclients/novnc/include/
base.css 16 background-position:right bottom;
49 float:right;
83 .noVNC-buttons-right {
84 float:right;
85 right: 0px;
110 float:right;
126 border-bottom-right-radius: 800px 600px;
140 float:right;
147 float:right;
154 right:20px
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 130 inputs[input_count++] = g.UseOperand(m.right().node(), operand_mode);
405 // Map instruction to equivalent operation with inverted right input.
421 if (mleft.right().Is(-1)) {
423 g.UseRegister(m->right().node()),
430 if ((m->right().IsWord32Xor() || m->right().IsWord64Xor()) &&
432 Matcher mright(m->right().node());
433 if (mright.right().Is(-1)) {
434 // TODO(all): support shifted operand on right.
472 // TODO(mbrandy): Absorb rotate-right into rlwinm
1307 Node* right = node->InputAt(1); local
1345 Node* right = node->InputAt(1); local
1356 Node* right = node->InputAt(1); local
1726 Node* right = node->InputAt(1); local
1742 Node* right = node->InputAt(1); local
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 252 //Right now hwc starts the service but anybody could do it, or it could be
374 int w = rect.right - rect.left;
429 rect.right = w + rect.left;
459 rect.right = srcWidth + rect.left;
485 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left,
487 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
502 width = float(rect.right - rect.left);
572 outRect.right = outPos.x + outPos.w;
622 displayFrame.right = dstWidth;
644 displayFrame.right = int(wRatio*(float)displayFrame.right)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 238 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].right =
272 //Right now hwc starts the service but anybody could do it, or it could be
389 int w = rect.right - rect.left;
444 rect.right = w + rect.left;
472 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left,
474 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
489 width = float(rect.right - rect.left);
559 outRect.right = outPos.x + outPos.w;
609 displayFrame.right = dstWidth;
631 displayFrame.right = int(wRatio*(float)displayFrame.right)
    [all...]
  /external/iproute2/tc/
em_meta.c 281 struct tcf_meta_val *right = obj; local
283 if (TCF_META_TYPE(right->kind) == TCF_META_TYPE(left->kind))
286 if (can_adopt(left) && !can_adopt(right)) {
287 if (is_compatible(left, right))
288 left->kind = overwrite_type(left, right);
291 } else if (can_adopt(right) && !can_adopt(left)) {
292 if (is_compatible(right, left))
293 right->kind = overwrite_type(right, left);
296 } else if (can_adopt(left) && can_adopt(right)) {
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
FocusStrategy.java 125 } else if (firstRect.right < secondRect.right) {
127 } else if (firstRect.right > secondRect.right) {
190 * @param direction the direction (up, down, left, right)
298 return (srcRect.right > destRect.right || srcRect.left >= destRect.right)
301 return (srcRect.left < destRect.left || srcRect.right <= destRect.left)
302 && srcRect.right < destRect.right
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
fuzzy.py 54 parameters: (left, middle, right)
58 1.0 to 0.0, when middle <= x <= right
59 0.0, when x >= right
66 - When x becomes near 'left' or 'right', its grade may drop
72 self.left, self.middle, self.right = self.para_values
73 self.width_right = self.right - self.middle
80 elif x <= self.left or x >= self.right:
94 parameters: (left, right)
95 grade(x) = 1 for x >= right
103 Note: - When x is less than but near 'right' value, the grade would b
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
property-interpolation.js 38 function propertyInterpolation(property, left, right) {
39 var handlers = left == right ? [] : propertyHandlers[property];
42 var parsedRight = handlers[i][0](right);
49 if (t == 1) return right;
56 return bool ? right : left;
  /external/valgrind/coregrind/
m_oset.c 43 // right pointer, and a word containing balancing information and a
95 // The padding ensures that magic is right at the end of the node,
100 AvlNode* right; member in struct:_OSetNode
207 AvlNode* b = a->right;
209 a->right = b->left;
213 // Swing to the right. Warning: no balance maintainance.
219 a->left = b->right;
220 b->right = a;
229 root->right->balance = 1;
233 root->right->balance = 0
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
plural.y 61 struct expression *right));
64 struct expression *right));
114 new_exp_1 (op, right)
116 struct expression *right;
120 args[0] = right;
125 new_exp_2 (op, left, right)
128 struct expression *right;
133 args[1] = right;
159 %right '?' /* ? */
166 %right '!' /* ! */
    [all...]
  /frameworks/native/include/private/ui/
RegionHelper.h 81 TYPE left, right; local
82 int inside = spannerInner.next(current.left, current.right);
84 if (current.left < current.right &&
235 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx;
244 SpannerBase::rhs_tail = rhs.rects->right + rhs.dx;
249 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx;
253 SpannerBase::rhs_tail = rhs.rects->right + rhs.dx;
263 inline int next(TYPE& left, TYPE& right)
267 int inside = SpannerBase::next(left, right, more_lhs, more_rhs);
279 void advance(region& reg, TYPE& left, TYPE& right) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureLayoutHelper.java 184 mPositionConfiguration.mPreviewRect.right,
189 mPositionConfiguration.mPreviewRect.right,
195 return new RectF(mPositionConfiguration.mBottomBarRect.right,
197 mPositionConfiguration.mPreviewRect.right,
294 // preview to the bottom/right.
301 float right = width; local
302 float left = right - previewLongerEdge;
303 config.mPreviewRect.set(left, 0, right, previewShorterEdge);
336 float right = width - barSize; local
337 float left = right - previewLongerEdge
375 float right = Math.round(rect.right); local
    [all...]
  /external/opencv3/modules/flann/include/opencv2/flann/
kdtree_single_index.h 259 int left, right; member in struct:cvflann::KDTreeSingleIndex::Node
339 NodePtr divideTree(int left, int right, BoundingBox& bbox)
344 if ( (right-left) <= leaf_max_size_) {
347 node->right = right;
354 for (int k=left+1; k<right; ++k) {
365 middleSplit_(&vind_[0]+left, right-left, idx, cutfeat, cutval, bbox);
375 node->child2 = divideTree(left+idx, right, right_bbox);
500 int right = count-1; local
502 while (left<=right && dataset_[ind[left]][cutfeat]<cutval) ++left
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
fibheap.c 71 node->right = node;
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
226 is needed so that delete's call to extractmin gets the right node. */
303 y = x->right;
319 heap->min = ret->right;
336 node->right = node;
341 and it's right node. */
450 if (a == a->right)
452 a->right = b
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/
ref.css 34 * Netscape on Solaris otherwise doesn't get it right; they all end up
87 margin-right: 2em; }
91 margin-right: 0.5em; }
97 margin-right: 2em; }
99 div.note .label { margin-right: 0.5em;
116 margin-right: 0.5in; }
119 margin-right: 0.5in;
151 padding-right: 1em;
169 margin-right: auto;
171 padding-right: 0.4em
    [all...]
  /external/libvpx/libvpx/tools/
diff.py 47 self.right = DiffLines(file_b, start_b, len_b)
55 self.right.Append(line)
58 self.right.Append(line)
68 return self.left.Complete() and self.right.Complete()
72 self.left.filename, self.right.filename,
73 max(self.left.length, self.right.length))
  /external/opencv3/modules/imgproc/test/
test_boundingrect.cpp 109 cv::Rect right = get_bounding_rect <T> (src); local
113 for (int i = 0; i < 2; ++i) if (rect[i] != right)
126 cout << "Right rect (x, y, w, h): [" << right.x << ", " << right.y << ", " << right.width << ", " << right.height << "]" << endl;
  /external/webrtc/webrtc/modules/video_render/linux/
video_render_linux_impl.cc 85 const float right,
97 top, right, bottom);
135 float& right,
145 left, top, right,
205 const float /*right*/,
225 const float right,
253 const float right,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
diff.py 47 self.right = DiffLines(file_b, start_b, len_b)
55 self.right.Append(line)
58 self.right.Append(line)
68 return self.left.Complete() and self.right.Complete()
72 self.left.filename, self.right.filename,
73 max(self.left.length, self.right.length))
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCropRepresentation.java 70 || mCrop.right != crop.mCrop.right
99 crop.right *= bitmapWidth;
110 crop.right /= bitmapWidth;
157 writer.name(BOUNDS[2]).value(mCrop.right);
172 mCrop.right = (float) reader.nextDouble();
  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 135 final int right; local
138 right = to.right - getPaddingRight();
139 left = right - width;
142 right = left + width;
148 to.set(left, top, right, bottom);

Completed in 1307 milliseconds

<<11121314151617181920>>