Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Note.h25 class CPWL_Note_RBBox; variable
127 class CPWL_Note_RBBox : public CPWL_Wnd
130 CPWL_Note_RBBox();
131 virtual ~CPWL_Note_RBBox();
348 CPWL_Note_RBBox* m_pRBBox;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp306 CPWL_Note_RBBox::CPWL_Note_RBBox() in CPWL_Note_RBBox() function in CPWL_Note_RBBox
310 CPWL_Note_RBBox::~CPWL_Note_RBBox() in ~CPWL_Note_RBBox()
314 void CPWL_Note_RBBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance()
1503 m_pRBBox = new CPWL_Note_RBBox; in CreateChildWnd()