Searched refs:width (Results 151 - 175 of 8124) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_latc.h35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_latc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigne
[all...]
H A Du_rect.c49 unsigned width,
68 width = (width + blockwidth - 1)/blockwidth;
77 width *= blocksize;
79 if (width == dst_stride && width == src_stride)
80 memcpy(dst, src, height * width);
83 memcpy(dst, src, width);
96 unsigned width,
104 int blockwidth = desc->block.width;
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
91 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) argument
[all...]
/external/mesa3d/src/gallium/targets/graw-null/
H A Dgraw_null.c9 unsigned width,
7 graw_create_window_and_screen( int x, int y, unsigned width, unsigned height, enum pipe_format format, void **handle) argument
/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/mesa/drivers/dri/r200/
H A Dradeon_tile.h32 gl_format format, unsigned width, unsigned height);
36 gl_format format, unsigned width, unsigned height);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.h32 gl_format format, unsigned width, unsigned height);
36 gl_format format, unsigned width, unsigned height);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DVideoQuality.java21 int width; field in class:VideoQuality
/external/opencv/cvaux/src/
H A D_cvaux.h57 return size1.width == size2.width && size1.height == size2.height;
63 return size1.width != size2.width || size1.height != size2.height;
/external/skia/src/core/
H A DSkBitmap_scroll.cpp27 int width = this->width(); local
31 if ((dx | dy) == 0 || width <= 0 || height <= 0) {
42 r.set(0, 0, width, height);
84 width += dx;
87 width -= dx;
92 if (width <= 0) {
96 width <<= shift; // now width is the number of bytes to move per line
98 memmove(dst, src, width);
[all...]
/external/skia/src/gpu/
H A DGrRectanizer_skyline.cpp12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { argument
13 if ((unsigned)width > (unsigned)this->width() ||
19 int bestWidth = this->width() + 1;
25 if (this->rectangleFits(i, width, height, &y)) {
26 // minimize y position first, then width of skyline
38 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
42 fAreaSoFar += width*height;
51 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const { argument
53 if (x + width > thi
[all...]
/external/skia/src/opts/
H A DSkBlitRect_opts_SSE2.h17 int width, int height,
H A DSkMorphology_opts_SSE2.h14 int width, int height, int srcStride, int dstStride);
16 int width, int height, int srcStride, int dstStride);
18 int width, int height, int srcStride, int dstStride);
20 int width, int height, int srcStride, int dstStride);
/external/webp/src/utils/
H A Dquant_levels.h25 // Replace the input 'data' of size 'width'x'height' with 'num-levels'
29 int QuantizeLevels(uint8_t* const data, int width, int height, int num_levels,
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRoundedRect.cpp48 if (!m_topLeft.width() || !m_topLeft.height())
51 if (!m_topRight.width() || !m_topRight.height())
54 if (!m_bottomLeft.width() || !m_bottomLeft.height())
57 if (!m_bottomRight.width() || !m_bottomRight.height())
64 if (m_topLeft.width() > 0 && m_topLeft.height() > 0) {
65 m_topLeft.setWidth(std::max<int>(0, m_topLeft.width() + leftWidth));
68 if (m_topRight.width() > 0 && m_topRight.height() > 0) {
69 m_topRight.setWidth(std::max<int>(0, m_topRight.width() + rightWidth));
72 if (m_bottomLeft.width() > 0 && m_bottomLeft.height() > 0) {
73 m_bottomLeft.setWidth(std::max<int>(0, m_bottomLeft.width()
135 RoundedRect(int x, int y, int width, int height) argument
[all...]
H A DIntSize.h46 IntSize(int width, int height) : m_width(width), m_height(height) { } argument
48 int width() const { return m_width; } function in class:blink::IntSize
51 void setWidth(int width) { m_width = width; } argument
59 void expand(int width, int height) argument
61 m_width += width;
95 if (m_width < minimumSize.width())
96 m_width = minimumSize.width();
104 return static_cast<uint64_t>(width()) * heigh
[all...]
H A DLayoutSize.h48 LayoutSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { }
49 LayoutSize(LayoutUnit width, LayoutUnit height) : m_width(width), m_height(height) { } argument
51 explicit LayoutSize(const FloatSize& size) : m_width(size.width()), m_height(size.height()) { }
53 LayoutUnit width() const { return m_width; } function in class:blink::LayoutSize
56 void setWidth(LayoutUnit width) { m_width = width; } argument
64 void expand(LayoutUnit width, LayoutUnit height) argument
66 m_width += width;
70 void shrink(LayoutUnit width, LayoutUni argument
[all...]
/external/libyuv/files/source/
H A Drotate_argb.cc38 int width, int height) {
43 IS_ALIGNED(height, 4) && // width of dest.
50 for (int i = 0; i < width; ++i) { // column of source to row of dest.
59 int width, int height) {
65 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
70 int width, int height) {
74 dst += dst_stride * (width - 1);
76 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
81 int width, int height) {
82 void (*ARGBMirrorRow)(const uint8* src, uint8* dst, int width)
36 ARGBTranspose(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
57 ARGBRotate90(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
68 ARGBRotate270(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
79 ARGBRotate180(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width, int height) argument
130 ARGBRotate(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int width, int height, RotationMode mode) argument
[all...]
/external/chromium_org/ui/views/corewm/
H A Dtooltip_aura_unittest.cc25 int width, line_count, expect_lines; local
37 width = line_count = -1;
43 TooltipAura::TrimTooltipToFit(font_list, max_width, &tooltip, &width,
45 EXPECT_NEAR(max_pixel_width, width, error_in_pixel_width);
51 width = line_count = -1;
56 TooltipAura::TrimTooltipToFit(font_list, max_width, &tooltip, &width,
58 EXPECT_NEAR(max_pixel_width, width, error_in_pixel_width);
63 width = line_count = -1;
70 TooltipAura::TrimTooltipToFit(font_list, max_width, &tooltip, &width,
72 EXPECT_NEAR(max_pixel_width, width, error_in_pixel_widt
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/table/
H A Dtable_column_model.js73 * Returns width (in percent) of column at the given index.
75 * @return {string} Column width in pixels.
78 return this.columns_[index].width;
91 * Sets width of column at the given index.
93 * @param {number} width Column width.
95 setWidth: function(index, width) {
99 width = Math.max(width, MIMIMAL_WIDTH);
100 if (width
[all...]
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_long_double.pass.cpp67 ios.width(0);
72 assert(ios.width() == 0);
74 ios.width(25);
80 assert(ios.width() == 0);
82 ios.width(25);
88 assert(ios.width() == 0);
90 ios.width(25);
96 assert(ios.width() == 0);
101 ios.width(0);
106 assert(ios.width()
[all...]
H A Dput_double.pass.cpp67 ios.width(0);
72 assert(ios.width() == 0);
74 ios.width(25);
80 assert(ios.width() == 0);
82 ios.width(25);
88 assert(ios.width() == 0);
90 ios.width(25);
96 assert(ios.width() == 0);
101 ios.width(0);
106 assert(ios.width()
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/utility/
H A Dquality_scaler_unittest.cc39 int initial_width = qs_.GetScaledResolution(input_frame_).width;
50 if (qs_.GetScaledResolution(input_frame_).width != initial_width)
65 EXPECT_EQ(res.width, scaled_frame.width());
71 void DoesNotDownscaleFrameDimensions(int width, int height);
83 EXPECT_EQ(input_frame_.width(), res.width);
90 EXPECT_LT(res.width, input_frame_.width());
99 if (qs_.GetScaledResolution(input_frame_).width < input_frame
[all...]
/external/chromium_org/extensions/renderer/resources/
H A Dimage_util.js7 // |width| and |height| which are the maximum dimensions to be used when
20 if (img.width <= 0 || img.height <= 0) {
26 if (imageSpec.width && imageSpec.width < img.width)
27 scaleFactor = imageSpec.width / img.width;
35 canvas.width = img.width * scaleFactor;
39 canvas_context.clearRect(0, 0, canvas.width, canva
[all...]
/external/chromium_org/extensions/browser/app_window/
H A Dsize_constraints.cc27 size_constraints.width() == kUnboundedSize
29 : size_constraints.width() + frame_insets.width(),
37 if (max_size.width() != kUnboundedSize)
38 size.set_width(std::min(size.width(), max_size.width()));
47 return min_size.width() != kUnboundedSize ||
53 return max_size.width() != kUnboundedSize ||
67 maximum_size_.width() == kUnboundedSize
69 : std::max(maximum_size_.width(), minimum_size
[all...]
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_skia.cc10 BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height, argument
13 if (bitmap.tryAllocN32Pixels(width, height, is_opaque)) {
23 BitmapPlatformDevice* BitmapPlatformDevice::CreateAndClear(int width, argument
26 BitmapPlatformDevice* device = Create(width, height, is_opaque);
32 BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height, argument
36 bitmap.setInfo(SkImageInfo::MakeN32(width, height,
57 return BitmapPlatformDevice::Create(info.width(), info.height(),
75 SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque, argument
78 BitmapPlatformDevice::Create(width, height, is_opaque, data));
87 bool PlatformBitmap::Allocate(int width, in argument
[all...]

Completed in 541 milliseconds

1234567891011>>