Searched refs:new_pitch (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/freetype/dist/src/base/
H A Dftbitmap.c166 unsigned int new_pitch; local in function:ft_bitmap_assure_buffer
180 new_pitch = ( width + xpixels + 7 ) >> 3;
184 new_pitch = ( width + xpixels + 3 ) >> 2;
188 new_pitch = ( width + xpixels + 1 ) >> 1;
194 new_pitch = width + xpixels;
201 if ( ypixels == 0 && new_pitch <= pitch )
236 if ( FT_QALLOC_MULT( buffer, bitmap->rows + ypixels, new_pitch ) )
249 unsigned int delta = new_pitch - len;
252 FT_MEM_ZERO( out, new_pitch * ypixels );
253 out += new_pitch * ypixel
973 int pitch, new_pitch; local in function:FT_Bitmap_Blend
[all...]
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_bo_helper.h30 int bitsPerPixel, int *new_pitch);
H A Damdgpu_bo_helper.c64 int bitsPerPixel, int *new_pitch)
102 if (new_pitch)
103 *new_pitch = gbm_bo_get_stride(pixmap_buffer->bo.gbm);
115 if (new_pitch)
116 *new_pitch = pitch;
62 amdgpu_alloc_pixmap_bo(ScrnInfoPtr pScrn,int width,int height,int depth,int usage_hint,int bitsPerPixel,int * new_pitch) argument
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_bo_helper.h45 int usage_hint, int bitsPerPixel, int *new_pitch,
H A Dradeon_bo_helper.c183 int usage_hint, int bitsPerPixel, int *new_pitch,
229 if (new_pitch)
230 *new_pitch = gbm_bo_get_stride(bo->bo.gbm);
314 *new_pitch = pitch;
182 radeon_alloc_pixmap_bo(ScrnInfoPtr pScrn,int width,int height,int depth,int usage_hint,int bitsPerPixel,int * new_pitch,struct radeon_surface * new_surface,uint32_t * new_tiling) argument
H A Dradeon_exa.c240 int *new_pitch)
260 usage_hint, bitsPerPixel, new_pitch,
238 RADEONEXACreatePixmap2(ScreenPtr pScreen,int width,int height,int depth,int usage_hint,int bitsPerPixel,int * new_pitch) argument
H A Devergreen_state.h350 int *new_pitch);
H A Dr600_state.h321 int *new_pitch);
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa_pixmap.c41 int new_pitch = 0; local in function:saa_create_pixmap
73 usage_hint, bpp, &new_pitch))
76 paddedWidth = new_pitch;
H A Dsaa.h103 int bpp, int *new_pitch);
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_driver.c80 int new_pitch = 0; local in function:exaCreatePixmap_driver
81 pExaPixmap->driverPriv = pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp, &new_pitch);
82 paddedWidth = pExaPixmap->fb_pitch = new_pitch;
H A Dexa_migration_mixed.c57 int new_pitch = 0; local in function:exaCreateDriverPixmap_mixed
58 pExaPixmap->driverPriv = pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp, &new_pitch);
59 paddedWidth = pExaPixmap->fb_pitch = new_pitch;
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_driver.c81 int new_pitch = 0; local in function:exaCreatePixmap_driver
85 &new_pitch);
86 paddedWidth = pExaPixmap->fb_pitch = new_pitch;
H A Dexa_migration_mixed.c58 int new_pitch = 0; local in function:exaCreateDriverPixmap_mixed
62 &new_pitch);
63 paddedWidth = pExaPixmap->fb_pitch = new_pitch;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_exa.c114 int usage_hint, int bitsPerPixel, int *new_pitch)
132 usage_hint, new_pitch, &nvpix->bo);
113 nouveau_exa_create_pixmap(ScreenPtr pScreen,int width,int height,int depth,int usage_hint,int bitsPerPixel,int * new_pitch) argument
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Devergreen_state.h353 int *new_pitch);
H A Dr600_state.h346 int *new_pitch);
H A Dradeon_exa.c451 int *new_pitch)
574 *new_pitch = pitch;
584 if (tiling && !radeon_bo_set_tiling(new_priv->bo, tiling, *new_pitch))
449 RADEONEXACreatePixmap2(ScreenPtr pScreen,int width,int height,int depth,int usage_hint,int bitsPerPixel,int * new_pitch) argument
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_saa.c439 unsigned int usage_hint, int bpp, int *new_pitch)
443 *new_pitch = ((w * bpp + FB_MASK) >> FB_SHIFT) * sizeof(FbBits);
437 vmwgfx_create_pixmap(struct saa_driver * driver,struct saa_pixmap * spix,int w,int h,int depth,unsigned int usage_hint,int bpp,int * new_pitch) argument

Completed in 16 milliseconds