Searched refs:right1 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/Modules/Inputs/
H A Dcategory_right.h4 -(void)right1;
/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, argument
96 final boolean horizontalIntersection = left1 < right2 && left2 < right1;
/external/opencv/cxcore/include/
H A Dcxmisc.h469 T* right1; \
505 right = right1 = right0; \
525 if( right < right1 ) \
526 CV_SWAP( *right1, *right, t ); \
528 right1--; \
551 n = MIN( (int)(right0 - right1), (int)(right1 - right) ); \
555 m = (int)(right1 - right); \
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h540 FX_RECT(int left1, int top1, int right1, int bottom1) argument
544 right = right1;
567 void Intersect(int left1, int top1, int right1, int bottom1) argument
569 Intersect(FX_RECT(left1, top1, right1, bottom1));
616 CFX_FloatRect(FX_FLOAT left1, FX_FLOAT bottom1, FX_FLOAT right1, FX_FLOAT top1) argument
620 right = right1;
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafcjk.c1806 AF_EdgeRec left1, left2, right1, right2;
1816 right1 = *right->link;
1841 af_hint_normal_stem( hints, &right1, &right2, delta2, 0 );
1855 right->link->pos = right1.pos;
/external/freetype/src/autofit/
H A Dafcjk.c1868 AF_EdgeRec left1, left2, right1, right2;
1878 right1 = *right->link;
1903 af_hint_normal_stem( hints, &right1, &right2, delta2, 0 );
1917 right->link->pos = right1.pos;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dimage.c614 VGfloat right1 = dst->x + dst->width; local
621 return !(left2 > right1 || right2 < left1 ||
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_optimize.c203 const int right1 = MIN2(write_end1, reg_end); local
205 if (left0 < right0 || left1 < right1)
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.c614 VGfloat right1 = dst->x + dst->width; local
621 return !(left2 > right1 || right2 < left1 ||
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_optimize.c203 const int right1 = MIN2(write_end1, reg_end); local
205 if (left0 < right0 || left1 < right1)
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp2246 CvSeqReader left0, left1, right0, right1; local
2253 right0 = right1 = right;
2318 if( right1.ptr != right.ptr )
2319 CV_SWAP_ELEMS( right1.ptr, right.ptr, elem_size );
2321 CV_PREV_SEQ_ELEM( elem_size, right1 );
2386 r1 = cvGetSeqReaderPos( &right1 );

Completed in 4302 milliseconds