HomeSort by relevance Sort by last modified time
    Searched defs: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:__anon34043
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.cc 610 int full_width = req.width; local
613 label_width = full_width * tenths / 10;
    [all...]
  /external/chromium_org/ui/base/text/
text_elider.cc 412 const int full_width = font.GetStringWidth(filename_utf16); local
413 if (full_width <= available_pixel_width)
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 1362 int full_width = CV_ELEM_SIZE(dst_type)*size.width; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 1202 int full_width = leading.width + icon.width + trailing.width; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 1662 int full_width = leading.width + icon.width + trailing.width; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 817 int full_width = width() - 2 * horizontal_edge_thickness; local
818 int entry_width = full_width;
829 std::max(full_width, full_width - entry_width), location_height);
    [all...]

Completed in 147 milliseconds