Searched defs:top_y (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc1669 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; local
1671 int area = radius * (bot_y - top_y);
1677 if (top_y) {
1700 area += (bot_y - top_y);
1711 area -= (bot_y - top_y);
/external/chromium_org/third_party/libyuv/source/
H A Dplanar_functions.cc1669 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; local
1671 int area = radius * (bot_y - top_y);
1677 if (top_y) {
1700 area += (bot_y - top_y);
1711 area -= (bot_y - top_y);
/external/chromium_org/ui/app_list/
H A Dapp_list_folder_item.cc145 int top_y = icon_center.y() - kItemIconDimension - delta_to_center; local
146 gfx::Rect top_left(left_x, top_y, kItemIconDimension, kItemIconDimension);
151 gfx::Rect top_right(right_x, top_y, kItemIconDimension, kItemIconDimension);
/external/libyuv/files/source/
H A Dplanar_functions.cc1306 int top_y = ((y - radius - 1) >= 0) ? (y - radius - 1) : 0; local
1308 int area = radius * (bot_y - top_y);
1311 if (top_y) {
1336 area += (bot_y - top_y);
1347 area -= (bot_y - top_y);
/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/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp143 FX_FLOAT top_y = image_matrix.d + image_matrix.f; local
145 FX_BOOL bFlipped = top_y > bottom_y;
147 FX_FLOAT temp = top_y;
148 top_y = bottom_y;
151 pSize->AdjustBlue(top_y, bottom_y, top_line, bottom_line);

Completed in 581 milliseconds