/external/mesa3d/src/mesa/state_tracker/ |
st_cb_texture.c | 251 GLuint width, GLuint height, GLuint depth, GLuint level, 255 assert(height >= 1); 273 if (width == 1 || height == 1) { 277 height <<= level; 283 height <<= level; 290 if (width == 1 || height == 1 || depth == 1) { 294 height <<= level; 307 *height0 = height; 327 GLuint lastLevel, width, height, depth; local 341 &width, &height, &depth)) 418 GLuint height = texImage->Height; local 560 const GLuint height = texImage->Height; local 1218 GLuint width, height, depth; local [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_image.cpp | 320 int dest_height = image_rect.Height(); 485 int height = rect.Height(); local 487 if (!bitmap_device1.Create(rect.Width(), rect.Height(), FXDIB_Rgb32)) { 505 if (!bitmap_device2.Create(rect.Width(), rect.Height(), FXDIB_8bppRgb)) { 520 for (int row = 0; row < height; row ++) { 575 int height = rect.Height(); local 577 if (!bitmap_device1.Create(width, height, FXDIB_Rgb32)) { 592 if (!bitmap_device2.Create(width, height, FXDIB_8bppRgb)) 970 int height = pClipRect->bottom - pClipRect->top; local [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 275 gconf->native, gsurf->base.Width, gsurf->base.Height); 289 &gsurf->base.Width, &gsurf->base.Height)) { 611 EGLint x, EGLint y, EGLint width, EGLint height) 615 if (x < 0 || y < 0 || width < 0 || height < 0) 621 if (y + height > surf->Height) 622 height = surf->Height - y; 624 if (width <= 0 || height <= 0) 629 rect[1] = surf->Height - y - height [all...] |
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | 212 GLsizei Width, Height; /**< Current texture size */ 312 GLint Width, Height; 726 0.0, ctx->DrawBuffer->Height, 754 save->ViewportH = ctx->Viewport.Height; 759 ctx->Viewport.Height != ctx->DrawBuffer->Height) { 761 ctx->DrawBuffer->Width, ctx->DrawBuffer->Height); 931 save->Scissor.Width, save->Scissor.Height); 3607 const GLint height = texImage->Height; local [all...] |
/external/mesa3d/src/mesa/drivers/osmesa/ |
osmesa.c | 360 GLint height = osmesa->srb->Base.Height; local 371 for (i = 0; i < height; i++) { 377 for (i = 0; i < height; i++) { 378 GLint j = height - i - 1; 403 GLenum internalFormat, GLuint width, GLuint height) 498 rb->Height = height; 555 y = rb->Height - y - 1; 829 * as large as width*height*sizeof(type). Its address should be a multipl [all...] |
/external/pdfium/fpdfsdk/src/fxedit/ |
fxet_list.cpp | 94 return m_pEdit->GetContentRect().Height(); 886 SetScrollPosY(rcItem.bottom + rcPlate.Height()); 909 rcContent.bottom, rcContent.top, GetFirstHeight(), rcPlate.Height()); 927 if (rcPlate.Height() > rcContent.Height()) 933 if (FX_EDIT_IsFloatSmaller(fy - rcPlate.Height(), rcContent.bottom)) 935 fy = rcContent.bottom + rcPlate.Height();
|
/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/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...] |
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...] |
/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/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), 399 * Forces the text line to be the specified height, shrinking/stretching 403 private static class Height implements LineHeightSpan.WithDensity { 407 public Height(int size) { 433 * 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/libvpx/libvpx/vp8/common/ |
onyx.h | 103 int Height;
|
/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);
|
/external/llvm/lib/CodeGen/ |
ScheduleDAG.cpp | 222 /// fact that this node's height just increased. 228 Height = NewHeight; 280 SuccSU->Height + I->getLatency()); 289 if (MaxSuccHeight != Cur->Height) { 291 Cur->Height = MaxSuccHeight; 333 dbgs() << " Height : " << getHeight() << "\n"; 405 << (isBottomUp ? "Height" : "Depth") << " value!\n";
|
/external/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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...] |
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
SkPdfType16HalftoneDictionary_autogen.cpp | 59 int64_t SkPdfType16HalftoneDictionary::Height(SkPdfNativeDoc* doc) { 60 SkPdfNativeObject* ret = get("Height", ""); 68 return get("Height", "") != NULL;
|
SkPdfType6HalftoneDictionary_autogen.cpp | 59 int64_t SkPdfType6HalftoneDictionary::Height(SkPdfNativeDoc* doc) { 60 SkPdfNativeObject* ret = get("Height", ""); 68 return get("Height", "") != NULL;
|