/external/chromium_org/third_party/webrtc/test/ |
video_capturer.cc | 33 size_t width, 37 VcmCapturer* vcm_capturer = VcmCapturer::Create(input, width, height, fps); 45 FrameGeneratorCapturer::Create(input, width, height, fps, clock);
|
/external/chromium_org/ui/gfx/geometry/ |
size_conversions.cc | 12 int w = ToFlooredInt(size.width()); 18 int w = ToCeiledInt(size.width()); 24 int w = ToRoundedInt(size.width());
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
FrameViewAutoSizeInfo.cpp | 31 ASSERT(minSize.width() <= maxSize.width()); 76 m_frameView->resize(m_frameView->frameRect().width(), m_minAutoSize.height()); 80 // Do the resizing twice. The first time is basically a rough calculation using the preferred width 90 int width = renderView->minPreferredLogicalWidth(); local 97 IntSize newSize(width, height); 103 if (newSize.width() > m_maxAutoSize.width()) { 110 // Don't bother checking for a vertical scrollbar because the width is at 117 newSize.setWidth(newSize.width() + localVerticalScrollbar->width()) [all...] |
/external/libyuv/files/include/libyuv/ |
convert_from.h | 33 int width, int height); 42 int width, int height); 51 int width, int height); 57 int width, int height); 68 int width, int height); 75 int width, int height); 82 int width, int height); 89 int width, int height); 96 int width, int height); 103 int width, int height) [all...] |
row.h | 183 int width); 188 int width); 193 int width); 198 int width); 203 int width); 208 int width); 212 int width); 216 int width); 228 uint8* dst_u, uint8* dst_v, int width); 230 uint8* dst_u, uint8* dst_v, int width); [all...] |
/external/chromium_org/ui/views/controls/button/ |
label_button_unittest.cc | 19 gfx::ImageSkia CreateTestImage(int width, int height) { 21 bitmap.allocN32Pixels(width, height); 60 // The width increases monotonically with string size (it does not shrink). 61 EXPECT_LT(button.GetPreferredSize().width(), short_text_width); 64 EXPECT_GT(button.GetPreferredSize().width(), short_text_width); 65 EXPECT_LT(button.GetPreferredSize().width(), long_text_width); 67 EXPECT_GT(button.GetPreferredSize().width(), long_text_width); 69 EXPECT_GT(button.GetPreferredSize().width(), long_text_width); 77 EXPECT_GT(button.GetPreferredSize().width(), short_text_width); 78 EXPECT_LT(button.GetPreferredSize().width(), long_text_width) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_tile.c | 40 unsigned width, unsigned height) 46 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; 51 for (col = 0; col < width; col += tile_width, ++k) 60 unsigned columns = MIN2(tile_width, width - col); 71 unsigned width, unsigned height) 77 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; 82 for (col = 0; col < width; col += tile_width, ++k) 91 unsigned columns = MIN2(tile_width, width - col); 102 unsigned width, unsigned height) 108 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tile.c | 40 unsigned width, unsigned height) 46 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; 51 for (col = 0; col < width; col += tile_width, ++k) 60 unsigned columns = MIN2(tile_width, width - col); 71 unsigned width, unsigned height) 77 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; 82 for (col = 0; col < width; col += tile_width, ++k) 91 unsigned columns = MIN2(tile_width, width - col); 102 unsigned width, unsigned height) 108 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_drawpix.c | 54 GLsizei width, GLsizei height, 59 _mesa_image_address2d(unpack, pixels, width, 61 const GLint srcRowStride = _mesa_image_row_stride(unpack, width, 67 ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height, 82 for (j = 0; j < width; j++) { 101 GLsizei width, GLsizei height, 106 _mesa_image_address2d(unpack, pixels, width, 109 _mesa_image_row_stride(unpack, width, GL_RGBA, GL_UNSIGNED_BYTE); 114 ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height, 129 for (j = 0; j < width; j++) [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_drawpix.c | 54 GLsizei width, GLsizei height, 59 _mesa_image_address2d(unpack, pixels, width, 61 const GLint srcRowStride = _mesa_image_row_stride(unpack, width, 67 ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height, 82 for (j = 0; j < width; j++) { 101 GLsizei width, GLsizei height, 106 _mesa_image_address2d(unpack, pixels, width, 109 _mesa_image_row_stride(unpack, width, GL_RGBA, GL_UNSIGNED_BYTE); 114 ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height, 129 for (j = 0; j < width; j++) [all...] |
/external/chromium_org/ui/message_center/views/ |
bounded_label.cc | 41 // Pass in a -1 width to use the preferred width, a -1 limit to skip limits. 42 int GetLinesForWidthAndLimit(int width, int limit); 43 gfx::Size GetSizeForWidthAndLines(int width, int lines); 44 std::vector<base::string16> GetWrappedText(int width, int lines); 58 int GetCachedLines(int width); 59 void SetCachedLines(int width, int lines); 93 int InnerBoundedLabel::GetLinesForWidthAndLimit(int width, int limit) { 94 if (width == 0 || limit == 0) 96 int lines = GetCachedLines(width); [all...] |
/cts/tests/tests/opengl/src/android/opengl/cts/ |
GL2JniLibOne.java | 24 public static native void init(int category, int subcategory, int width, int height);
|
/dalvik/dx/src/com/android/dx/command/dump/ |
Args.java | 47 /** max width for columnar output */ 48 int width = 0; field in class:Args
|
/dalvik/dx/tests/112-dex-return-jsr-result/ |
run | 22 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \ 61 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
|
/device/asus/flo/camera/hdr/include/ |
morpho_image_data.h | 30 int width; /**< ?? */
member in struct:__anon2933
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
GLEncoderUtils.h | 20 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack);
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
GL2EncoderUtils.cpp | 23 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) 27 return ctx->state()->pixelDataSize(width, height, format, type, pack); 30 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) 32 size_t layerSize = pixelDataSize(self, width, height, format, type, pack);
|
/device/lge/hammerhead/camera/hdr/include/ |
morpho_image_data.h | 30 int width; /**< ?? */
member in struct:__anon3440
|
/device/lge/mako/camera/hdr/include/ |
morpho_image_data.h | 30 int width; /**< ?? */
member in struct:__anon3760
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
JavaBrowserViewRendererHelper.java | 21 * Provides a Bitmap object with a given width and height used for auxiliary rasterization. 26 private static Bitmap createBitmap(int width, int height, Canvas canvas) { 30 width = Math.min(width, canvas.getMaximumBitmapWidth()); 35 bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
|
/external/chromium_org/ash/system/tray/ |
fixed_sized_image_view.h | 14 // An image view with a specified width and height (kTrayPopupDetailsIconWidth). 15 // If the specified width or height is zero, then the image size is used for 19 FixedSizedImageView(int width, int height);
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_fatal_error.css | 8 width: 722px; /* Should be the same as #gaia-signin. */ 13 width: 100%;
|
/external/chromium_org/chrome/browser/resources/memory_internals/ |
extension_view.css | 7 width: 4em; 17 width: 7em;
|
/external/chromium_org/chrome/browser/resources/options/ |
certificate_manager.css | 6 min-width: 700px; 26 width: 100%;
|
password_manager.css | 7 width: 600px; 23 width: 100%;
|