Searched refs:dest_Size (Results 1 – 1 of 1) sorted by relevance
4353 int dest_Size = width * dest_Bpp + 4; in CompositeRgbBitmapLine() local4354 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()