Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cpdf_pagemodule.h
Go to the documentation of this file.
1// Copyright 2016 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
7#ifndef CORE_FPDFAPI_PAGE_CPDF_PAGEMODULE_H_
8#define CORE_FPDFAPI_PAGE_CPDF_PAGEMODULE_H_
9
10// TODO(thestig): Replace with class with standalone functions without polluting
11// the global namespace.
13 public:
14 static void Create();
15 static void Destroy();
16};
17
18#endif // CORE_FPDFAPI_PAGE_CPDF_PAGEMODULE_H_
RetainPtr< CPDF_Image > GetImage() const
bool StartGetCachedBitmap(RetainPtr< CPDF_Image > pImage, const CPDF_Dictionary *pFormResources, const CPDF_Dictionary *pPageResources, bool bStdCS, CPDF_ColorSpace::Family eFamily, bool bLoadMask, const CFX_Size &max_size_required)
bool Continue(PauseIndicatorIface *pPause)
static void Destroy()
static void Create()
virtual CPDF_ImageObject * AsImage()
static RetainPtr< IFX_SeekableReadStream > CreateFromFilename(const char *filename)
Definition fx_stream.cpp:68
static std::string GetTestFilePath(const std::string &file_name)
TEST(FXCRYPT, MD5GenerateEmtpyData)