Searched defs:right (Results 451 - 475 of 879) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/common/
H A Ducharstriebuilder.cpp134 compareElementStrings(const void *context, const void *left, const void *right) { argument
137 const UCharsTrieElement *rightElement=static_cast<const UCharsTrieElement *>(right);
H A Duvector.cpp496 sortComparator(const void *context, const void *left, const void *right) { argument
499 UElement e2 = *static_cast<const UElement *>(right);
510 sortiComparator(const void * /*context */, const void *left, const void *right) { argument
512 const UElement *e2 = static_cast<const UElement *>(right);
/external/icu/icu4c/source/test/intltest/
H A Dtufmtts.cpp40 static UBool tmaEqual(const TimeUnitAmount& left, const TimeUnitAmount& right) { argument
41 if (left.getTimeUnitField() != right.getTimeUnitField()) {
45 if (!left.getNumber().isNumeric() || !right.getNumber().isNumeric()) {
48 UBool result = left.getNumber().getDouble(status) == right.getNumber().getDouble(status);
/external/icu/icu4c/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/iproute2/include/linux/tc_ematch/
H A Dtc_em_meta.h89 struct tcf_meta_val right; member in struct:tcf_meta_hdr
/external/kernel-headers/original/uapi/linux/tc_ematch/
H A Dtc_em_meta.h89 struct tcf_meta_val right; member in struct:tcf_meta_hdr
/external/libcxx/src/
H A Dios.cpp99 const ios_base::fmtflags ios_base::right; member in class:ios_base
/external/libvorbis/doc/
H A D01-introduction.tex303 \item overlap/add left-hand output of transform with right-hand output of previous frame
304 \item store right hand-data from transform of current frame for future lapping
310 MDCT to store the right-hand transform data of a partial MDCT for a
493 Windowed MDCT output is overlapped and added with the right hand data
501 \paragraph{cache right hand data}
502 The decoder must cache the right hand portion of the current frame to
/external/mesa3d/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/opencv/cv/src/
H A D_cvkdtree.hpp71 int left, right; // node indices of left and right branches member in struct:CvKDTree::node
72 scalar_type boundary; // left if deref(value,dim)<=boundary, otherwise right
178 n.right = nexti;
193 int right = insert(split, last, ctor); local
194 nodes[i].right = right;
212 else // right
213 r = remove(&n.right, p);
216 if (n.left == -1 && n.right
[all...]
H A Dcvrotcalipers.cpp70 // left, bottom, right, top - indexes of extremal points
101 int left = 0, bottom = 0, right = 0, top = 0; local
126 right_x = pt0.x, right = i;
175 seq[1] = right;
270 /* find vector left-right */
277 /* find vector left-right */
H A Dcvsnakes.cpp205 int right = MIN( roi.width - 1 - pt[i].x, win.width >> 1 ); local
213 for( k = -left; k <= right; k++ )
248 for( k = -left; k <= right; k++ )
284 for( k = -left; k <= right; k++ )
368 for( k = -left; k <= right; k++ )
/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.cpp115 if(GetIntersection(rectA.left, rectA.right, rectB.left, rectB.right, interlow, interhigh)) {
136 recttmp.right = info.m_CharBox.right;
152 if(floatRect.right < point.x && floatRect.bottom > point.y) {
153 return FXSYS_sqrt(FXSYS_pow(point.x - floatRect.right, 2) + FXSYS_pow(floatRect.bottom - point.y, 2));
155 if (floatRect.right < point.x && floatRect.top < point.y) {
156 return FXSYS_sqrt(FXSYS_pow(point.x - floatRect.right, 2) + FXSYS_pow(point.y - floatRect.top, 2));
161 if((floatRect.right > point.x || FXSYS_fabs(floatRect.right
289 GetRect(int rectIndex, FX_FLOAT& left, FX_FLOAT& top, FX_FLOAT& right, FX_FLOAT &bottom) const argument
309 CountBoundedSegments(FX_FLOAT left, FX_FLOAT top, FX_FLOAT right, FX_FLOAT bottom, FX_BOOL bContains) argument
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfpdfview.h90 /** @brief The x-coordinate of the right-bottom corner. */
91 float right; member in struct:_FS_RECTF_
92 /** @brief The y-coordinate of the right-bottom corner. */
398 // the bottom side to the right, and Y axis goes along the left side upward. NOTE: this coordinate system
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h46 left = top = right = bottom = 0.0f;
50 FX_FLOAT right,FX_FLOAT bottom)
54 this->right = right;
62 this->right = rect.right;
68 left = top = right = bottom = 0.0f;
75 this->right = rect.right;
93 return this->right
49 CLST_Rect(FX_FLOAT left,FX_FLOAT top, FX_FLOAT right,FX_FLOAT bottom) argument
[all...]
/external/pixman/pixman/
H A Dpixman-trap.c384 pixman_line_fixed_edge_init (&r, bpp, t, &trap->right, x_off, y_off);
461 EXTEND(trap->right.p1.x);
462 EXTEND(trap->right.p2.x);
581 const pixman_point_fixed_t *top, *left, *right, *tmp; local
585 right = &tri->p3;
594 if (greater_y (top, right))
596 tmp = right;
597 right = top;
601 if (clockwise (top, right, left))
603 tmp = right;
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1177 bool operator()(const DescriptorProto* left, const DescriptorProto* right) { argument
1178 return left->name() < right->name();
/external/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/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.cpp242 int SkIntersections::horizontal(const SkDLine& line, double left, double right, argument
251 if (left != right) {
252 const SkDPoint rightPt = { right, y };
257 if ((t = SkDLine::ExactPointH(line[index], left, right, y)) >= 0) {
266 if (between(left, xIntercept, right)) {
267 fT[1][0] = (xIntercept - left) / (right - left);
283 if (left != right) {
284 const SkDPoint rightPt = { right, y };
289 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/tremolo/Tremolo/
H A Dmdct.c435 void mdct_shift_right(int n, DATA_TYPE *in, DATA_TYPE *right){ argument
441 right[i]=in[i<<1];
471 DATA_TYPE *right,
480 DATA_TYPE *r=right+(lW ? n1>>2 : n0>>2);
468 mdct_unroll_lap(int n0,int n1, int lW,int W, DATA_TYPE *in, DATA_TYPE *right, LOOKUP_T *w0, LOOKUP_T *w1, ogg_int16_t *out, int step, int start, int end ) argument
/external/webp/src/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/ash/magnifier/
H A Dmagnification_controller.cc327 const int right = window_rect.right(); local
336 } else if (right - margin < mouse.x()) {
337 // Panning right.
338 x_diff = mouse.x() - (right - margin);
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc887 // context menu on the right side. When the virtual keyboard is displayed it
892 // 'right' is centered in the context menu.
896 int right = 3 * window_width / 2; local
934 generator.MoveMouseTo(right, top);
937 generator.MoveMouseTo(right, bottom);

Completed in 608 milliseconds

<<11121314151617181920>>