Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp762 int bg_pixel_width = FXSYS_round(dest_rect.Width() * fScaleX); in SetDIBitsWithBlend() local
766 bg_pixel_width, bg_pixel_height, in SetDIBitsWithBlend()
773 if (!background->CompositeBitmap(0, 0, bg_pixel_width, bg_pixel_height, in SetDIBitsWithBlend()
778 FX_RECT rect(0, 0, bg_pixel_width, bg_pixel_height); in SetDIBitsWithBlend()