Searched refs:right1 (Results 1 – 9 of 9) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | AABoxCollisionVolume.java | 94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, in boxIntersect() argument 96 final boolean horizontalIntersection = left1 < right2 && left2 < right1; in boxIntersect()
|
/external/opencv/cxcore/include/ |
D | cxmisc.h | 469 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/clang/test/Modules/Inputs/ |
D | category_right.h | 4 -(void)right1;
|
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 546 FX_RECT(int left1, int top1, int right1, int bottom1) in FX_RECT() 550 right = right1; in FX_RECT() 573 void Intersect(int left1, int top1, int right1, int bottom1) in Intersect() 575 Intersect(FX_RECT(left1, top1, right1, bottom1)); in Intersect() 622 CFX_FloatRect(FX_FLOAT left1, FX_FLOAT bottom1, FX_FLOAT right1, FX_FLOAT top1) in CFX_FloatRect() argument 626 right = right1; in CFX_FloatRect()
|
/external/freetype/src/autofit/ |
D | afcjk.c | 1870 AF_EdgeRec left1, left2, right1, right2; in af_cjk_hint_edges() 1880 right1 = *right->link; in af_cjk_hint_edges() 1905 af_hint_normal_stem( hints, &right1, &right2, delta2, 0 ); in af_cjk_hint_edges() 1919 right->link->pos = right1.pos; in af_cjk_hint_edges()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_optimize.c | 203 const int right1 = MIN2(write_end1, reg_end); in brw_is_mrf_written_alu() local 205 if (left0 < right0 || left1 < right1) in brw_is_mrf_written_alu()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | image.c | 614 VGfloat right1 = dst->x + dst->width; in vg_image_overlaps() local 621 return !(left2 > right1 || right2 < left1 || in vg_image_overlaps()
|
/external/clang/test/Modules/ |
D | objc-categories.m | 23 [foo right1];
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 2246 CvSeqReader left0, left1, right0, right1; in cvSeqSort() local 2253 right0 = right1 = right; in cvSeqSort() 2318 if( right1.ptr != right.ptr ) in cvSeqSort() 2319 CV_SWAP_ELEMS( right1.ptr, right.ptr, elem_size ); in cvSeqSort() 2321 CV_PREV_SEQ_ELEM( elem_size, right1 ); in cvSeqSort() 2386 r1 = cvGetSeqReaderPos( &right1 ); in cvSeqSort()
|