HomeSort by relevance Sort by last modified time
    Searched defs:full_width (Results 1 - 5 of 5) 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:__anon21823
  /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/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/opencv/ml/src/
ml_inner_functions.cpp 1362 int full_width = CV_ELEM_SIZE(dst_type)*size.width; local
    [all...]
  /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...]

Completed in 150 milliseconds