Searched refs:Height (Results 126 - 150 of 290) sorted by relevance

1234567891011>>

/external/skia/experimental/xps_to_png/
H A Dxps_to_png.cs43 double height = fixedPage.Height;
/external/swiftshader/src/D3D8/
H A DDirect3DVolume8.cpp118 description->Height = height;
/external/swiftshader/src/D3D9/
H A DDirect3DVolume9.cpp134 description->Height = height;
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp441 m_pShell->PVRShellOutputDebug("Window Height: %i\n" , m_pShell->PVRShellGet(prefHeight));
746 @Input Height Height of the region to capture
751 bool PVRShellInit::ApiScreenCaptureBuffer(int Width,int Height,unsigned char *pBuf) argument
758 pLines2 = (unsigned char *)calloc(4 * Width * Height, sizeof(unsigned char));
763 glReadPixels(0, 0, Width, Height, GL_RGBA, GL_UNSIGNED_BYTE, pLines2);
772 for (j = 0, i = 0; j < 4 * Width * Height; j += 4, i += 3)
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dadd_noise_sse2.asm70 sub dword arg(5), 1 ; Height -= 1
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c232 dri2_surf->base.Width, dri2_surf->base.Height);
281 dri2_surf->base.Height = reply->height;
422 surf->Height = h;
473 rectangle.height = dri2_surf->base.Height;
505 dri2_surf->base.Height = *height = reply->height;
542 dri2_surf->base.Height = *height = reply->height;
927 rectangles[i].y = dri2_surf->base.Height - rects[i * 4 + 1] - rects[i * 4 + 3];
997 dri2_surf->base.Height);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_texstate.c179 (((firstImage->Height - 1) << MS3_HEIGHT_SHIFT) |
345 !_mesa_is_pow_two(firstImage->Height))
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c275 * The new XMesaBuffer will not have any size (Width=Height=0).
1185 drawBuffer->mesa_buffer.Height != height) {
1345 0, 0, b->mesa_buffer.Width, b->mesa_buffer.Height,
1356 0, 0, b->mesa_buffer.Width, b->mesa_buffer.Height );
1367 0, 0, b->mesa_buffer.Width, b->mesa_buffer.Height,
1397 int yTop = b->mesa_buffer.Height - y - height;
1485 *height = b->mesa_buffer.Height;
1709 img = XMesaGetImage(dpy, xrb->pixmap, 0, 0, rb->Width, rb->Height, ~0L,
1746 _mesa_TexImage2D(GL_TEXTURE_2D, 0, intFormat, rb->Width, rb->Height, 0,
/external/pdfium/core/fxge/dib/
H A Dfx_dib_engine.cpp399 if (m_SrcClip.Height() == 0 ||
400 m_SrcClip.Height() > (1 << 29) / m_InterPitch) {
404 m_pInterBuf = FX_TryAlloc(unsigned char, m_SrcClip.Height() * m_InterPitch);
410 FX_Alloc2D(unsigned char, m_SrcClip.Height(), m_ExtraMaskPitch);
895 if (!m_pDest->SetInfo(m_ClipRect.Width(), m_ClipRect.Height(), m_DestFormat,
912 if (!m_pDest->SetInfo(m_ClipRect.Width(), m_ClipRect.Height(), m_DestFormat,
916 } else if (!m_pDest->SetInfo(m_ClipRect.Width(), m_ClipRect.Height(),
978 int result_height = m_ClipRect.Height();
/external/pdfium/xfa/fde/
H A Dcfde_path.cpp214 CFX_RectF bbox = CFX_RectF(rect.left, rect.top, rect.Width(), rect.Height());
221 CFX_RectF bbox = CFX_RectF(rect.left, rect.top, rect.Width(), rect.Height());
/external/giflib/
H A Ddgif_lib.c356 DGifGetWord(GifFile, &GifFile->Image.Height) == GIF_ERROR)
432 (long)GifFile->Image.Height;
1102 if (sp->ImageDesc.Width < 0 && sp->ImageDesc.Height < 0 &&
1103 sp->ImageDesc.Width > (INT_MAX / sp->ImageDesc.Height)) {
1106 ImageSize = sp->ImageDesc.Width * sp->ImageDesc.Height;
1129 j < sp->ImageDesc.Height;
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta_blit.c115 _mesa_Uniform1f(loc_src_height, src_rb->Height);
244 _mesa_Uniform1f(loc_src_height, src_rb->Height);
651 srcY0 = rb->Height - srcY1;
652 srcY1 = rb->Height - temp;
764 t0 = srcY0 / (float) texImage->Height;
765 t1 = srcY1 / (float) texImage->Height;
H A Dmeta.c674 if (ctx->DrawBuffer->Width != 0 && ctx->DrawBuffer->Height != 0)
676 0.0, ctx->DrawBuffer->Height,
708 save->ViewportH = ctx->ViewportArray[0].Height;
713 ctx->ViewportArray[0].Height != (float) ctx->DrawBuffer->Height) {
715 ctx->DrawBuffer->Width, ctx->DrawBuffer->Height);
927 save->Scissor.ScissorArray[i].Height);
1112 save->ViewportH != ctx->ViewportArray[0].Height) {
1322 height > tex->Height ||
1329 tex->Height
[all...]
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast.c384 rb->Height = height;
487 xrb->map_y = rb->Height - y - h;
506 map += (rb->Height - 1) * stride;
652 frontrb->Base.Base.Height,
680 if (fb->Width != width || fb->Height != height) {
931 iy = frontrb->Base.Base.Height - y - h;
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c254 readRb->Width, readRb->Height,
267 srcMap += rowStride * (readRb->Height - 1);
268 dstMap += rowStride * (readRb->Height - 1);
595 0, 0, readRb->Width, readRb->Height,
611 0, 0, readRb->Width, readRb->Height,
617 0, 0, drawRb->Width, drawRb->Height,
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.cpp224 FX_FLOAT fInc = rect.Height() - fHeight;
238 rect.height = std::min(fWidth, rect.Height());
254 if (rect.Height() < 1.0f) {
257 fLineWidth = rect.Height();
512 FX_FLOAT fLineWidth = bVertical ? rect.Height() : rect.Width();
716 if (rtClip.Width() > 0.0f && rtClip.Height() > 0.0f)
/external/mesa3d/src/mesa/main/
H A Dtexobj.c691 baseImage->Height == 0 ||
776 assert(baseImage->Width2 == baseImage->Height);
897 img0->Width != img0->Height)
905 img->Height != img0->Height ||
1078 img->Height, img->Depth);
2097 imageHeight = image->Height;
2108 imageHeight = image->Height;
2118 imageHeight = image->Height;
2126 imageHeight = image->Height;
[all...]
H A Dfbobject.c413 texImage->Width == 0 || texImage->Height == 0 || texImage->Depth == 0)
417 && att->Zoffset >= texImage->Height)
471 rb->Height = texImage->Height2;
798 if (texImage->Width < 1 || texImage->Height < 1) {
813 if (att->Zoffset >= texImage->Height) {
897 att->Renderbuffer->Height < 1) {
948 * Also update the framebuffer's Width and Height fields if the
977 fb->Height = 0;
1040 minHeight = MIN2(minHeight, texImg->Height);
1041 maxHeight = MAX2(maxHeight, texImg->Height);
[all...]
/external/mesa3d/include/D3D9/
H A Dd3d9types.h1273 UINT Height; member in struct:D3DDISPLAYMODEEX
1506 USHORT Width, Height; member in struct:_D3DCOMPOSERECTDESC
1587 UINT Height; member in struct:_D3DDISPLAYMODE
1717 UINT Height; member in struct:_D3DRECTPATCH_INFO
1731 UINT Height; member in struct:_D3DSURFACE_DESC
1763 DWORD Height; member in struct:_D3DVIEWPORT9
1774 UINT Height; member in struct:_D3DVOLUME_DESC
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp1398 rcContent.Height() > rcEdit.Height()) {
1400 << " " << rcEdit.Height() << " re\nW\nn\n";
1456 FX_FLOAT fItemHeight = rcContent.Height();
1467 << " " << rcItem.Height() << " re f\n"
1490 << " " << rcClient.Height() << " re\nW\nn\n";
1574 rcContent.Height() > rcClient.Height()) {
1576 << rcClient.Width() << " " << rcClient.Height() << " re\nW\nn\n";
/external/mesa3d/src/gallium/state_trackers/nine/
H A Ddevice9.h313 UINT Height,
324 UINT Height,
364 UINT Height,
375 UINT Height,
422 UINT Height,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c159 stdraw->Base.Height);
168 stread->Base.Height);
211 height = stfb->Base.Height;
245 strb->Base.Height = strb->surface->height;
248 height = strb->Base.Height;
/external/swiftshader/include/Direct3D/
H A Dd3d8types.h96 DWORD Height; /* Viewport Dimensions */ member in struct:_D3DVIEWPORT8
1329 UINT Height; member in struct:_D3DDISPLAYMODE
1517 UINT Height; member in struct:_D3DSURFACE_DESC
1529 UINT Height; member in struct:_D3DVOLUME_DESC
1571 UINT Height; member in struct:_D3DRECTPATCH_INFO
/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShell.cpp546 @param[in] Height size of image to capture (relative to 0,0)
550 bool PVRShell::PVRShellScreenCaptureBuffer(const int Width, const int Height, unsigned char **pLines) argument
553 *pLines=(unsigned char *)calloc(Width*Height*3, sizeof(unsigned char));
556 return m_pShellInit->ApiScreenCaptureBuffer(Width, Height, *pLines);
568 @param[in] Height size of image to capture (relative to 0,0)
577 const int Height,
621 const int err = PVRShellWriteBMPFile(pszFileName, Width, Height, pLines, ui32PixelReplicate);
574 PVRShellScreenSave( const char * const fname, const int Width, const int Height, const unsigned char * const pLines, const unsigned int ui32PixelReplicate, char * const ofname) argument
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h138 UINT16 Height; member in struct:_EFI_HII_GLYPH_INFO
482 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_1BIT_BASE
506 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_24BIT_BASE
522 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_4BIT_BASE
540 UINT16 Height; member in struct:_EFI_HII_IIBT_IMAGE_8BIT_BASE

Completed in 709 milliseconds

1234567891011>>