/external/chromium_org/ui/base/cursor/ |
cursor_loader_x11.cc | 186 int total_width = bitmap.width(); local 187 DCHECK_EQ(total_width % frame_width, 0); 188 int frame_count = total_width / frame_width; 196 DCHECK_LE(x_offset + frame_width, total_width);
|
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/ |
MoreTeapotsRenderer.cpp | 109 const float total_width = 500.f; local 110 float gap_x = total_width / (teapot_x_ - 1); 111 float gap_y = total_width / (teapot_y_ - 1); 112 float gap_z = total_width / (teapot_z_ - 1); 113 float offset_x = -total_width / 2.f; 114 float offset_y = -total_width / 2.f; 115 float offset_z = -total_width / 2.f;
|
/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 | 264 const int total_width = image_size.width() + label_size.width() + local 266 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/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/include/hw/i386/ |
smbios.h | 118 uint16_t total_width; member in struct:smbios_type_17
|
/external/chromium_org/ui/views/controls/combobox/ |
combobox.cc | 412 int total_width = std::max(kMinComboboxWidth, content_size_.width()) + local 415 return gfx::Size(total_width, content_size_.height() + insets.height());
|
/external/opencv/cxcore/src/ |
cxarray.cpp | 2937 int total_width, new_rows, cn; local 3108 int total_width, new_width; local [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios32.c | 2046 uint16_t total_width; member in struct:smbios_type_17 [all...] |