Searched defs:m_pBitmap (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/xfa/include/fwl/lightwidget/
H A Dpushbutton.h28 CFWL_PushButtonDP() : m_pBitmap(NULL) {}
32 CFX_DIBitmap* m_pBitmap; member in class:CFWL_PushButton::CFWL_PushButtonDP
H A Dtooltipctrl.h47 CFX_DIBitmap* m_pBitmap; member in class:CFWL_ToolTip::CFWL_ToolTipDP
H A Dpicturebox.h42 m_pBitmap = NULL;
51 CFX_DIBitmap* m_pBitmap; member in class:CFWL_PictureBox::CFWL_PictureBoxDP
/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_gdidevice.h149 Gdiplus::Bitmap* m_pBitmap; member in class:CFDE_GdiDevice
/external/pdfium/xfa/src/fxbarcode/
H A DBC_BufferedImageLuminanceSource.h26 CFX_DIBitmap* m_pBitmap; member in class:CBC_BufferedImageLuminanceSource
/external/pdfium/fpdfsdk/include/
H A Dfsdk_rendercontext.h27 CFX_DIBitmap* m_pBitmap; member in class:CRenderContext
/external/pdfium/core/src/fxge/agg/include/
H A Dfx_agg_driver.h135 virtual uint8_t* GetBuffer() const { return m_pBitmap->GetBuffer(); }
137 CFX_DIBitmap* m_pBitmap; member in class:CFX_AggDeviceDriver
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h272 : m_pBitmap(nullptr),
291 CFX_DIBSource* m_pBitmap; member in class:CPDF_ImageLoader
409 CFX_DIBitmap* GetBitmap() const { return m_pBitmap.get(); }
417 std::unique_ptr<CFX_DIBitmap> m_pBitmap; member in class:CPDF_DeviceBuffer
/external/pdfium/core/include/fxge/
H A Dfx_dib.h407 operator CFX_DIBitmap*() { return m_pBitmap; }
410 CFX_DIBitmap* m_pBitmap; member in class:CFX_DIBExtractor
557 CFX_DIBitmap* m_pBitmap; member in class:CFX_BitmapComposer
593 CFX_DIBitmap* GetBitmap() { return m_pBitmap; }
600 CFX_DIBitmap* m_pBitmap; member in class:CFX_BitmapStorer
H A Dfx_font.h509 CFX_DIBitmap* m_pBitmap; member in class:CFX_FaceCache
H A Dfx_ge.h274 CFX_DIBitmap* GetBitmap() const { return m_pBitmap; }
275 void SetBitmap(CFX_DIBitmap* pBitmap) { m_pBitmap = pBitmap; }
408 CFX_DIBitmap* m_pBitmap; member in class:CFX_RenderDevice

Completed in 395 milliseconds