Searched defs:right (Results 426 - 450 of 879) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/tools/icuswap/
H A Dicuswap.cpp327 compareToCEntries(const void *context, const void *left, const void *right) { argument
330 chars+((const ToCEntry *)right)->nameOffset);
/external/chromium_org/third_party/libwebp/utils/
H A Drescaler.c54 int left = src[channel], right = src[channel]; local
57 left = right;
59 right = src[x_in];
62 wrk->frow[x_out] = right * wrk->x_add + (left - right) * accum;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_optimize.c154 const int right = MIN2(write_end, reg_end); local
156 return left < right;
219 const int right = MIN2(write_end, reg_end); local
221 if (left < right)
240 const int right = MIN2(write_end, reg_end); local
246 return left < right;
288 const int right = MIN2(read_end, reg_end); local
290 return left < right;
330 const int right = write_end < reg_end ? write_end : reg_end; local
331 if (left < right)
365 const int right = write_end < reg_end ? write_end : reg_end; local
[all...]
/external/chromium_org/third_party/npapi/npspy/common/
H A Dformat.cpp895 uint16 right = ((NPRect *)plis->arg2.pData)->right; local
896 *output = StringPrintf("NPN_InvalidateRect(%#08lx, %#08lx(%u,%u;%u,%u)", dw1,dw2,top,left,bottom,right);
1020 ((NPWindow*)plis->arg2.pData)->clipRect.right, szType);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleRegion.cpp124 static void make_rgn(SkRegion* rgn, int left, int top, int right, int bottom, argument
127 r.set(left, top, right, bottom);
/external/chromium_org/third_party/skia/src/core/
H A DSkRecordDraw.cpp424 SkScalar left = op.xpos[0], right = op.xpos[0]; local
427 right = SkMaxScalar(right, op.xpos[i]);
429 SkRect dst = { left, op.y, right, op.y };
440 // That maximum padding happens to always be the right pad today.
/external/chromium_org/third_party/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp347 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
349 bounds.right(), bounds.bottom());
352 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(), local
353 bounds.right(), interior.bottom());
357 filterBorderPixels(src, result, right, bounds);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp180 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { argument
181 addExactHorizontalEndPoints(left, right, axisIntercept);
183 addNearHorizontalEndPoints(left, right, axisIntercept);
192 double lineT = (pt.fX - left) / (right - left);
272 void addExactHorizontalEndPoints(double left, double right, double y) { argument
274 double lineT = SkDLine::ExactPointH(fCubic[cIndex], left, right, y);
283 void addNearHorizontalEndPoints(double left, double right, double y) { argument
289 double lineT = SkDLine::NearPointH(fCubic[cIndex], left, right, y);
376 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y, argument
378 SkDLine line = {{{ left, y }, { right,
[all...]
H A DSkDLineIntersection.cpp245 int SkIntersections::horizontal(const SkDLine& line, double left, double right, argument
254 if (left != right) {
255 const SkDPoint rightPt = { right, y };
260 if ((t = SkDLine::ExactPointH(line[index], left, right, y)) >= 0) {
269 if (between(left, xIntercept, right)) {
270 fT[1][0] = (xIntercept - left) / (right - left);
286 if (left != right) {
287 const SkDPoint rightPt = { right, y };
292 if ((t = SkDLine::NearPointH(line[index], left, right, y)) >= 0) {
H A DSkIntersections.h62 int cubicHorizontal(const SkPoint a[4], SkScalar left, SkScalar right, SkScalar y, argument
67 return horizontal(cubic, left, right, y, flipped);
112 int lineHorizontal(const SkPoint a[2], SkScalar left, SkScalar right, SkScalar y, argument
117 return horizontal(line, left, right, y, flipped);
148 int quadHorizontal(const SkPoint a[3], SkScalar left, SkScalar right, SkScalar y, argument
153 return horizontal(quad, left, right, y, flipped);
225 int horizontal(const SkDLine&, double left, double right, double y, bool flipped);
226 int horizontal(const SkDQuad&, double left, double right, double y, bool flipped);
227 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]);
229 int horizontal(const SkDCubic&, double left, double right, doubl
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkPatchUtils.cpp167 // Level of detail per axis, based on the larger side between top and bottom or left and right
272 SkPoint left = fLeft.next(), right = fRight.next(); local
276 SkPoint s1 = SkPoint::Make((1.0f - u) * left.x() + u * right.x(),
277 (1.0f - u) * left.y() + u * right.y());
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Daudio_buffer.cc54 void StereoToMono(const float* left, const float* right, float* out, argument
57 out[i] = (left[i] + right[i]) / 2;
61 void StereoToMono(const int16_t* left, const int16_t* right, int16_t* out, argument
64 out[i] = (left[i] + right[i]) >> 1;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc19 DesktopRegion::RowSpan::RowSpan(int32_t left, int32_t right) argument
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));
411 AddSpanToRow(Row* row, int left, int right) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dvideo_render_impl.cc184 const float right,
205 right, bottom);
299 float& right,
311 left, top, right,
467 const float right,
478 return _ptrRenderer->SetStreamCropping(streamId, left, top, right, bottom);
506 const float right,
518 backgroundColorRef, left, top, right, bottom);
526 const float right,
538 right, botto
180 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
294 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
463 SetStreamCropping( const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
499 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
521 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
592 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
[all...]
H A Dvideo_render_internal_impl.cc407 const float right,
428 right, bottom);
522 float& right,
534 left, top, right,
690 const float right,
701 return _ptrRenderer->SetStreamCropping(streamId, left, top, right, bottom);
729 const float right,
741 backgroundColorRef, left, top, right, bottom);
749 const float right,
761 right, botto
403 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
517 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
686 SetStreamCropping( const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
722 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
744 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
815 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
[all...]
/external/chromium_org/tools/gn/
H A Dparser.cc269 scoped_ptr<ParseNode> right = local
271 if (!right) {
274 "Expected right hand side for '" + token.value().as_string() + "'");
280 binary_op->set_right(right.Pass());
366 scoped_ptr<ParseNode> right = ParseExpression(PRECEDENCE_DOT); local
367 if (!right || !right->AsIdentifier()) {
368 *err_ = Err(token, "Expected identifier for right-hand-side of \".\"",
376 static_cast<IdentifierNode*>(right.release())));
521 TraverseOrder(binop->right(), pr
[all...]
/external/chromium_org/v8/src/
H A Dast-value-factory.h119 AstConsString(const AstString* left, const AstString* right) argument
121 right_(right) {}
289 const AstString* right);
H A Dtype-info.cc200 *right_type = CompareICState::StateToType(zone(), stub.right());
212 Type** right,
223 *left = *right = *result = Type::None(zone());
234 *right = state.GetRightType(zone());
210 BinaryType(TypeFeedbackId id, Type** left, Type** right, Type** result, Maybe<int>* fixed_right_arg, Handle<AllocationSite>* allocation_site, Token::Value op) argument
/external/chromium_org/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc177 if (g.CanBeImmediate(m.right().node())) {
179 inputs[input_count++] = g.UseImmediate(m.right().node());
182 inputs[input_count++] = g.Use(m.right().node());
228 if (m.right().Is(-1)) {
241 Node* right = node->InputAt(1); local
244 if (g.CanBeImmediate(right)) {
246 g.UseImmediate(right));
249 if (m.right().IsWord32And()) {
250 Int32BinopMatcher mright(right);
251 if (mright.right()
300 Node* right = node->InputAt(1); local
439 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand* left, InstructionOperand* right, FlagsContinuation* cont) argument
464 Node* right = node->InputAt(1); local
503 Node* right = node->InputAt(1); local
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp47 Num<int> right = 1; local
48 Num<int> result = left + right;
/external/guava/guava/src/com/google/common/collect/
H A DTreeMultiset.java375 @Nullable Node<E> right) {
376 super(key, left, right);
378 this.size = (long) elemCount + sizeOrZero(left) + sizeOrZero(right);
379 this.distinct = 1 + distinctOrZero(left) + distinctOrZero(right);
452 @Nullable Node<Object> right) {
453 return new Node<Object>(source.getKey(), source.elemCount(), left, right);
374 Node(E key, int elemCount, @Nullable Node<E> left, @Nullable Node<E> right) argument
/external/guava/guava/src/com/google/common/primitives/
H A DInts.java374 // For pre-sizing a builder, just get the right order of magnitude
406 public int compare(int[] left, int[] right) { argument
407 int minLength = Math.min(left.length, right.length);
409 int result = Ints.compare(left[i], right[i]);
414 return left.length - right.length;
H A DLongs.java358 // For pre-sizing a builder, just get the right order of magnitude
391 public int compare(long[] left, long[] right) { argument
392 int minLength = Math.min(left.length, right.length);
394 int result = Longs.compare(left[i], right[i]);
399 return left.length - right.length;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java371 @Nullable Node<E> right) {
372 super(key, left, right);
374 this.size = (long) elemCount + sizeOrZero(left) + sizeOrZero(right);
375 this.distinct = 1 + distinctOrZero(left) + distinctOrZero(right);
448 @Nullable Node<Object> right) {
449 return new Node<Object>(source.getKey(), source.elemCount(), left, right);
370 Node(E key, int elemCount, @Nullable Node<E> left, @Nullable Node<E> right) argument
/external/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp380 StringTrieBuilder::equalNodes(const void *left, const void *right) { argument
381 return *(const Node *)left==*(const Node *)right;

Completed in 888 milliseconds

<<11121314151617181920>>