/external/chromium_org/ui/gfx/ |
icon_util.h | 69 // The dimensions for icon images in Windows icon files. All sizes are square; 89 // dimensions specified in |s|. |s| must specify valid dimensions (both 108 // dimensions of HICON. If the function cannot convert the icon to a bitmap 116 // multiple BMP representations at varying predefined dimensions (by resizing 217 // information (dimensions, color depth, etc.) in the icon structures and 240 // Given a set of bitmaps with varying dimensions, this function computes
|
/external/chromium/chrome/common/ |
automation_messages.cc | 59 dimensions(), 82 dimensions(in_dimensions), 164 dimensions(in_dimensions), 491 WriteParam(m, p.dimensions); 507 ReadParam(m, iter, &p->dimensions) && 524 LogParam(p.dimensions, l); 645 WriteParam(m, p.dimensions); 657 ReadParam(m, iter, &p->dimensions) && 671 LogParam(p.dimensions, l);
|
/external/chromium_org/ui/views/controls/menu/ |
menu_item_view.cc | 403 const MenuItemDimensions& dimensions(GetDimensions()); 404 return gfx::Size(dimensions.standard_width + dimensions.children_width, 405 dimensions.height); 947 MenuItemDimensions dimensions; local 949 dimensions.children_width = child_size.width(); 950 dimensions.height = child_size.height(); 954 dimensions.height = std::max(dimensions.height, 957 dimensions.height += GetBottomMargin() + GetTopMargin() [all...] |
/external/chromium/chrome/browser/ |
bug_report_util.cc | 319 // Set the dimensions of the screenshot 320 userfeedback::Dimensions dimensions; local 321 dimensions.set_width(static_cast<float>(png_width)); 322 dimensions.set_height(static_cast<float>(png_height)); 323 *(screenshot.mutable_dimensions()) = dimensions;
|
/external/chromium_org/ppapi/api/ |
ppp_instance.idl | 51 * <code>\<embed id="nacl_module" dimensions="2"\></code> will produce two 52 * argument names: "id" and "dimensions." 56 * <code>\<embed id="nacl_module" dimensions="2"\></code> will produce two 70 * <embed id="nacl_module" dimensions="2"> will produce two argument 71 * names: "id" and "dimensions." 76 * <embed id="nacl_module" dimensions="2"> will produce two argument
|
/dalvik/vm/oo/ |
Array.h | 59 * Allocate an array with multiple dimensions. Elements may be Objects or 67 const int* dimensions);
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_view_mac.mm | 11 // The minimum/maximum dimensions of the popup. 69 // that an extension's view doesn't want any dimensions to ever be zero.
|
/external/chromium_org/chrome/browser/extensions/ |
image_loader.h | 62 // than |desired_size| it will be resized to these dimensions. 88 // |max_size| it will be resized to those dimensions. IMPORTANT NOTE: this
|
/external/chromium_org/content/browser/renderer_host/media/ |
desktop_capture_device_aura_unittest.cc | 34 const gfx::Size& dimensions)); 45 const gfx::Size& dimensions,
|
/external/chromium_org/content/common/gpu/media/ |
gpu_video_decode_accelerator.cc | 173 const gfx::Size& dimensions, 175 if (dimensions.width() > media::limits::kMaxDimension || 176 dimensions.height() > media::limits::kMaxDimension || 177 dimensions.GetArea() > media::limits::kMaxCanvas) { 184 dimensions, 189 texture_dimensions_ = dimensions; 365 // GL_TEXTURE_EXTERNAL_OES textures have their dimensions defined by the 379 // For other targets, texture dimensions should already be defined.
|
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/ |
FramePool.java | 78 throw new IllegalArgumentException("Unexpected frame dimensions"); 92 // Return a code summarizing the dimensions of |frame|. Two frames that
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
image.h | 42 _mesa_image_offset( GLuint dimensions, 49 _mesa_image_address( GLuint dimensions,
|
/external/chromium_org/ui/gfx/codec/ |
jpeg_codec.h | 54 // w, h: dimensions of the image 64 // decoded data will be placed in *output with the dimensions in *w and *h
|
/external/chromium_org/ui/gfx/image/ |
image_skia_operations.h | 24 // use the kARGB_8888_Config config and be of equal dimensions. 39 // be of equal dimensions.
|
/external/chromium_org/ui/message_center/ |
message_center_style.h | 55 // DIP dimensions (H = horizontal, V = vertical). 118 // DIP dimensions (H = horizontal, V = vertical).
|
/external/libvorbis/lib/ |
codebook.h | 37 long dim; /* codebook dimensions (elements per vector) */ 59 long dim; /* codebook dimensions (elements per vector) */
|
/external/libvorbis/vq/ |
localcodebook.h | 37 long dim; /* codebook dimensions (elements per vector) */ 59 long dim; /* codebook dimensions (elements per vector) */
|
/external/llvm/docs/HistoricalNotes/ |
2001-02-06-TypeNotationDebateResp1.txt | 63 The arrays with size lists the dimensions and the type in a single list. 67 It is too confusing to have a list of 3 things, some of which are dimensions
|
/external/mesa3d/src/mesa/main/ |
image.h | 42 _mesa_image_offset( GLuint dimensions, 49 _mesa_image_address( GLuint dimensions,
|
/external/qemu/android/camera/ |
camera-capture-mac.m | 104 * width, height - Requested dimensions for the captured video frames. 242 /* Set desired frame dimensions. */ 257 E("%s: Already capturing %dx%d frames. Requested frame dimensions are %dx%d", 375 * Since new capture request may require different frame dimensions we must 492 /* Array containing emulated webcam frame dimensions. 493 * QT API provides device independent frame dimensions, by scaling frames 494 * received from the device to whatever dimensions were requested for the 495 * output device. So, we can just use a small set of frame dimensions to
|
/frameworks/base/docs/html/design/building-blocks/ |
grid-lists.jd | 23 <p>The items in a grid list are arranged in two dimensions, one of which is fixed when scrolling 27 <p>Avoid creating grid lists that scroll in two dimensions.</p>
|
/frameworks/base/libs/hwui/ |
RenderBuffer.h | 32 * Creates a new render buffer in the specified format and dimensions. 89 * the storage is re-allocated wit the new specified dimensions. If the
|
/frameworks/rs/ |
rsType.h | 42 // Size of the structure in the various dimensions. A missing Dimension is 120 // * Array dimensions
|
/packages/apps/ContactsCommon/res/values/ |
dimens.xml | 79 <!-- Dimensions for "No contacts" string in PhoneFavoriteFragment for the All contacts 85 <!-- Dimensions for contact letter tiles -->
|
/art/test/045-reflect-array/src/ |
Main.java | 197 int[] dimensions = { 3, 2, 1 }; local 199 intIntIntArray = Array.newInstance(Integer.TYPE, dimensions); 216 int[] dimensions = { 1, 2, 3 }; local 218 strStrStrArray = Array.newInstance(String.class, dimensions);
|