Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp4353 int dest_Size = width * dest_Bpp + 4; in CompositeRgbBitmapLine() local
4354 if (dest_Size > m_CacheSize) { in CompositeRgbBitmapLine()
4355 m_pCacheScanline = FX_Realloc(uint8_t, m_pCacheScanline, dest_Size); in CompositeRgbBitmapLine()
4359 m_CacheSize = dest_Size; in CompositeRgbBitmapLine()