HomeSort by relevance Sort by last modified time
    Searched refs:full_width (Results 1 - 7 of 7) 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:__anon41814
  /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/passwords/
manage_passwords_bubble_view.cc 60 int full_width = kDesiredBubbleWidth - (2 * views::kPanelHorizMargin); local
67 full_width,
  /external/chromium_org/ui/gfx/
text_elider.cc 172 const float full_width = GetStringWidthF(filename_utf16, font_list); local
173 if (full_width <= available_pixel_width)
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 843 int full_width = width() - horizontal_edge_thickness - origin_chip_width; local
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 1362 int full_width = CV_ELEM_SIZE(dst_type)*size.width; local
    [all...]

Completed in 210 milliseconds