HomeSort by relevance Sort by last modified time
    Searched refs:width (Results 451 - 475 of 7601) sorted by null

<<11121314151617181920>>

  /external/libyuv/files/source/
row_posix.cc 749 uint8* dst_u, uint8* dst_v, int width) {
800 "+rm"(width) // %3
810 uint8* dst_u, uint8* dst_v, int width) {
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_overlay.h 138 uint32 *width, // IN / OUT
146 *width = (*width + 1) & ~1;
155 *size = (*width + 3) & ~3;
167 tmp = ((*width >> 1) + 3) & ~3;
185 *size = *width * 2;
  /external/mesa3d/src/gallium/state_trackers/vega/
api_masks.c 39 VGint width, VGint height)
43 if (width <=0 || height <= 0) {
57 mask_fill(x, y, width, height, 0.f);
59 mask_fill(x, y, width, height, 1.f);
62 mask_using_image(image, operation, x, y, width, height);
65 mask_using_layer(layer, operation, x, y, width, height);
72 VGint width, VGint height)
77 if (width <= 0 || height <= 0) {
85 x, y, width, height,
94 (x == 0 && y == 0 && width == stfb->width && height == stfb->height))
    [all...]
mask.h 36 struct vg_mask_layer *mask_layer_create(VGint width, VGint height);
40 VGint width, VGint height,
47 VGint width, VGint height);
56 VGint width, VGint height);
60 VGint width, VGint height);
62 VGint width, VGint height,
image.h 42 VGint width, height; member in struct:vg_image
53 VGint width, VGint height);
57 VGint x, VGint y, VGint width, VGint height);
64 VGint width, VGint height);
71 VGint width, VGint height);
75 VGint width, VGint height);
79 VGint width, VGint height,
86 VGint width, VGint height);
89 VGint width, VGint height);
102 VGint width, VGint height)
    [all...]
  /external/mesa3d/src/mesa/main/
