HomeSort by relevance Sort by last modified time
    Searched defs:bottom_y (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
116 top_y = bottom_y = pt0.y;
131 if( pt0.y < bottom_y )
132 bottom_y = pt0.y, bottom = i;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 144 FX_FLOAT bottom_y = image_matrix.f; local
145 FX_BOOL bFlipped = top_y > bottom_y;
148 top_y = bottom_y;
149 bottom_y = temp;
151 pSize->AdjustBlue(top_y, bottom_y, top_line, bottom_line);

Completed in 93 milliseconds