HomeSort by relevance Sort by last modified time
    Searched full:right_x (Results 1 - 4 of 4) 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...]
  /external/deqp/external/openglcts/modules/gl/
gl4cCopyImageTests.hpp 137 const glw::GLubyte* right_data, glw::GLuint right_x, glw::GLuint right_y,
gl4cCopyImageTests.cpp     [all...]

Completed in 388 milliseconds