Home
last modified time | relevance | path

Searched refs:pPalette (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp30 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/
Dfx_dib_composite.cpp1838 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 …]
Dfx_dib_convert.cpp567 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()
Dfx_dib_main.cpp1336 FX_BOOL CFX_DIBitmap::DitherFS(const FX_DWORD* pPalette, argument
1356 uint8_t entry = (uint8_t)pPalette[j];
/external/pdfium/core/include/fxge/
Dfx_ge_win32.h35 FX_DWORD* pPalette = NULL,
Dfx_dib.h390 FX_BOOL DitherFS(const FX_DWORD* pPalette,
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.cpp627 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/
Dcontrol.h787 …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
Dstrmif.h2287 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);