HomeSort by relevance Sort by last modified time
    Searched refs:CFX_DIBitmap (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/pdfium/core/fxge/win32/
cfx_windowsdib.h 26 class CFX_WindowsDIB : public CFX_DIBitmap {
31 static CFX_ByteString GetBitmapInfo(const CFX_DIBitmap* pBitmap);
32 static CFX_DIBitmap* LoadFromBuf(BITMAPINFO* pbmi, void* pData);
33 static HBITMAP GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC);
34 static CFX_DIBitmap* LoadFromFile(const FX_WCHAR* filename);
35 static CFX_DIBitmap* LoadFromFile(const FX_CHAR* filename);
36 static CFX_DIBitmap* LoadDIBitmap(WINDIB_Open_Args_ args);
  /external/pdfium/core/fpdfapi/font/
cpdf_type3char.h 15 class CFX_DIBitmap;
28 std::unique_ptr<CFX_DIBitmap> m_pBitmap;
  /external/pdfium/core/fpdfapi/render/
cpdf_devicebuffer.h 14 class CFX_DIBitmap;
29 CFX_DIBitmap* GetBitmap() const { return m_pBitmap.get(); }
37 std::unique_ptr<CFX_DIBitmap> m_pBitmap;
cpdf_imagecacheentry.h 14 class CFX_DIBitmap;
27 void Reset(const CFX_DIBitmap* pBitmap);
cpdf_pagerendercache.h 18 class CFX_DIBitmap;
30 void ResetBitmap(CPDF_Stream* pStream, const CFX_DIBitmap* pBitmap);
  /external/pdfium/core/fxge/
cfx_fxgedevice.h 20 bool Attach(CFX_DIBitmap* pBitmap,
22 CFX_DIBitmap* pOriDevice,
27 CFX_DIBitmap* pOriDevice);
fx_dib.h 74 class CFX_DIBitmap;
219 std::unique_ptr<CFX_DIBitmap> Clone(const FX_RECT* pClip = nullptr) const;
220 std::unique_ptr<CFX_DIBitmap> CloneConvert(FXDIB_Format format) const;
221 std::unique_ptr<CFX_DIBitmap> StretchTo(int dest_width,
225 std::unique_ptr<CFX_DIBitmap> TransformTo(
231 std::unique_ptr<CFX_DIBitmap> SwapXY(bool bXFlip,
234 std::unique_ptr<CFX_DIBitmap> FlipImage(bool bXFlip, bool bYFlip) const;
236 std::unique_ptr<CFX_DIBitmap> CloneAlphaMask(
258 CFX_DIBitmap* m_pAlphaMask;
277 class CFX_DIBitmap : public CFX_DIBSource
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_themebackground.h 23 CFX_DIBitmap* m_pImage;
cfwl_picturebox.h 15 class CFX_DIBitmap;
  /external/pdfium/core/fxcodec/codec/
icodec_tiffmodule.h 15 class CFX_DIBitmap;
32 class CFX_DIBitmap* pDIBitmap) = 0;
ccodec_tiffmodule.h 27 bool Decode(CCodec_TiffContext* ctx, class CFX_DIBitmap* pDIBitmap) override;
  /external/pdfium/xfa/fxbarcode/
BC_Writer.cpp 52 CFX_DIBitmap* CBC_Writer::CreateDIBitmap(int32_t width, int32_t height) {
53 CFX_DIBitmap* pDIBitmap = new CFX_DIBitmap;
cbc_datamatrix.h 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
cbc_codebase.h 18 class CFX_DIBitmap;
33 virtual bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) = 0;
BC_TwoDimWriter.h 26 virtual void RenderBitmapResult(CFX_DIBitmap*& pOutBitmap, int32_t& e);
cbc_code128.h 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
cbc_code39.h 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
cbc_ean13.h 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
cbc_ean8.h 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
cbc_onecode.h 14 class CFX_DIBitmap;
cbc_pdf417i.h 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
cbc_qrcode.h 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
cbc_upca.h 27 bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override;
  /external/pdfium/xfa/fxgraphics/
cfx_pattern.h 14 class CFX_DIBitmap;
  /external/pdfium/core/fxge/agg/
fx_agg_driver.h 35 CFX_AggDeviceDriver(CFX_DIBitmap* pBitmap,
37 CFX_DIBitmap* pOriDevice,
66 bool GetDIBits(CFX_DIBitmap* pBitmap, int left, int top) override;
67 CFX_DIBitmap* GetBackDrop() override;
112 CFX_DIBitmap* m_pBitmap;
120 CFX_DIBitmap* m_pOriDevice;

Completed in 224 milliseconds

1 2 3 4 5