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

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex.c 92 image->Width, image->Height, image->Depth, intel_texobj->mt);
107 image->Width, image->Height, image->Depth, intel_image->mt);
120 GLsizei levels, GLsizei width,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 146 a[MAT_SX] = (float)vp->Width / 2;
163 a[0] = (float)vp->Width / 2 + vp->X;
nv10_state_fb.c 60 unsigned pitch = align(fb->Width, 128),
193 PUSH_DATA (push, (fb->Width - 1) << 16 | 0x08000800);
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 201 if (ctx->Line.Width != 1.0F) return NULL;
365 rowlength = osmesa->srb->Base.Width;
403 GLenum internalFormat, GLuint width, GLuint height)
497 rb->Width = width;
551 rowStride = rb->Width * bpp;
829 * as large as width*height*sizeof(type). Its address should be a multiple
837 * initialized to (0,0,width,height).
847 * width, height - size of image buffer in pixels, at least 1
849 * invalid buffer address, invalid type, width<1, height<1
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 217 raster->line_width = CLAMP(ctx->Line.Width,
222 raster->line_width = CLAMP(ctx->Line.Width,
st_manager.c 155 stdraw->Base.Width,
164 stread->Base.Width,
185 uint width, height; local
203 width = stfb->Base.Width;
238 strb->Base.Width = strb->surface->width;
241 width = strb->Base.Width;
250 _mesa_resize_framebuffer(st->ctx, &stfb->Base, width, height)
483 GLuint width, height, depth; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 109 M_ARG Width, 4
117 M_LDR iWidth, Width
180 ;// as original width
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
SwapChain11.cpp 135 if (offscreenTextureDesc.Width != (UINT)backbufferWidth ||
151 offscreenTextureDesc.Width = backbufferWidth;
232 depthStencilTextureDesc.Width = backbufferWidth;
403 swapChainDesc.BufferDesc.Width = backbufferWidth;
516 EGLint SwapChain11::swapRect(EGLint x, EGLint y, EGLint width, EGLint height)
539 float x2 = ((x + width) / float(mWidth)) * 2.0f - 1.0f;
544 float u2 = (x + width) / float(mWidth);
580 viewport.Width = mWidth;
TextureStorage11.cpp 291 GLsizei width, GLsizei height, GLsizei depth)
298 gl::Box copyArea(xoffset, yoffset, zoffset, width, height, depth);
303 copyArea.width == texSize.width &&
329 srcBox.right = copyArea.x + roundUp((unsigned int)width, dxgiFormatInfo.blockWidth);
347 GLsizei width, GLsizei height, GLsizei depth)
416 mTextureWidth = texDesc.Width;
441 TextureStorage11_2D::TextureStorage11_2D(Renderer *renderer, GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, int levels)
462 // if the width or height is not positive this should be treated as an incomplete texture
464 if (width > 0 && height > 0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_android.c 122 dri2_surf->base.Width, dri2_surf->base.Height);
178 window->query(window, NATIVE_WINDOW_WIDTH, &dri2_surf->base.Width);
339 buf->width,
442 int *width, int *height,
457 if (dri2_surf->base.Width != dri2_surf->buffer->width ||
460 dri2_surf->base.Width = dri2_surf->buffer->width;
468 if (width)
469 *width = dri2_surf->base.Width
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_manager.c 155 stdraw->Base.Width,
164 stread->Base.Width,
185 uint width, height; local
203 width = stfb->Base.Width;
238 strb->Base.Width = strb->surface->width;
241 width = strb->Base.Width;
250 _mesa_resize_framebuffer(st->ctx, &stfb->Base, width, height)
483 GLuint width, height, depth; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_renderbuffer.c 58 GLuint width, GLuint height)
127 srb->RowStride = width * bpp;
129 if (width > 0 && height > 0) {
134 rb->Width = 0;
138 width, height, bpp);
143 rb->Width = width;
190 int stride = rb->Width * cpp;
573 0, 0, texImage->Width, texImage->Height,
581 0, 0, rb->Width, rb->Height
    [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 214 /// Convert bits into bytes. Assert if not a byte width multiple.
216 assert(Bits % 8 == 0 && "number of bits must be a byte width multiple");
308 unsigned Width = getInt(Tok);
309 assert(Width != 0 && "width must be non-zero");
310 LegalIntWidths.push_back(Width);
370 assert(bit_width < (1 << 24) && "Bit width doesn't fit in bitfield");
718 Type *DataLayout::getSmallestLegalIntType(LLVMContext &C, unsigned Width) const {
720 if (Width <= LegalIntWidth)
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 122 dri2_surf->base.Width, dri2_surf->base.Height);
178 window->query(window, NATIVE_WINDOW_WIDTH, &dri2_surf->base.Width);
339 buf->width,
442 int *width, int *height,
457 if (dri2_surf->base.Width != dri2_surf->buffer->width ||
460 dri2_surf->base.Width = dri2_surf->buffer->width;
468 if (width)
469 *width = dri2_surf->base.Width
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 58 GLuint width, GLuint height)
127 srb->RowStride = width * bpp;
129 if (width > 0 && height > 0) {
134 rb->Width = 0;
138 width, height, bpp);
143 rb->Width = width;
190 int stride = rb->Width * cpp;
573 0, 0, texImage->Width, texImage->Height,
581 0, 0, rb->Width, rb->Height
    [all...]
  /external/opencv/cxcore/include/
cvwimage.h 68 // Thus (c,r) is usually in the domain [0, width) X [0, height)
82 // int w = im.Width();
89 // for (int c = 0; c < im->Width(); ++c) {
192 int Width() const {return image_->width; }
235 WImageView<T> View(int c, int r, int width, int height);
271 WImageViewC<T, C> View(int c, int r, int width, int height);
310 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) {
311 Allocate(width, height, nchannels);
320 void Allocate(int width, int height, int nchannels)
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 196 FX_DWORD size = clip_rect.Width();
214 m_InterPitch = (m_DestClip.Width() * m_DestBpp + 31) / 32 * 4;
215 m_ExtraMaskPitch = (m_DestClip.Width() * 8 + 31) / 32 * 4;
329 FX_DWORD size = (m_DestClip.Width() * 8 + 31) / 32 * 4;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 363 int dest_width = image_rect.Width();
440 if (image_rect.Width() && image_rect.Height()) {
441 if ((image_clip.Width() * m_pDIBSource->GetWidth() / image_rect.Width()) *
556 int width = rect.Width(); local
559 if (!bitmap_device1.Create(rect.Width(), rect.Height(), FXDIB_Rgb32)) {
577 if (!bitmap_device2.Create(rect.Width(), rect.Height(), FXDIB_8bppRgb)) {
595 for (int col = 0; col < width; col ++) {
646 int width = rect.Width(); local
1051 int width = pClipRect->right - pClipRect->left; local
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 212 GLsizei Width, Height; /**< Current texture size */
312 GLint Width, Height;
725 _mesa_Ortho(0.0, ctx->DrawBuffer->Width,
753 save->ViewportW = ctx->Viewport.Width;
758 ctx->Viewport.Width != ctx->DrawBuffer->Width ||
761 ctx->DrawBuffer->Width, ctx->DrawBuffer->Height);
931 save->Scissor.Width, save->Scissor.Height);
3606 const GLint width = texImage->Width; local
    [all...]
  /external/jhead/
jhead.c 293 if (ImageInfo.Height <= 1280 && ImageInfo.Width <= 1280){
294 printf("not resizing %dx%x '%s'\n",ImageInfo.Height, ImageInfo.Width, ImageInfo.FileName);
299 if (1024.0 / ImageInfo.Width < scale) scale = 1024.0 / ImageInfo.Width;
303 sprintf(CommandString, "mogrify -geometry %dx%d -quality 85 &i",(int)(ImageInfo.Width*scale), (int)(ImageInfo.Height*scale));
444 if (ImageInfo.Width > ImageInfo.Height) return TRUE;
448 if (ImageInfo.Width < ImageInfo.Height) return TRUE;
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 212 GLsizei Width, Height; /**< Current texture size */
312 GLint Width, Height;
725 _mesa_Ortho(0.0, ctx->DrawBuffer->Width,
753 save->ViewportW = ctx->Viewport.Width;
758 ctx->Viewport.Width != ctx->DrawBuffer->Width ||
761 ctx->DrawBuffer->Width, ctx->DrawBuffer->Height);
931 save->Scissor.Width, save->Scissor.Height);
3606 const GLint width = texImage->Width; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 210 UINT Width;
696 STDMETHOD_(HRESULT,CreateSurface)(THIS_ UINT Width,UINT Height,UINT BackBuffers,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DWORD DxvaType,IDirect3DSurface9 **ppSurface,HANDLE *pSharedHandle) PURE;
704 #define IDirectXVideoAccelerationService_CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle) (This)->lpVtbl->CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle)
719 STDMETHOD_(HRESULT,CreateSurface)(THIS_ UINT Width,UINT Height,UINT BackBuffers,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DWORD DxvaType,IDirect3DSurface9 **ppSurface,HANDLE *pSharedHandle) PURE;
733 #define IDirectXVideoDecoderService_CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle) (This)->lpVtbl->CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle)
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPath.h 261 return AddArc(rect.X, rect.Y, rect.Width, rect.Height,
267 IN REAL width,
272 return SetStatus(DllExports::GdipAddPathArc(nativePath, x, y, width, height,
281 return AddArc(rect.X, rect.Y, rect.Width, rect.Height,
287 IN INT width,
295 width,
487 rect.Width,
505 rect.Width,
519 return AddEllipse(rect.X, rect.Y, rect.Width, rect.Height);
524 IN REAL width,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 85 Status AddArc(REAL x, REAL y, REAL width, REAL height,
89 x, y, width, height, startAngle, sweepAngle));
91 Status AddArc(INT x, INT y, INT width, INT height,
95 x, y, width, height, startAngle, sweepAngle));
100 rect.X, rect.Y, rect.Width, rect.Height,
106 rect.X, rect.Y, rect.Width, rect.Height,
199 Status AddEllipse(REAL x, REAL y, REAL width, REAL height)
202 x, y, width, height));
204 Status AddEllipse(INT x, INT y, INT width, INT height)
207 x, y, width, height))
    [all...]

Completed in 669 milliseconds

1 2 3 4 5 6 7 891011>>