Searched refs:SetPaletteArgb (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_dib.cpp | 90 pBitmap->SetPaletteArgb(i, ((uint32_t*)pbmi->bmiColors)[i] | 0xff000000); in _FX_WindowsDIB_LoadFromBuf() 93 pBitmap->SetPaletteArgb(i, ((uint32_t*)pbmi->bmiColors)[i] | 0xff000000); in _FX_WindowsDIB_LoadFromBuf()
|
/external/pdfium/core/fxge/dib/ |
D | cfx_dibsource.h | 70 void SetPaletteArgb(int index, uint32_t color);
|
D | cfx_dibsource.cpp | 707 void CFX_DIBSource::SetPaletteArgb(int index, uint32_t color) { in SetPaletteArgb() function in CFX_DIBSource
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_dibsource.cpp | 777 SetPaletteArgb(0, argb0); in LoadPalette() 778 SetPaletteArgb(1, argb1); in LoadPalette() 808 SetPaletteArgb(i, ArgbEncode(255, FXSYS_round(R * 255), in LoadPalette()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 345 pDIBitmap->SetPaletteArgb(index, color); in SetPalette()
|