Searched refs:width (Results 276 - 300 of 8124) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DpickerCommon.js52 * @param {!number} width
55 function Rectangle(xOrRect, y, width, height) {
58 width = xOrRect.width;
64 this.width = width;
69 get maxX() { return this.x + this.width; },
71 toString: function() { return "Rectangle(" + this.x + "," + this.y + "," + this.width + "," + this.height + ")"; }
84 var width = maxX - x;
86 if (width <
[all...]
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dspatial_resampler.cc25 int32_t VPMSimpleSpatialResampler::SetTargetFrameSize(int32_t width, argument
29 if (width < 1 || height < 1) return VPM_PARAMETER_ERROR;
31 target_width_ = width;
54 else if ((inFrame.width() == target_width_) &&
63 ret_val = scaler_.Set(inFrame.width(), inFrame.height(),
89 bool VPMSimpleSpatialResampler::ApplyResample(int32_t width, argument
91 if ((width == target_width_ && height == target_height_) ||
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dexpandable_bubble.js14 * width of the node it is overlapping when unexpanded. Expanded, it is of a
15 * fixed width, but variable height. Currently the arrow is always positioned
118 offset = (clientRect.width - parseInt(this.style.width)) / 2;
133 var width = clientRect.width;
140 // Suppress the width style so we can get it to calculate its width.
141 // We'll set the right width again when we are done.
142 bubbleTitle.style.width
[all...]
/external/proguard/src/proguard/gui/splash/
H A DRectangleSprite.java36 private final VariableInt width; field in class:RectangleSprite
48 * @param width the variable width of the rectangle.
55 VariableInt width,
58 this(filled, color, x, y, width, height, new ConstantInt(0), new ConstantInt(0));
68 * @param width the variable width of the rectangle.
70 * @param arcWidth the variable width of the corner arcs.
77 VariableInt width,
86 this.width
51 RectangleSprite(boolean filled, VariableColor color, VariableInt x, VariableInt y, VariableInt width, VariableInt height) argument
73 RectangleSprite(boolean filled, VariableColor color, VariableInt x, VariableInt y, VariableInt width, VariableInt height, VariableInt arcWidth, VariableInt arcHeight) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h569 int width);
574 int width);
579 int width);
584 int width);
589 int width);
594 int width);
599 int width);
604 int width);
609 int width);
614 int width);
[all...]
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Drow.h477 int width);
482 int width);
487 int width);
492 int width);
497 int width);
502 int width);
507 int width);
512 int width);
517 int width);
522 int width);
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.cpp37 int width = src.getWidth(); local
39 texImage2D(target, level, internalFormat, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr());
42 void Context::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int height) argument
67 texImage2D(target, level, internalFormat, width, height, 0, format, dataType, DE_NULL);
72 int width = src.getWidth(); local
74 texSubImage2D(target, level, xoffset, yoffset, width, height, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr());
77 void Context::readPixels (tcu::Surface& dst, int x, int y, int width, int height) argument
79 dst.setSize(width, height);
80 readPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoadapter_unittest.cc103 captured_frame->width, abs(captured_frame->height)));
167 int width,
169 EXPECT_EQ(width, stats.adapted_width);
201 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
216 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
233 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
250 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
268 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
299 request_format.width /= 2;
309 VerifyAdaptedResolution(stats, request_format.width, request_forma
166 VerifyAdaptedResolution(const VideoCapturerListener::Stats& stats, int width, int height) argument
[all...]
/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_org/chrome/browser/resources/options/
H A Dfont_settings.css19 width: 100%;
27 width: 100%;
33 width: 270px;
38 width: 12em;
46 width: 100%;
53 width: 270px;
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dsync_node_browser.css22 /* min-width and max-width are used by the split pane. */
23 max-width: 50%;
24 min-width: 50px;
26 width: 200px;
31 min-width: 100%;
43 width: 5px;
58 width: 100%;
H A Dsync_search.css6 width: 16em;
35 /* min-width and max-width are used by the split pane. */
36 max-width: 50%;
37 min-width: 50px;
40 width: 275px;
50 width: 5px;
58 width: 100%;
/external/chromium_org/chrome/test/chromedriver/
H A Dbasic_types.h21 WebSize(int width, int height);
24 int width; member in struct:WebSize
30 WebRect(int x, int y, int width, int height);
/external/chromium_org/gpu/gles2_conform_support/native/
H A Degl_native_windowless.cc25 const char* title, int width, int height,
28 display->SetCreateOffscreen(width, height);
36 EGLImageKHR GTFCreateEGLImage(int width, int height, argument
23 GTFNativeCreateWindow(EGLNativeDisplayType nativeDisplay, EGLDisplay eglDisplay, EGLConfig eglConfig, const char* title, int width, int height, EGLNativeWindowType *pNativeWindow) argument
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_mac.cc24 static CGContextRef CGContextForData(void* data, int width, int height) { argument
32 // CGBitmapContextCreate returns NULL if width/height are 0. However, our
35 width = SkMax32(1, width);
38 CGBitmapContextCreate(data, width, height, 8, width * 4,
97 int width,
100 if (RasterDeviceTooBigToAllocate(width, height))
106 bitmap.setInfo(SkImageInfo::MakeN32(width, height, is_opaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType));
128 context = CGContextForData(data, width, heigh
96 Create(CGContextRef context, int width, int height, bool is_opaque) argument
143 CreateAndClear(int width, int height, bool is_opaque) argument
152 CreateWithData(uint8_t* data, int width, int height, bool is_opaque) argument
249 CreatePlatformCanvas(CGContextRef ctx, int width, int height, bool is_opaque, OnFailureType failureType) argument
256 CreatePlatformCanvas(int width, int height, bool is_opaque, uint8_t* data, OnFailureType failureType) argument
270 Allocate(int width, int height, bool is_opaque) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DScrollAlignment.cpp63 LayoutRect exposeRectX(exposeRect.x(), visibleRect.y(), exposeRect.width(), visibleRect.height());
64 LayoutUnit intersectWidth = intersection(visibleRect, exposeRectX).width();
65 if (intersectWidth == exposeRect.width() || intersectWidth >= MIN_INTERSECT_FOR_REVEAL) {
70 } else if (intersectWidth == visibleRect.width()) {
86 if ((exposeRect.maxX() > visibleRect.maxX() && exposeRect.width() < visibleRect.width())
87 || (exposeRect.maxX() < visibleRect.maxX() && exposeRect.width() > visibleRect.width())) {
97 x = exposeRect.maxX() - visibleRect.width();
99 x = exposeRect.x() + (exposeRect.width()
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatSize.cpp39 : m_width(size.width().toFloat())
59 FloatSize FloatSize::narrowPrecision(double width, double height) argument
61 return FloatSize(narrowPrecisionToFloat(width), narrowPrecisionToFloat(height));
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeNonMacCommon.cpp51 return IntRect(scrollbar->x(), scrollbar->y(), size.width(), size.height());
63 x = scrollbar->x() + scrollbar->width() - size.width();
69 return IntRect(x, y, size.width(), size.height());
79 if (scrollbar->width() <= 2 * bs.width() + 1)
81 return IntRect(scrollbar->x() + bs.width(), scrollbar->y(), scrollbar->width() - 2 * bs.width(), thickness);
100 if (rect.height() <= 0 || rect.width() <
[all...]
/external/chromium_org/third_party/libwebp/utils/
H A Dfilters.h34 typedef void (*WebPFilterFunc)(const uint8_t* in, int width, int height,
36 typedef void (*WebPUnfilterFunc)(int width, int height, int stride,
53 int width, int height, int stride);
/external/chromium_org/third_party/libyuv/unit_test/
H A Dunit_test.cc34 const char* width = getenv("LIBYUV_WIDTH"); local
35 if (width) {
36 benchmark_width_ = atoi(width); // NOLINT
/external/chromium_org/third_party/skia/dm/
H A DDMSKPTask.cpp8 DEFINE_int32(skpMaxWidth, 1000, "Max SKPTask viewport width.");
22 const int width = SkTMin(SkScalarCeilToInt(fPicture->cullRect().width()), FLAGS_skpMaxWidth), local
25 AllocatePixels(kN32_SkColorType, width, height, &bitmap);
/external/chromium_org/third_party/skia/include/images/
H A DSkPageFlipper.h27 SkPageFlipper(int width, int height);
29 int width() const { return fWidth; } function in class:SkPageFlipper
32 void resize(int width, int height);
/external/chromium_org/third_party/skia/src/opts/
H A DSkMorphology_opts_SSE2.cpp26 int width, int height, int srcStride, int dstStride)
32 radius = SkMin32(radius, width - 1);
34 for (int x = 0; x < width; ++x) {
52 if (x + radius < width - 1) {
60 int width, int height, int srcStride, int dstStride)
62 SkMorph_SSE2<kDilate, kX>(src, dst, radius, width, height, srcStride, dstStride);
66 int width, int height, int srcStride, int dstStride)
68 SkMorph_SSE2<kErode, kX>(src, dst, radius, width, height, srcStride, dstStride);
72 int width, int height, int srcStride, int dstStride)
74 SkMorph_SSE2<kDilate, kY>(src, dst, radius, width, heigh
25 SkMorph_SSE2(const SkPMColor* src, SkPMColor* dst, int radius, int width, int height, int srcStride, int dstStride) argument
59 SkDilateX_SSE2(const SkPMColor* src, SkPMColor* dst, int radius, int width, int height, int srcStride, int dstStride) argument
65 SkErodeX_SSE2(const SkPMColor* src, SkPMColor* dst, int radius, int width, int height, int srcStride, int dstStride) argument
71 SkDilateY_SSE2(const SkPMColor* src, SkPMColor* dst, int radius, int width, int height, int srcStride, int dstStride) argument
77 SkErodeY_SSE2(const SkPMColor* src, SkPMColor* dst, int radius, int width, int height, int srcStride, int dstStride) argument
[all...]
H A DSkMorphology_opts_neon.cpp29 int width, int height, int srcStride, int dstStride)
35 radius = SkMin32(radius, width - 1);
37 for (int x = 0; x < width; ++x) {
53 if (x + radius < width - 1) upperSrc += srcStrideX;
59 int width, int height, int srcStride, int dstStride)
61 SkMorph_neon<kDilate, kX>(src, dst, radius, width, height, srcStride, dstStride);
65 int width, int height, int srcStride, int dstStride)
67 SkMorph_neon<kErode, kX>(src, dst, radius, width, height, srcStride, dstStride);
71 int width, int height, int srcStride, int dstStride)
73 SkMorph_neon<kDilate, kY>(src, dst, radius, width, heigh
28 SkMorph_neon(const SkPMColor* src, SkPMColor* dst, int radius, int width, int height, int srcStride, int dstStride) argument
58 SkDilateX_neon(const SkPMColor* src, SkPMColor* dst, int radius, int width, int height, int srcStride, int dstStride) argument
64 SkErodeX_neon(const SkPMColor* src, SkPMColor* dst, int radius, int width, int height, int srcStride, int dstStride) argument
70 SkDilateY_neon(const SkPMColor* src, SkPMColor* dst, int radius, int width, int height, int srcStride, int dstStride) argument
76 SkErodeY_neon(const SkPMColor* src, SkPMColor* dst, int radius, int width, int height, int srcStride, int dstStride) argument
[all...]
/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dwebrtc_libyuv.cc64 void Calc16ByteAlignedStride(int width, int* stride_y, int* stride_uv) { argument
65 *stride_y = AlignInt(width, k16ByteAlignment);
66 *stride_uv = AlignInt((width + 1) / 2, k16ByteAlignment);
69 int CalcBufferSize(VideoType type, int width, int height) { argument
77 int half_width = (width + 1) >> 1;
79 buffer_size = width * height + half_width * half_height * 2;
87 buffer_size = width * height * 2;
90 buffer_size = width * height * 3;
94 buffer_size = width * height * 4;
109 int width local
138 int width = (plane ? (input_frame.width() + 1) / 2 : local
154 ConvertNV12ToRGB565(const uint8_t* src_frame, uint8_t* dst_frame, int width, int height) argument
167 ConvertRGB24ToARGB(const uint8_t* src_frame, uint8_t* dst_frame, int width, int height, int dst_stride) argument
[all...]

Completed in 5363 milliseconds

<<11121314151617181920>>