HomeSort by relevance Sort by last modified time
    Searched refs:left1 (Results 1 - 10 of 10) sorted by null

  /external/astl/tests/
test_algorithm.cpp 117 struct Left1 { };
119 bool operator==(const Left1&, const Right1&) {return true;}
127 Left1 left1; local
132 EXPECT_TRUE(std::equal(&left1, &left1, &right1));
  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1,
96 final boolean horizontalIntersection = left1 < right2 && left2 < right1;
  /external/opencv/cxcore/include/
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); \
    [all...]
  /external/freetype/src/base/
ftoutln.c 1060 FT_Vector* left1; local
1070 left1 = left2 = right1 = right2 = NULL;
1095 left1 = prev;
1107 if ( left1 && right1 )
1109 if ( left1->y < left2->y && right1->y > right2->y )
1111 else if ( left1->y > left2->y && right1->y < right2->y )
  /external/freetype/src/autofit/
afcjk.c     [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2246 CvSeqReader left0, left1, right0, right1; local
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h     [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H     [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 749 milliseconds