Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp68 class JpxBitMapContext { class
70 explicit JpxBitMapContext(ICodec_JpxModule* jpx_module) in JpxBitMapContext() function in __anonbb17c0420111::JpxBitMapContext
73 ~JpxBitMapContext() { in ~JpxBitMapContext()
87 JpxBitMapContext(const JpxBitMapContext&);
88 void operator=(const JpxBitMapContext&);
686 std::unique_ptr<JpxBitMapContext> context(new JpxBitMapContext(pJpxModule)); in LoadJpxBitmap()