lines.c 34 * Set the line width.
36 * \param width line width in pixels.
41 _mesa_LineWidth( GLfloat width )
47 _mesa_debug(ctx, "glLineWidth %f\n", width);
49 if (width<=0.0) {
71 if (ctx->Line.Width == width)
75 ctx->Line.Width = width;
    [all...]
  /external/opencv/cv/src/
cvderiv.cpp 53 assert( src && dst && src_size.width > 2 && src_size.height > 2 &&
60 dst_width = src_size.width - 2;
67 src_size.width = dst_width;
73 assert( src_step >= src_size.width && dst_step >= dst_width );
83 src_size.width = 0;
92 for( x = 0; x < src_size.width; x++ )
384 int width = max_width, trow_sz = 0; local
388 trow_sz = cvAlign( (max_width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN );
389 row_sz = cvAlign( width*CV_ELEM_SIZE(work_type), ALIGN );
495 int i = 0, j, k, width = state->get_width();
553 int i = 0, k, width = state->get_width(); local
695 int i = 0, k, width = state->get_width(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageData.cpp 42 dataSize *= size.width();
53 dataSize *= size.width();
65 PassRefPtrWillBeRawPtr<ImageData> ImageData::create(unsigned width, unsigned height, ExceptionState& exceptionState)
71 if (!width || !height) {
72 exceptionState.throwDOMException(IndexSizeError, String::format("The source %s is zero or not a number.", width ? "height" : "width"));
77 dataSize *= width;
84 RefPtrWillBeRawPtr<ImageData> imageData = adoptRefWillBeNoop(new ImageData(IntSize(width, height)));
89 PassRefPtrWillBeRawPtr<ImageData> ImageData::create(Uint8ClampedArray* data, unsigned width, unsigned height, ExceptionState& exceptionState)
99 if (!width) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.cpp 37 FloatRoundedRect::FloatRoundedRect(float x, float y, float width, float height)
38 : m_rect(x, y, width, height)
66 if (!m_topLeft.width() || !m_topLeft.height())
69 if (!m_topRight.width() || !m_topRight.height())
72 if (!m_bottomLeft.width() || !m_bottomLeft.height())
75 if (!m_bottomRight.width() || !m_bottomRight.height())
82 if (m_topLeft.width() > 0 && m_topLeft.height() > 0) {
83 m_topLeft.setWidth(std::max<float>(0, m_topLeft.width() + leftWidth));
86 if (m_topRight.width() > 0 && m_topRight.height() > 0) {
87 m_topRight.setWidth(std::max<float>(0, m_topRight.width() + rightWidth))
    [all...]
  /external/chromium_org/third_party/polymer/components/paper-checkbox/
paper-checkbox.css 21 width: 18px;
37 width: 48px;
51 width: 18px;
70 width: 18px;
77 width: 4px;
87 width: 18px;
94 width: 4px;
111 width: 4px;
118 width: 10px;
120 border-right-width: 2px
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/paper-checkbox/
paper-checkbox.css 21 width: 18px;
37 width: 48px;
51 width: 18px;
70 width: 18px;
77 width: 4px;
87 width: 18px;
94 width: 4px;
111 width: 4px;
118 width: 10px;
120 border-right-width: 2px
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_zs.c 117 unsigned width, unsigned height)
121 memcpy(dst_row, src_row, width);
130 unsigned width, unsigned height)
134 memcpy(dst_row, src_row, width);
143 unsigned width, unsigned height)
149 for(x = 0; x < width; ++x) {
164 unsigned width, unsigned height)
170 for(x = 0; x < width; ++x) {
186 unsigned width, unsigned height)
192 for(x = 0; x < width; ++x)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_zs.c 117 unsigned width, unsigned height)
121 memcpy(dst_row, src_row, width);
130 unsigned width, unsigned height)
134 memcpy(dst_row, src_row, width);
143 unsigned width, unsigned height)
149 for(x = 0; x < width; ++x) {
164 unsigned width, unsigned height)
170 for(x = 0; x < width; ++x) {
186 unsigned width, unsigned height)
192 for(x = 0; x < width; ++x)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/
default.css 8 width: 800px;
44 width: 160px;
54 width: 600px;
73 .summaryTable { width: 100%; }
107 width: 140px;
219 width:860px;
245 width:100%;
265 max-width:100%;
269 width:270px;
289 width:270px
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.css 23 width: 100%;
48 width: 100%;
55 width: 100%;
68 width: 100%;
75 width: 400px;
  /external/chromium_org/chrome/browser/resources/ntp4/
incognito_and_guest_tab.css 40 max-width: 640px;
42 width: 100%;
53 @media (max-width:700px) {
59 @media (max-width:400px) {
65 @media (max-height:480px) and (max-width:400px) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
loadimage.h 19 void LoadA8ToRGBA8(size_t width, size_t height, size_t depth,
23 void LoadA8ToBGRA8(size_t width, size_t height, size_t depth,
27 void LoadA8ToBGRA8_SSE2(size_t width, size_t height, size_t depth,
31 void LoadA32FToRGBA32F(size_t width, size_t height, size_t depth,
35 void LoadA16FToRGBA16F(size_t width, size_t height, size_t depth,
39 void LoadL8ToRGBA8(size_t width, size_t height, size_t depth,
43 void LoadL8ToBGRA8(size_t width, size_t height, size_t depth,
47 void LoadL32FToRGBA32F(size_t width, size_t height, size_t depth,
51 void LoadL16FToRGBA16F(size_t width, size_t height, size_t depth,
55 void LoadLA8ToRGBA8(size_t width, size_t height, size_t depth
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.h 42 VGint width, height; member in struct:vg_image
53 VGint width, VGint height);
57 VGint x, VGint y, VGint width, VGint height);
64 VGint width, VGint height);
71 VGint width, VGint height);
75 VGint width, VGint height);
79 VGint width, VGint height,
86 VGint width, VGint height);
89 VGint width, VGint height);
102 VGint width, VGint height)
    [all...]
  /external/chromium_org/third_party/skia/src/utils/ios/
SkImageDecoder_iOS.mm 30 const int width = uimage.size.width;
32 bm->setInfo(SkImageInfo::MakeN32(width, height, kPremul_SkAlphaType), 0);
45 CGContextRef cg = CGBitmapContextCreate(bm->getPixels(), width, height,
47 CGContextDrawImage(cg, CGRectMake(0, 0, width, height), uimage.CGImage);
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
open_gles20.mm 83 bool OpenGles20::Setup(int32_t width, int32_t height) {
117 glViewport(0, 0, width, height);
155 if (texture_width_ != (GLsizei)frame.width() ||
245 static void InitializeTexture(int name, int id, int width, int height) {
255 width,
264 const GLsizei width = frame.width();
271 InitializeTexture(GL_TEXTURE0, texture_ids_[0], width, height);
272 InitializeTexture(GL_TEXTURE1, texture_ids_[1], width / 2, height / 2);
273 InitializeTexture(GL_TEXTURE2, texture_ids_[2], width / 2, height / 2)
    [all...]
  /external/chromium_org/third_party/webrtc/test/
frame_generator.cc 24 ChromaGenerator(size_t width, size_t height)
25 : angle_(0.0), width_(width), height_(height) {
26 assert(width > 0);
55 YuvFileGenerator(FILE* file, size_t width, size_t height)
56 : file_(file), width_(width), height_(height) {
58 assert(width > 0);
105 FrameGenerator* FrameGenerator::Create(size_t width, size_t height) {
106 return new ChromaGenerator(width, height);
110 size_t width,
114 return new YuvFileGenerator(file_handle, width, height)
    [all...]
  /external/chromium_org/third_party/webrtc/tools/psnr_ssim_analyzer/
psnr_ssim_analyzer.cc 25 const char* results_file_name, int width, int height) {
34 int size = webrtc::test::GetI420FrameSize(width, height);
44 reference_file_name, width, height, frame_counter, ref_frame):
45 webrtc::test::ExtractFrameFromYuvFile(reference_file_name, width,
47 read_result &= webrtc::test::ExtractFrameFromYuvFile(test_file_name, width,
55 webrtc::test::kPSNR, ref_frame, test_frame, width, height);
57 webrtc::test::kSSIM, ref_frame, test_frame, width, height);
80 * --results_file=<name_of_file> --width=<width_of_frames>
88 "--test_file=test.yuv --results_file=results.txt --width=320 "
91 " - width(int): The width of the reference and test files. Default: -1\n
121 int width = strtol((parser.GetFlag("width")).c_str(), NULL, 10); local
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Pyramid.cpp 28 real width, real height, real border)
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
42 curr->width = width;
45 curr->pitch = (real) (width + border2);
53 width >>= 1;
62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border)
67 sizeof(short) * (width + border2) * (height + border2), 1);
72 img->width = width;
221 int width = scr->width + scr->border; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLTexture.cpp 147 void WebGLTexture::setLevelInfo(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum type)
151 // We assume level, internalFormat, width, height, and type have all been
156 m_info[index][level].setInfo(internalFormat, width, height, type);
169 GLsizei width = info0.width; local
171 GLint levelCount = computeLevelCount(width, height);
173 width = std::max(1, width >> 1);
176 info.setInfo(info0.internalFormat, width, height, info0.type);
205 return info->width;
346 GLsizei width = info0.width; local
    [all...]
  /external/elfutils/0.153/libebl/
eblgstrtab.c 79 unsigned int width; member in struct:Ebl_GStrent
98 unsigned int width; member in struct:Ebl_GStrtab
111 ebl_gstrtabinit (unsigned int width, bool nullstr)
124 ret->width = width;
130 ret->null.string = (char *) calloc (1, width);
185 if (st->left < align + sizeof (struct Ebl_GStrent) + len * st->width)
187 morememory (st, sizeof (struct Ebl_GStrent) + len * st->width);
195 newstr->width = st->width;
    [all...]

Completed in 1043 milliseconds

<<11121314151617181920>>