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

  /external/opencv/cv/src/
cvrotcalipers.cpp 112 float left_x, right_x, top_y, bottom_y; local
115 left_x = right_x = pt0.x;
122 if( pt0.x < left_x )
123 left_x = pt0.x, left = i;
  /system/core/libpixelflinger/
trap.cpp 736 int left_x = left->x; local
747 const int32_t xl = max(left_x >> TRI_ITERATORS_BITS, xmin);
749 left_x += left_xi;
    [all...]

Completed in 281 milliseconds