HomeSort by relevance Sort by last modified time
    Searched defs:top_y (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/render/
cpdf_type3cache.cpp 138 float top_y = image_matrix.d + image_matrix.f; local
140 bool bFlipped = top_y > bottom_y;
142 float temp = top_y;
143 top_y = bottom_y;
146 pSize->AdjustBlue(top_y, bottom_y, top_line, bottom_line);
  /external/opencv/cv/src/
cvrotcalipers.cpp 112 float left_x, right_x, top_y, bottom_y; local
116 top_y = bottom_y = pt0.y;
128 if( pt0.y > top_y )
129 top_y = pt0.y, top = i;
  /external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc 1903 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; local
    [all...]
  /external/libyuv/files/source/
planar_functions.cc 2236 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; local
    [all...]

Completed in 172 milliseconds