Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_scaledrenderbuffer.cpp41 FXDIB_Format dibFormat = bIsAlpha ? FXDIB_Format::kArgb : FXDIB_Format::kRgb; in Initialize() local
50 CFX_DIBitmap::CalculatePitchAndSize(width, height, dibFormat, kNoPitch); in Initialize()
55 m_pBitmapDevice->Create(width, height, dibFormat, nullptr)) { in Initialize()
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp43 FXDIB_Format dibFormat = FXDIB_Format::kArgb; in XFA_GetDIBFormat() local
53 dibFormat = FXDIB_Format::kRgb32; in XFA_GetDIBFormat()
56 dibFormat = FXDIB_Format::kRgb; in XFA_GetDIBFormat()
65 return dibFormat; in XFA_GetDIBFormat()
181 FXDIB_Format dibFormat = XFA_GetDIBFormat(type, iComponents, iBpc); in XFA_LoadImageFromBuffer() local
184 pProgressiveDecoder->GetHeight(), dibFormat); in XFA_LoadImageFromBuffer()