Searched refs:right1 (Results 1 – 10 of 10) sorted by relevance
/external/astl/tests/ |
D | test_algorithm.cpp | 128 Right1 right1; in testEqual() local 132 EXPECT_TRUE(std::equal(&left1, &left1, &right1)); in testEqual()
|
/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/clang/test/Modules/Inputs/ |
D | category_right.h | 4 -(void)right1;
|
/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/freetype/src/base/ |
D | ftoutln.c | 1062 FT_Vector* right1; in FT_Outline_Get_Orientation() local 1070 left1 = left2 = right1 = right2 = NULL; in FT_Outline_Get_Orientation() 1102 right1 = prev; in FT_Outline_Get_Orientation() 1107 if ( left1 && right1 ) in FT_Outline_Get_Orientation() 1109 if ( left1->y < left2->y && right1->y > right2->y ) in FT_Outline_Get_Orientation() 1111 else if ( left1->y > left2->y && right1->y < right2->y ) in FT_Outline_Get_Orientation()
|
/external/clang/test/Modules/ |
D | objc-categories.m | 24 [foo right1];
|
/external/freetype/src/autofit/ |
D | afcjk.c | 1801 AF_EdgeRec left1, left2, right1, right2; in af_cjk_hint_edges() 1811 right1 = *right->link; in af_cjk_hint_edges() 1836 af_hint_normal_stem( hints, &right1, &right2, delta2, 0 ); in af_cjk_hint_edges() 1850 right->link->pos = right1.pos; in af_cjk_hint_edges()
|
/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()
|
/external/quake/quake/src/QW/scitech/include/ |
D | mgraph.h | 1513 bool MGLAPI MGL_sectRectCoord(m_int left1,m_int top1,m_int right1,m_int bottom1,m_int left2,m_int … 1515 void MGLAPI MGL_unionRectCoord(m_int left1,m_int top1,m_int right1,m_int bottom1,m_int left2,m_int…
|
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
D | MGRAPH.H | 1513 bool MGLAPI MGL_sectRectCoord(m_int left1,m_int top1,m_int right1,m_int bottom1,m_int left2,m_int … 1515 void MGLAPI MGL_unionRectCoord(m_int left1,m_int top1,m_int right1,m_int bottom1,m_int left2,m_int…
|