Searched defs:top_y (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/render/
H A Dcpdf_type3cache.cpp138 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/
H A Dcvrotcalipers.cpp112 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/
H A Dplanar_functions.cc1903 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; local
1905 int area = radius * (bot_y - top_y);
1911 if (top_y) {
1934 area += (bot_y - top_y);
1945 area -= (bot_y - top_y);
/external/libyuv/files/source/
H A Dplanar_functions.cc2236 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; local
2238 int area = radius * (bot_y - top_y);
2244 if (top_y) {
2267 area += (bot_y - top_y);
2278 area -= (bot_y - top_y);

Completed in 301 milliseconds