Searched refs:left_x (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvrotcalipers.cpp112 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;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.hpp135 bool compareImages(const targetDesc& left_desc, const glw::GLubyte* left_data, glw::GLuint left_x,
H A Dgl4cCopyImageTests.cpp2877 * @param left_x X of left image
2892 bool FunctionalTest::compareImages(const targetDesc& left_desc, const GLubyte* left_data, GLuint left_x, GLuint left_y, argument
2928 const GLuint left_reg_pix_offset = left_pixel_size * left_x;
2968 << tcu::TestLog::Message << "Not matching pixels found. Left: [" << x + left_x << ", "

Completed in 249 milliseconds