Searched refs:left1 (Results 1 – 8 of 8) sorted by relevance
/external/astl/tests/ |
D | test_algorithm.cpp | 127 Left1 left1; 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/opencv/cxcore/include/ |
D | cxmisc.h | 467 T* left1; \ 504 left = left1 = left0 + 1; \ 513 if( left > left1 ) \ 514 CV_SWAP( *left1, *left, t ); \ 516 left1++; \ 547 n = MIN( (int)(left1 - left0), (int)(left - left1) ); \ 554 n = (int)(left - left1); \
|
/external/freetype/src/base/ |
D | ftoutln.c | 1060 FT_Vector* left1; in FT_Outline_Get_Orientation() local 1070 left1 = left2 = right1 = right2 = NULL; in FT_Outline_Get_Orientation() 1095 left1 = 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/freetype/src/autofit/ |
D | afcjk.c | 1801 AF_EdgeRec left1, left2, right1, right2; in af_cjk_hint_edges() 1809 left1 = *left; in af_cjk_hint_edges() 1831 delta2 += af_hint_normal_stem( hints, &left1, &left2, delta2, 0 ); in af_cjk_hint_edges() 1838 center2 = left1.pos + ( right2.pos - left1.pos ) / 2; in af_cjk_hint_edges() 1845 left->pos = left1.pos; in af_cjk_hint_edges()
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 2246 CvSeqReader left0, left1, right0, right1; in cvSeqSort() local 2298 left1 = left; in cvSeqSort() 2306 if( left1.ptr != left.ptr ) in cvSeqSort() 2307 CV_SWAP_ELEMS( left1.ptr, left.ptr, elem_size ); in cvSeqSort() 2309 CV_NEXT_SEQ_ELEM( elem_size, left1 ); in cvSeqSort() 2331 if( left1.ptr != left.ptr ) in cvSeqSort() 2332 CV_SWAP_ELEMS( left1.ptr, left.ptr, elem_size ); in cvSeqSort() 2334 CV_NEXT_SEQ_ELEM( elem_size, left1 ); in cvSeqSort() 2366 l1 = cvGetSeqReaderPos( &left1 ); 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…
|