HomeSort by relevance Sort by last modified time
    Searched refs:Width (Results 226 - 250 of 669) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_drm.c 115 dri2_surf->base.Width = surf->base.width;
200 surf->base.width, surf->base.height,
230 dri2_surf->base.Width,
244 int *width, int *height,
277 *width = dri2_surf->base.Width;
285 int *width, int *height,
307 width, height,
  /external/chromium_org/tools/stats_viewer/
stats_viewer.Designer.cs 92 this.columnHeaderName.Width = 203;
97 this.columnHeaderValue.Width = 69;
102 this.columnHeaderDelta.Width = 86;
301 this.columnHeaderRateName.Width = 205;
310 this.columnHeaderRateTotaltime.Width = 100;
315 this.columnHeaderRateAvgTime.Width = 110;
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 115 dri2_surf->base.Width = surf->base.width;
200 surf->base.width, surf->base.height,
230 dri2_surf->base.Width,
244 int *width, int *height,
277 *width = dri2_surf->base.Width;
285 int *width, int *height,
307 width, height,
  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 42 if (FXSYS_fabs(rcPreObj.Width() - rcCurObj.Width()) > rcCurObj.Width() / 2) {
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 17 // by the SIMD vector width, and not by one.
26 // of vectorization. It decides on the optimal vector width, which
106 VectorizationFactor("force-vector-width", cl::init(0), cl::Hidden,
107 cl::desc("Sets the SIMD width. Zero is autoselect."));
148 /// Maximum simd width.
    [all...]
  /external/chromium_org/chrome/browser/android/profiles/
profile_downloader_android.cc 138 avatar_image.Width() > profiles::kAvatarIconWidth &&
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.h 67 int Width();
126 void ScrollToMakeVisibleWithSubFocus(int x, int y, int width, int height);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Image11.cpp 102 bool Image11::copyToStorage2D(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
105 return copyToStorageImpl(storage11, level, 0, xoffset, yoffset, width, height);
108 bool Image11::copyToStorageCube(TextureStorage *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
111 return copyToStorageImpl(storage11, level, face, xoffset, yoffset, width, height);
114 bool Image11::copyToStorage3D(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)
117 return copyToStorageImpl(storage11, level, 0, xoffset, yoffset, width, height);
120 bool Image11::copyToStorage2DArray(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLint arrayLayer, GLsizei width, GLsizei height)
123 return copyToStorageImpl(storage11, level, arrayLayer, xoffset, yoffset, width, height);
126 bool Image11::copyToStorageImpl(TextureStorage11 *storage11, int level, int layerTarget, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
140 bool updateSubresourceSuccess = storage11->updateSubresourceLevel(getStagingTexture(), getStagingSubresource(), level, layerTarget, xoffset, yoffset, 0, width, height, 1)
437 GLsizei width = mWidth; local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Blit9.cpp 172 rect.right = desc.Width;
523 vp.Width = sourceRect.right - sourceRect.left;
529 float halfPixelAdjust[4] = { -1.0f/vp.Width, 1.0f/vp.Height, 0, 0 };
600 dummyVp.Width = 1;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 102 int Width;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
systemdependent.c 42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 33 static unsigned width, height; variable
45 width = lParam & 0xffff;
48 swap_chain->ResizeBuffers(buffer_count, width, height, format, 0);
89 width = rc.right - rc.left;
94 swap_chain_desc.BufferDesc.Width = width;
167 else if(width && height)
177 app->draw(ctx, rtv, width, height, ctime);
d3d10x11main.cpp 34 unsigned width, height; variable
55 width = 512;
57 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
64 swap_chain_desc.BufferDesc.Width = width;
128 width = event.xconfigure.width;
130 swap_chain->ResizeBuffers(3, width, height, format, 0);
134 else if(width && height)
143 app->draw(ctx, rtv, width, height, ctime)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 33 static unsigned width, height; variable
45 width = lParam & 0xffff;
48 swap_chain->ResizeBuffers(buffer_count, width, height, format, 0);
89 width = rc.right - rc.left;
94 swap_chain_desc.BufferDesc.Width = width;
151 else if(width && height)
161 app->draw(ctx, rtv, width, height, ctime);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 79 GLsizei width, GLsizei height,
161 &dstx, &dsty, &width, &height))
171 read_fb->Width, read_fb->Height,
172 &srcx, &srcy, &width, &height))
199 width, height, flip,
217 GLsizei width, GLsizei height,
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 91 GLint x, GLint y, GLsizei width, GLsizei height,
104 if (width * height < 100) {
124 dst_rowstride = width;
127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) {
163 rrb->base.Base.Width,
171 width,
175 width,
199 GLint x, GLint y, GLsizei width, GLsizei height,
206 if (do_blit_readpixels(ctx, x, y, width, height, format, type, pack, pixels))
220 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, pixels)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 285 GLenum internalFormat, GLuint width, GLuint height)
295 rb->Width = width;
297 xrb->pitch = bytes_per_line(width * xrb->bpp, 32);
304 GLenum internalFormat, GLuint width, GLuint height)
312 swrast_alloc_front_storage(ctx, rb, internalFormat, width, height);
390 int stride = rb->Width * cpp;
562 frontrb->Base.Base.Width,
588 GLsizei width, height; local
590 get_window_size(fb, &width, &height)
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType16HalftoneDictionary_autogen.cpp 47 int64_t SkPdfType16HalftoneDictionary::Width(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("Width", "");
56 return get("Width", "") != NULL;
SkPdfType6HalftoneDictionary_autogen.cpp 47 int64_t SkPdfType6HalftoneDictionary::Width(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("Width", "");
56 return get("Width", "") != NULL;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
test.cc 63 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _inst.width,
65 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(), _inst.width,
78 _width = _inst.width;
85 _inst.width,
91 CodecTest::CodecSettings(int width, int height,
108 _inst.width = width;
156 image._encodedWidth = videoBuffer.Width();
  /external/chromium_org/ui/gfx/
icon_util.cc 64 best->Width() <= IconUtil::kMediumIconSize &&
95 // PNG format and stored in |png_bytes|. Images with width or height larger than
112 DCHECK_GT(image.Width(), 0);
113 DCHECK_LE(image.Width(), IconUtil::kLargeIconSize);
128 if (image.Width() == IconUtil::kLargeIconSize &&
170 (bitmap.width() <= 0) || (bitmap.height() <= 0) ||
179 InitializeBitmapHeader(&bitmap_header, bitmap.width(), bitmap.height());
192 memcpy(bits, bitmap.getPixels(), bitmap.width() * bitmap.height() * 4);
204 bitmap.width() * bitmap.height());
209 size_t bytes_per_line = (bitmap.width() + 0xF) / 16 * 2
    [all...]
  /external/chromium_org/ui/gfx/image/
image_family_unittest.cc 15 // Tests that |image| != NULL, and has the given width and height.
22 EXPECT_EQ(expected_width, image_->Width()); \
154 // Test adding and looking up images with 0 width and height.
156 // An empty Image. Should be considered to have 0 width and height.
158 // Images with 0 width OR height should be treated the same as an image with 0
159 // width AND height (in fact, the ImageSkias should be indistinguishable).
  /external/chromium_org/win8/metro_driver/
direct3d_helper.cc 108 swap_chain_desc.Width = window_width;
  /external/libvpx/libvpx/vp8/common/
onyx.h 102 int Width;
  /external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c 42 void vp8_plane_add_noise_c(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a);

Completed in 821 milliseconds

1 2 3 4 5 6 7 8 91011>>