Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp101 enum class JpxDecodeAction { enum
108 JpxDecodeAction GetJpxDecodeAction(uint32_t jpx_components, in GetJpxDecodeAction()
114 return JpxDecodeAction::kFail; in GetJpxDecodeAction()
117 return JpxDecodeAction::kUseRgb; in GetJpxDecodeAction()
119 return JpxDecodeAction::kDoNothing; in GetJpxDecodeAction()
126 return JpxDecodeAction::kUseRgb; in GetJpxDecodeAction()
129 return JpxDecodeAction::kUseCmyk; in GetJpxDecodeAction()
132 return JpxDecodeAction::kDoNothing; in GetJpxDecodeAction()
636 case JpxDecodeAction::kFail: in LoadJpxBitmap()
639 case JpxDecodeAction::kDoNothing: in LoadJpxBitmap()
[all …]