Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxge/win32/
H A Dcgdi_device_driver.cpp441 RetainPtr<CFX_DIBBase> stretch_source = source; in GDI_StretchDIBits() local
445 stretch_source = source->StretchTo(dest_width, dest_height, in GDI_StretchDIBits()
447 if (!stretch_source) { in GDI_StretchDIBits()
450 info = GetBitmapInfo(stretch_source); in GDI_StretchDIBits()
453 stretch_source->GetWidth(), stretch_source->GetHeight(), in GDI_StretchDIBits()
454 stretch_source->GetBuffer().data(), (BITMAPINFO*)info.c_str(), in GDI_StretchDIBits()