/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dib.cpp | 30 FX_DWORD* pPalette = (FX_DWORD*)(pbmih + 1); in GetBitmapInfo() local 33 pPalette[i] = pBitmap->GetPalette()[i]; in GetBitmapInfo() 37 pPalette[i] = i * 0x010101; in GetBitmapInfo() 42 FX_DWORD* pPalette = (FX_DWORD*)(pbmih + 1); in GetBitmapInfo() local 44 pPalette[0] = pBitmap->GetPalette()[0]; in GetBitmapInfo() 45 pPalette[1] = pBitmap->GetPalette()[1]; in GetBitmapInfo() 47 pPalette[0] = 0; in GetBitmapInfo() 48 pPalette[1] = 0xffffff; in GetBitmapInfo() 185 FX_DWORD* pPalette, in LoadFromDDB() argument 227 pDIBitmap->CopyPalette(pPalette, palsize); in LoadFromDDB()
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_composite.cpp | 1838 const uint8_t* pPalette, in _CompositeRow_8bppPal2Gray() argument 1848 uint8_t gray = pPalette[*src_scan]; in _CompositeRow_8bppPal2Gray() 1870 uint8_t gray = pPalette[*src_scan]; in _CompositeRow_8bppPal2Gray() 1888 uint8_t gray = pPalette[*src_scan]; in _CompositeRow_8bppPal2Gray() 1906 uint8_t gray = pPalette[*src_scan]; in _CompositeRow_8bppPal2Gray() 1919 const uint8_t* pPalette, in _CompositeRow_8bppPal2Graya() argument 1930 uint8_t gray = pPalette[*src_scan]; in _CompositeRow_8bppPal2Graya() 1971 uint8_t gray = pPalette[*src_scan]; in _CompositeRow_8bppPal2Graya() 2007 uint8_t gray = pPalette[*src_scan]; in _CompositeRow_8bppPal2Graya() 2037 uint8_t gray = pPalette[*src_scan]; in _CompositeRow_8bppPal2Graya() [all …]
|
D | fx_dib_convert.cpp | 567 FX_DWORD* pPalette = palette.GetPalette(); in _ConvertBuffer_Rgb2PltRgb8_NoTransform() local 577 FX_DWORD p_color = *(pPalette + col); in _ConvertBuffer_Rgb2PltRgb8_NoTransform() 608 FXSYS_memcpy(dst_plt, pPalette, sizeof(FX_DWORD) * 256); in _ConvertBuffer_Rgb2PltRgb8_NoTransform()
|
D | fx_dib_main.cpp | 1336 FX_BOOL CFX_DIBitmap::DitherFS(const FX_DWORD* pPalette, argument 1356 uint8_t entry = (uint8_t)pPalette[j];
|
/external/pdfium/core/include/fxge/ |
D | fx_ge_win32.h | 35 FX_DWORD* pPalette = NULL,
|
D | fx_dib.h | 390 FX_BOOL DitherFS(const FX_DWORD* pPalette,
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_progress.cpp | 627 uint8_t* pPalette = NULL; in GifInputRecordPositionBufCallback() local 629 pPalette = (uint8_t*)pal_ptr; in GifInputRecordPositionBufCallback() 632 pPalette = pCodec->m_pGifPalette; in GifInputRecordPositionBufCallback() 646 ArgbEncode(0xff, pPalette[j], pPalette[j + 1], pPalette[j + 2]); in GifInputRecordPositionBufCallback() 1042 FX_DWORD* pPalette = NULL; in DetectImageType() local 1045 &m_SrcComponents, &m_SrcPaletteNumber, &pPalette, pAttribute); in DetectImageType() 1054 &m_SrcComponents, &m_SrcPaletteNumber, &pPalette, pAttribute); in DetectImageType() 1069 FXSYS_memcpy(m_pSrcPalette, pPalette, in DetectImageType()
|
/external/opencv3/3rdparty/include/dshow/ |
D | control.h | 787 …LT WINAPI GetVideoPaletteEntries(long StartIndex,long Entries,long *pRetrieved,long *pPalette) = 0; 830 …deoPaletteEntries)(IBasicVideo *This,long StartIndex,long Entries,long *pRetrieved,long *pPalette); 875 …StartIndex,Entries,pRetrieved,pPalette) (This)->lpVtbl->GetVideoPaletteEntries(This,StartIndex,Ent… argument 937 …letteEntries_Proxy(IBasicVideo *This,long StartIndex,long Entries,long *pRetrieved,long *pPalette); 993 …eoPaletteEntries)(IBasicVideo2 *This,long StartIndex,long Entries,long *pRetrieved,long *pPalette); 1039 …StartIndex,Entries,pRetrieved,pPalette) (This)->lpVtbl->GetVideoPaletteEntries(This,StartIndex,Ent… argument
|
D | strmif.h | 2287 virtual HRESULT WINAPI OnPaletteChange(DWORD dwColors,const PALETTEENTRY *pPalette) = 0; 2298 …RESULT (WINAPI *OnPaletteChange)(IOverlayNotify *This,DWORD dwColors,const PALETTEENTRY *pPalette); 2311 …OverlayNotify_OnPaletteChange(This,dwColors,pPalette) (This)->lpVtbl->OnPaletteChange(This,dwColor… argument 2317 …rlayNotify_OnPaletteChange_Proxy(IOverlayNotify *This,DWORD dwColors,const PALETTEENTRY *pPalette); 2345 …ESULT (WINAPI *OnPaletteChange)(IOverlayNotify2 *This,DWORD dwColors,const PALETTEENTRY *pPalette); 2359 …verlayNotify2_OnPaletteChange(This,dwColors,pPalette) (This)->lpVtbl->OnPaletteChange(This,dwColor… argument 2381 virtual HRESULT WINAPI SetPalette(DWORD dwColors,PALETTEENTRY *pPalette) = 0; 2398 HRESULT (WINAPI *SetPalette)(IOverlay *This,DWORD dwColors,PALETTEENTRY *pPalette); 2417 #define IOverlay_SetPalette(This,dwColors,pPalette) (This)->lpVtbl->SetPalette(This,dwColors,pPalet… argument 2430 HRESULT WINAPI IOverlay_SetPalette_Proxy(IOverlay *This,DWORD dwColors,PALETTEENTRY *pPalette);
|