Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp736 int bg_pixel_width = FXSYS_round(dest_rect.Width() * fScaleX); in SetDIBitsWithBlend() local
740 bg_pixel_width, bg_pixel_height, in SetDIBitsWithBlend()
748 if (!background.CompositeBitmap(0, 0, bg_pixel_width, bg_pixel_height, in SetDIBitsWithBlend()
753 FX_RECT rect(0, 0, bg_pixel_width, bg_pixel_height); in SetDIBitsWithBlend()