Searched defs:width (Results 1 - 25 of 2767) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libwebp/utils/
H A Dquant_levels_dec.c20 int DequantizeLevels(uint8_t* const data, int width, int height) { argument
21 if (data == NULL || width <= 0 || height <= 0) return 0;
23 (void)width;
/external/webp/src/utils/
H A Dquant_levels_dec.c20 int DequantizeLevels(uint8_t* const data, int width, int height) { argument
21 if (data == NULL || width <= 0 || height <= 0) return 0;
23 (void)width;
/external/chromium_org/cc/quads/
H A Ddebug_border_draw_quad.h22 int width);
30 int width);
33 int width; member in class:cc::DebugBorderDrawQuad
/external/chromium_org/remoting/codec/
H A Dvideo_encoder_vpx_unittest.cc33 int width = 1000; local
38 new webrtc::BasicDesktopFrame(webrtc::DesktopSize(width, height)));
45 new webrtc::BasicDesktopFrame(webrtc::DesktopSize(width, height)));
54 int width = 32; local
59 new webrtc::BasicDesktopFrame(webrtc::DesktopSize(width, height)));
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwindowpicker_unittest.cc40 int width = 0; local
42 EXPECT_TRUE(picker->GetDesktopDimensions(descriptions[0].id(), &width,
44 EXPECT_GT(width, 0);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/fbdev/
H A Dfbdev_sw_winsys.h39 unsigned width, height; member in struct:fbdev_sw_drawable
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_xgl_api_viewport.c38 __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height) argument
46 __ogl_framework_api->Viewport(x, y, width, height);
/external/chromium_org/third_party/skia/include/utils/
H A DSkDebugUtils.h36 inline void SkDebugDumpMathematica(const char *name, const T *array, int width, int height) { argument
41 for (int j = 0 ; j < width ; j++) {
42 SkDebugDumpMathematica<T>(array[i*width + j]);
43 if (j != width-1) {
/external/chromium_org/third_party/skia/src/core/
H A DSkMatrixUtils.h20 * Given a matrix and width/height, return true if the computed dst-rect would
25 * The src-rect is defined to be { 0, 0, width, height }
31 bool SkTreatAsSprite(const SkMatrix&, int width, int height,
39 int width, int height) {
40 return SkTreatAsSprite(matrix, width, height, kSkSubPixelBitsForBilerp);
38 SkTreatAsSpriteFilter(const SkMatrix& matrix, int width, int height) argument
H A DSkTileGridPicture.cpp13 SkTileGridPicture::SkTileGridPicture(int width, int height, const TileGridInfo& info) { argument
14 SkASSERT(info.fMargin.width() >= 0);
21 fXTileCount = (width + info.fTileInterval.width() - 1) / info.fTileInterval.width();
/external/chromium_org/ui/gfx/
H A Dfavicon_size.cc11 void CalculateFaviconTargetSize(int* width, int* height) { argument
12 if (*width > kFaviconSize || *height > kFaviconSize) {
14 float aspect_ratio = static_cast<float>(*width) /
17 *width = static_cast<int>(aspect_ratio * *height);
18 if (*width > kFaviconSize) {
19 *width = kFaviconSize;
20 *height = static_cast<int>(*width / aspect_ratio);
H A Dsize_unittest.cc17 return s.width();
25 float width = TestSizeF(a); local
26 EXPECT_EQ(width, a.width());
/external/mesa3d/src/gallium/winsys/sw/fbdev/
H A Dfbdev_sw_winsys.h39 unsigned width, height; member in struct:fbdev_sw_drawable
/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api_viewport.c38 __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height) argument
46 __ogl_framework_api->Viewport(x, y, width, height);
/external/qemu/android/skin/
H A Dwindow.h61 int width; member in struct:__anon25105
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXinerama.h12 short width; member in struct:__anon25368
/external/skia/include/utils/
H A DSkDebugUtils.h36 inline void SkDebugDumpMathematica(const char *name, const T *array, int width, int height) { argument
41 for (int j = 0 ; j < width ; j++) {
42 SkDebugDumpMathematica<T>(array[i*width + j]);
43 if (j != width-1) {
/external/skia/src/core/
H A DSkMatrixUtils.h20 * Given a matrix and width/height, return true if the computed dst-rect would
25 * The src-rect is defined to be { 0, 0, width, height }
31 bool SkTreatAsSprite(const SkMatrix&, int width, int height,
39 int width, int height) {
40 return SkTreatAsSprite(matrix, width, height, kSkSubPixelBitsForBilerp);
38 SkTreatAsSpriteFilter(const SkMatrix& matrix, int width, int height) argument
H A DSkTileGridPicture.cpp13 SkTileGridPicture::SkTileGridPicture(int width, int height, const TileGridInfo& info) { argument
14 SkASSERT(info.fMargin.width() >= 0);
21 fXTileCount = (width + info.fTileInterval.width() - 1) / info.fTileInterval.width();
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
H A DMakefile13 --export-width=$(word 1, $(subst x, , $(@))) \
/external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/resources/
H A Dwindow-resize.js5 var portrait = { width: window.innerWidth, height: window.innerHeight };
6 var landscape = { width: window.innerHeight, height: window.innerWidth };
9 window.resizeTo(portrait.width, portrait.height);
11 window.resizeTo(landscape.width, landscape.height);
/external/arduino/hardware/arduino/cores/arduino/
H A Dwiring_pulse.c35 // pulse width measuring loop and achieve finer resolution. calling
40 unsigned long width = 0; // keep initialization out of time critical area local
61 width++;
68 return clockCyclesToMicroseconds(width * 21 + 16);
/external/chromium/base/
H A Dsys_info_unittest.cc47 int width, height; local
48 base::SysInfo::GetPrimaryDisplayDimensions(&width, &height);
49 EXPECT_GE(width, 10);
/external/chromium_org/ash/system/tray/
H A Dfixed_sized_image_view.cc10 FixedSizedImageView::FixedSizedImageView(int width, int height) argument
11 : width_(width),
22 return gfx::Size(width_ ? width_ : size.width(),
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_util_unittest.cc52 rect_picture, true, size.width(), size.height());
90 int width = 100; local
97 profile_image, false, width, height);
104 gfx::Size size(width, height);
106 rect_picture, true, width, height);

Completed in 2301 milliseconds

1234567891011>>