Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Note.h23 class CPWL_Note_LBBox; variable
117 class CPWL_Note_LBBox : public CPWL_Wnd
120 CPWL_Note_LBBox();
121 virtual ~CPWL_Note_LBBox();
347 CPWL_Note_LBBox* m_pLBBox;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp277 CPWL_Note_LBBox::CPWL_Note_LBBox() in CPWL_Note_LBBox() function in CPWL_Note_LBBox
281 CPWL_Note_LBBox::~CPWL_Note_LBBox() in ~CPWL_Note_LBBox()
285 void CPWL_Note_LBBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance()
1495 m_pLBBox = new CPWL_Note_LBBox; in CreateChildWnd()