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

/external/chromium_org/ui/app_list/
H A Dapp_list_folder_item.cc155 int bottom_y = icon_center.y() + delta_to_center; local
157 left_x, bottom_y, kItemIconDimension, kItemIconDimension);
162 right_x, bottom_y, kItemIconDimension, kItemIconDimension);
/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;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc574 // NOTE(pkotwicz): If the computation for |bottom_y| is changed, Layout() must
577 int bottom_y = y + split_point; local
581 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height),
593 bottom_y - GetTopInset(),
594 x, bottom_y,
H A Dopaque_browser_frame_view.cc660 int bottom_y = y + split_point; local
673 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height),
681 bottom_y - GetTopInset(),
682 x, bottom_y, w, theme_toolbar->height());
703 toolbar_left_mask->width(), bottom_edge_height, left_x, bottom_y,
714 toolbar_right_mask->width(), bottom_edge_height, right_x, bottom_y,
722 bottom_edge_height, left_x, bottom_y, toolbar_left->width(),
737 bottom_edge_height, right_x, bottom_y, toolbar_right->width(),
/external/chromium_org/ui/message_center/views/
H A Dnotification_view.cc454 int bottom_y = insets.top() + std::max(top_height, kIconSize); local
456 bottom_view_->SetBounds(insets.left(), bottom_y,
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp144 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 1157 milliseconds