HomeSort by relevance Sort by last modified time
    Searched refs:full_width (Results 1 - 8 of 8) sorted by null

  /hardware/samsung_slsi/exynos5/include/
s5p_fimc_v4l2.h 132 unsigned int full_width; // Source Image Full Width (Virtual screen size) member in struct:__anon42736
  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_collection.h 94 int full_width) const;
docked_panel_collection.cc 727 bool is_for_active_panel, double squeeze_factor, int full_width) const {
728 return is_for_active_panel ? full_width :
730 static_cast<int>(floor(full_width * squeeze_factor)));
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 756 int full_width = width() - horizontal_edge_thickness - origin_chip_width; local
761 full_width -= search_button_->visible() ?
763 int entry_width = full_width;
774 std::max(full_width, full_width - entry_width), location_height);
    [all...]
  /external/chromium_org/ui/gfx/
text_elider.cc 169 const float full_width = GetStringWidthF(filename_utf16, font_list); local
170 if (full_width <= available_pixel_width)
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc 68 int full_width = kDesiredBubbleWidth - (2 * views::kPanelHorizMargin); local
75 full_width,
  /external/opencv/ml/src/
ml_inner_functions.cpp 1362 int full_width = CV_ELEM_SIZE(dst_type)*size.width; local
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
transupp.c 850 trim_right_edge (jpeg_transform_info *info, JDIMENSION full_width)
856 full_width / info->iMCU_sample_width)
    [all...]

Completed in 332 milliseconds