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

  /external/chromium_org/ui/base/cursor/
cursor_loader_x11.cc 184 int total_width = bitmap.width(); local
185 DCHECK_EQ(total_width % frame_width, 0);
186 int frame_count = total_width / frame_width;
194 DCHECK_LE(x_offset + frame_width, total_width);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 248 GLuint total_width; member in struct:intel_mipmap_tree
intel_mipmap_tree.c 203 GLuint total_width, total_height; local
242 if (!mt || !mt->total_width || !mt->total_height) {
247 total_width = mt->total_width;
256 total_width = ALIGN(total_width, 64);
264 total_width,
    [all...]
  /external/chromium_org/ui/views/controls/button/
label_button.cc 231 const int total_width = image_size.width() + label_size.width() + local
233 image_origin.Offset((child_area.width() - total_width) / 2, 0);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 248 GLuint total_width; member in struct:intel_mipmap_tree
intel_mipmap_tree.c 203 GLuint total_width, total_height; local
242 if (!mt || !mt->total_width || !mt->total_height) {
247 total_width = mt->total_width;
256 total_width = ALIGN(total_width, 64);
264 total_width,
    [all...]
  /external/chromium_org/ui/views/controls/combobox/
native_combobox_views.cc 261 int total_width = std::max(kMinComboboxWidth, content_width_) + local
265 return gfx::Size(total_width, content_height_ + insets.height());
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 488 size_t total_width = (ARRAYSIZE(windows) - 1) * kSeparator; local
493 total_width += windows[i].width;
498 size_t x = (rc.right / 2) - (total_width / 2);
  /external/qemu/hw/
smbios.h 118 uint16_t total_width; member in struct:smbios_type_17
  /external/opencv/cxcore/src/
cxarray.cpp 2937 int total_width, new_rows, cn; local
3108 int total_width, new_width; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 631 int total_width = allocation.width - 2; local
642 overflow = width_used > total_width + (g_list_next(iter) ? 0 : extra_space);
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 2046 uint16_t total_width; member in struct:smbios_type_17
    [all...]

Completed in 335 milliseconds