HomeSort by relevance Sort by last modified time
    Searched full:bg_pixel_height (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 346 int bg_pixel_height = FXSYS_round(dest_rect.Height() * fScaleY); local
348 if (!background.Create(bg_pixel_width, bg_pixel_height,
355 if (!background.CompositeBitmap(0, 0, bg_pixel_width, bg_pixel_height,
360 FX_RECT src_rect(0, 0, bg_pixel_width, bg_pixel_height);

Completed in 3500 milliseconds