Searched refs:pal_size (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp540 FX_DWORD pal_size = 1 << GetBPP(); local
542 m_pPalette = FX_Alloc(FX_DWORD, pal_size);
547 if (pal_size > size) {
548 pal_size = size;
550 FXSYS_memcpy32(m_pPalette, pSrc, pal_size * sizeof(FX_DWORD));
1343 FX_BOOL CFX_DIBitmap::DitherFS(const FX_DWORD* pPalette, int pal_size, const FX_RECT* pRect) argument
1361 for (int j = 0; j < pal_size; j ++) {
/external/pdfium/core/include/fxge/
H A Dfx_dib.h347 FX_BOOL DitherFS(const FX_DWORD* pPalette, int pal_size, const FX_RECT* pRect = NULL);

Completed in 667 milliseconds