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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 211 UINT Height;
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/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c 134 const GLfloat theight = (GLfloat) texImg->Height; \
138 const GLint tmask = texImg->Height - 1; \
192 const GLfloat theight = (GLfloat) texImg->Height; \
196 const GLint tmask = texImg->Height - 1; \
549 const GLfloat theight = (GLfloat) texImg->Height; \
553 info.tmask = texImg->Height - 1; \
585 info.tsize = texImg->Height * info.tbytesline;
820 info.tmask = texImg->Height - 1; \
851 info.tsize = texImg->Height * info.tbytesline;
    [all...]
s_renderbuffer.c 58 GLuint width, GLuint height)
129 if (width > 0 && height > 0) {
131 srb->Buffer = malloc(srb->RowStride * height);
135 rb->Height = 0;
138 width, height, bpp);
144 rb->Height = height;
573 0, 0, texImage->Width, texImage->Height,
581 0, 0, rb->Width, rb->Height,
s_stencil.c 297 const GLint w = rb->Width, h = rb->Height;
330 const GLint w = rb->Width, h = rb->Height;
458 if (y < 0 || y >= (GLint) rb->Height ||
503 if (y < 0 || y >= (GLint) rb->Height ||
556 GLint x, y, width, height; local
568 height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin;
580 ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height,
594 for (i = 0; i < height; i++) {
604 memset(map, clear, width * height);
608 for (i = 0; i < height; i++)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 134 const GLfloat theight = (GLfloat) texImg->Height; \
138 const GLint tmask = texImg->Height - 1; \
192 const GLfloat theight = (GLfloat) texImg->Height; \
196 const GLint tmask = texImg->Height - 1; \
549 const GLfloat theight = (GLfloat) texImg->Height; \
553 info.tmask = texImg->Height - 1; \
585 info.tsize = texImg->Height * info.tbytesline;
820 info.tmask = texImg->Height - 1; \
851 info.tsize = texImg->Height * info.tbytesline;
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPath.h 261 return AddArc(rect.X, rect.Y, rect.Width, rect.Height,
268 IN REAL height,
272 return SetStatus(DllExports::GdipAddPathArc(nativePath, x, y, width, height,
281 return AddArc(rect.X, rect.Y, rect.Width, rect.Height,
288 IN INT height,
296 height,
488 rect.Height));
506 rect.Height));
519 return AddEllipse(rect.X, rect.Y, rect.Width, rect.Height);
525 IN REAL height)
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 313 if (m_DestWidth == 0 || m_pDestScanline == NULL || m_SrcClip.Height() > (int)((1U << 29) / m_InterPitch) || m_SrcClip.Height() == 0) {
317 m_pInterBuf = FX_AllocNL(unsigned char, m_SrcClip.Height() * m_InterPitch);
319 m_pInterBuf = FX_Alloc(unsigned char, m_SrcClip.Height() * m_InterPitch);
325 m_pExtraAlphaBuf = FX_Alloc(unsigned char, m_SrcClip.Height() * m_ExtraMaskPitch);
    [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...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_drm.c 116 dri2_surf->base.Height = surf->base.height;
200 surf->base.width, surf->base.height,
231 dri2_surf->base.Height);
244 int *width, int *height,
278 *height = dri2_surf->base.Height;
285 int *width, int *height,
307 width, height,
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_impl_sse2.asm 407 ; unsigned int Height,
432 movsxd rcx, dword ptr arg(4) ;Height ;
529 ; unsigned int Height,
554 movsxd rcx, dword ptr arg(4) ;Height ;
637 ; unsigned int Height,
662 movsxd rcx, dword ptr arg(4) ;Height ;
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 116 dri2_surf->base.Height = surf->base.height;
200 surf->base.width, surf->base.height,
231 dri2_surf->base.Height);
244 int *width, int *height,
278 *height = dri2_surf->base.Height;
285 int *width, int *height,
307 width, height,
  /frameworks/base/core/java/android/content/res/
StringBlock.java 227 sub = subtag(tag, ";height=");
230 addParagraphSpan(buffer, new Height(size),
395 * Forces the text line to be the specified height, shrinking/stretching
399 private static class Height implements LineHeightSpan.WithDensity {
403 public Height(int size) {
429 * the height of a capital letter actually is,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_impl_sse2.asm 407 ; unsigned int Height,
432 movsxd rcx, dword ptr arg(4) ;Height ;
529 ; unsigned int Height,
554 movsxd rcx, dword ptr arg(4) ;Height ;
637 ; unsigned int Height,
662 movsxd rcx, dword ptr arg(4) ;Height ;
  /external/chromium_org/chrome/browser/android/profiles/
profile_downloader_android.cc 139 avatar_image.Height() > profiles::kAvatarIconHeight &&
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.h 67 int Height();
125 void ScrollToMakeVisibleWithSubFocus(int x, int y, int width, int height);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Image11.cpp 89 bool Image11::copyToStorage(TextureStorageInterface2D *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
92 return storage11->updateSubresourceLevel(getStagingTexture(), getStagingSubresource(), level, 0, xoffset, yoffset, 0, width, height, 1);
95 bool Image11::copyToStorage(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
98 return storage11->updateSubresourceLevel(getStagingTexture(), getStagingSubresource(), level, face, xoffset, yoffset, 0, width, height, 1);
101 bool Image11::copyToStorage(TextureStorageInterface3D *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)
104 return storage11->updateSubresourceLevel(getStagingTexture(), getStagingSubresource(), level, 0, xoffset, yoffset, zoffset, width, height, depth);
107 bool Image11::copyToStorage(TextureStorageInterface2DArray *storage, int level, GLint xoffset, GLint yoffset, GLint arrayLayer, GLsizei width, GLsizei height)
110 return storage11->updateSubresourceLevel(getStagingTexture(), getStagingSubresource(), level, arrayLayer, xoffset, yoffset, 0, width, height, 1);
113 bool Image11::redefine(Renderer *renderer, GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool forceRelease)
116 mHeight != height ||
333 GLsizei height = mHeight; local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Blit9.cpp 174 rect.bottom = desc.Height;
525 vp.Height = sourceRect.bottom - sourceRect.top;
530 float halfPixelAdjust[4] = { -1.0f/vp.Width, 1.0f/vp.Height, 0, 0 };
602 dummyVp.Height = 1;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 103 int Height;
  /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
46 height = lParam >> 16;
48 swap_chain->ResizeBuffers(buffer_count, width, height, format, 0);
90 height = rc.bottom - rc.top;
95 swap_chain_desc.BufferDesc.Height = height;
167 else if(width && height)
177 app->draw(ctx, rtv, width, height, ctime);
d3d10x11main.cpp 34 unsigned width, height; variable
56 height = 512;
57 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
65 swap_chain_desc.BufferDesc.Height = height;
129 height = event.xconfigure.height;
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
46 height = lParam >> 16;
48 swap_chain->ResizeBuffers(buffer_count, width, height, format, 0);
90 height = rc.bottom - rc.top;
95 swap_chain_desc.BufferDesc.Height = height;
151 else if(width && height)
161 app->draw(ctx, rtv, width, height, ctime);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_misc_state.c 55 ((ctx->DrawBuffer->Height - 1) << 16));
379 * height.
431 (stencil_irb->Base.Base.Height + tile_y - 1) << 19);
495 (((depth_irb->Base.Base.Height + tile_y) - 1) << 19));
683 OUT_BATCH((32 - (ctx->DrawBuffer->Height & 31)) & 31);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_copy.c 53 GLint x, GLint y, GLsizei width, GLsizei height)
114 y = ctx->ReadBuffer->Height - (y + height);
134 width, height,
153 GLsizei width, GLsizei height)
158 intel_renderbuffer(rb), x, y, width, height)) {
162 rb, x, y, width, height);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 285 GLenum internalFormat, GLuint width, GLuint height)
296 rb->Height = height;
304 GLenum internalFormat, GLuint width, GLuint height)
312 swrast_alloc_front_storage(ctx, rb, internalFormat, width, height);
314 xrb->Base.Buffer = malloc(height * xrb->pitch);
417 map += (rb->Height - 1) * stride;
563 frontrb->Base.Base.Height,
588 GLsizei width, height; local
590 get_window_size(fb, &width, &height);
    [all...]

Completed in 1547 milliseconds

1 2 3 4 5 6 7 8 91011>>