/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_shape.c | 67 SDL_CalculateShapeBitmap(SDL_WindowShapeMode mode,SDL_Surface *shape,Uint8* bitmap,Uint8 ppb) in SDL_CalculateShapeBitmap() argument 113 bitmap[bitmap_pixel / ppb] |= mask_value << (7 - ((ppb - 1) - (bitmap_pixel % ppb))); in SDL_CalculateShapeBitmap()
|
D | SDL_shape_internals.h | 56 …void SDL_CalculateShapeBitmap(SDL_WindowShapeMode mode,SDL_Surface *shape,Uint8* bitmap,Uint8 ppb);
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 2645 png_const_bytep ppa, ppb; in compare_two_images() local 2652 ppb = rowb; in compare_two_images() 2658 for (y=0, match=1; y<height && match; ++y, ppa += stridea, ppb += strideb) in compare_two_images() 2664 png_byte bval = ppb[x]; in compare_two_images() 2852 png_const_bytep ppa, ppb; in compare_two_images() local 2855 for (x=0, ppa=rowa, ppb=rowb; x<width; ++x) in compare_two_images() 2865 psb = (png_const_bytep)b->colormap + b_sample * *ppb++; in compare_two_images() 2867 psb = ppb, ppb += b_sample; in compare_two_images()
|
/third_party/libpng/contrib/libtests/ |
D | pngstest.c | 2645 png_const_bytep ppa, ppb; in compare_two_images() local 2652 ppb = rowb; in compare_two_images() 2658 for (y=0, match=1; y<height && match; ++y, ppa += stridea, ppb += strideb) in compare_two_images() 2664 png_byte bval = ppb[x]; in compare_two_images() 2852 png_const_bytep ppa, ppb; in compare_two_images() local 2855 for (x=0, ppa=rowa, ppb=rowb; x<width; ++x) in compare_two_images() 2865 psb = (png_const_bytep)b->colormap + b_sample * *ppb++; in compare_two_images() 2867 psb = ppb, ppb += b_sample; in compare_two_images()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 2645 png_const_bytep ppa, ppb; in compare_two_images() local 2652 ppb = rowb; in compare_two_images() 2658 for (y=0, match=1; y<height && match; ++y, ppa += stridea, ppb += strideb) in compare_two_images() 2664 png_byte bval = ppb[x]; in compare_two_images() 2852 png_const_bytep ppa, ppb; in compare_two_images() local 2855 for (x=0, ppa=rowa, ppb=rowb; x<width; ++x) in compare_two_images() 2865 psb = (png_const_bytep)b->colormap + b_sample * *ppb++; in compare_two_images() 2867 psb = ppb, ppb += b_sample; in compare_two_images()
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | urlmon.h | 1048 IBinding **ppb) = 0; 1075 IBinding **ppb); 1091 …define IBindProtocol_CreateBinding(This,szUrl,pbc,ppb) (This)->lpVtbl->CreateBinding(This,szUrl,pb… 1104 …ESULT IBindProtocol_CreateBinding(IBindProtocol* This,LPCWSTR szUrl,IBindCtx *pbc,IBinding **ppb) { 1105 return This->lpVtbl->CreateBinding(This,szUrl,pbc,ppb);
|
D | urlmon.idl | 277 HRESULT CreateBinding ([in] LPCWSTR szUrl,[in] IBindCtx *pbc,[out] IBinding **ppb);
|
D | shobjidl.h | 29040 IPropertyBag *ppb) = 0; 29066 IPropertyBag *ppb); 29082 …InitializeCommand_Initialize(This,pszCommandName,ppb) (This)->lpVtbl->Initialize(This,pszCommandNa… 29095 … IInitializeCommand_Initialize(IInitializeCommand* This,LPCWSTR pszCommandName,IPropertyBag *ppb) { 29096 return This->lpVtbl->Initialize(This,pszCommandName,ppb);
|
D | shobjidl.idl | 3843 HRESULT Initialize ([in, string] LPCWSTR pszCommandName,[in] IPropertyBag *ppb);
|
/third_party/freetype/ |
D | ChangeLog.21 | 62 should have ppb (pixel per byte) 1.
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 62 should have ppb (pixel per byte) 1.
|