HomeSort by relevance Sort by last modified time
    Searched defs:right_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;
125 if( pt0.x > right_x )
126 right_x = pt0.x, right = i;
  /system/core/libpixelflinger/
trap.cpp 735 int right_x = right->x; local
746 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax);
748 right_x += right_xi;
    [all...]

Completed in 204 milliseconds