Home
last modified time | relevance | path

Searched refs:SetPalette (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcfx_dibextractor.cpp24 m_pBitmap->SetPalette(pOldSrc->GetPalette()); in CFX_DIBExtractor()
Dcfx_bitmapstorer.cpp51 pBitmap->SetPalette(pSrcPalette); in SetInfo()
Dcfx_dibbase.h72 void SetPalette(const uint32_t* pSrcPal);
Dcfx_dibbase.cpp741 pNewBitmap->SetPalette(m_pPalette.get()); in Clone()
922 void CFX_DIBBase::SetPalette(const uint32_t* pSrc) { in SetPalette() function in CFX_DIBBase
1006 pFlipped->SetPalette(m_pPalette.get()); in FlipImage()
1109 pClone->SetPalette(pal_8bpp.get()); in CloneConvert()
1125 pTransBitmap->SetPalette(m_pPalette.get()); in SwapXY()
Dcfx_dibitmap.cpp92 SetPalette(pSrc->GetPalette()); in Copy()
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp55 void SetPalette(const RetainPtr<CFX_DIBitmap>& pDIBitmap, uint16_t bps);
326 void CTiffContext::SetPalette(const RetainPtr<CFX_DIBitmap>& pDIBitmap, in SetPalette() function in CTiffContext
360 SetPalette(pDIBitmap, bps); in Decode1bppRGB()
388 SetPalette(pDIBitmap, bps); in Decode8bppRGB()