HomeSort by relevance Sort by last modified time
    Searched refs:dibFormat (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/render/
cpdf_scaledrenderbuffer.cpp 48 FXDIB_Format dibFormat = FXDIB_Rgb;
51 dibFormat = FXDIB_Argb;
64 m_pBitmapDevice->Create(iWidth, iHeight, dibFormat, nullptr)) {
  /external/pdfium/xfa/fxfa/
cxfa_ffwidget.cpp 42 FXDIB_Format dibFormat = FXDIB_Argb;
47 dibFormat = FXDIB_Rgb32;
50 dibFormat = FXDIB_Rgb;
57 return dibFormat;
183 FXDIB_Format dibFormat = XFA_GetDIBFormat(type, iComponents, iBpc);
186 pProgressiveDecoder->GetHeight(), dibFormat);

Completed in 537 milliseconds