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

  /external/chromium_org/ui/app_list/
app_list_folder_item.cc 155 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/
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/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.cc 574 // 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,
opaque_browser_frame_view.cc 660 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(),
    [all...]
  /external/chromium_org/ui/message_center/views/
notification_view.cc 454 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/
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 830 milliseconds