Searched defs:bottom_y (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/render/
H A Dcpdf_type3cache.cpp139 float bottom_y = image_matrix.f; local
140 bool bFlipped = top_y > bottom_y;
143 top_y = bottom_y;
144 bottom_y = temp;
146 pSize->AdjustBlue(top_y, bottom_y, top_line, bottom_line);
/external/opencv/cv/src/
H A Dcvrotcalipers.cpp112 float left_x, right_x, top_y, bottom_y; local
116 top_y = bottom_y = pt0.y;
131 if( pt0.y < bottom_y )
132 bottom_y = pt0.y, bottom = i;

Completed in 239 milliseconds