| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftbitmap.c | 166 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 D | amdgpu_bo_helper.h | 30 int bitsPerPixel, int *new_pitch);
|
| H A D | amdgpu_bo_helper.c | 64 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 D | radeon_bo_helper.h | 45 int usage_hint, int bitsPerPixel, int *new_pitch,
|
| H A D | radeon_bo_helper.c | 183 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 D | radeon_exa.c | 240 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 D | evergreen_state.h | 350 int *new_pitch);
|
| H A D | r600_state.h | 321 int *new_pitch);
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa_pixmap.c | 41 int new_pitch = 0; local in function:saa_create_pixmap 73 usage_hint, bpp, &new_pitch)) 76 paddedWidth = new_pitch;
|
| H A D | saa.h | 103 int bpp, int *new_pitch);
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_driver.c | 80 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 D | exa_migration_mixed.c | 57 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 D | exa_driver.c | 81 int new_pitch = 0; local in function:exaCreatePixmap_driver 85 &new_pitch); 86 paddedWidth = pExaPixmap->fb_pitch = new_pitch;
|
| H A D | exa_migration_mixed.c | 58 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 D | nouveau_exa.c | 114 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 D | evergreen_state.h | 353 int *new_pitch);
|
| H A D | r600_state.h | 346 int *new_pitch);
|
| H A D | radeon_exa.c | 451 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 D | vmwgfx_saa.c | 439 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
|