Home
last modified time | relevance | path

Searched refs:CPWL_Label (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Label.cpp14 CPWL_Label::CPWL_Label() : m_pEdit(NULL) in CPWL_Label() function in CPWL_Label
21 CPWL_Label::~CPWL_Label() in ~CPWL_Label()
26 CFX_ByteString CPWL_Label::GetClassName() const in GetClassName()
31 void CPWL_Label::OnCreated() in OnCreated()
46 void CPWL_Label::SetText(FX_LPCWSTR csText) in SetText()
51 void CPWL_Label::RePosChildWnd() in RePosChildWnd()
56 void CPWL_Label::SetFontSize(FX_FLOAT fFontSize) in SetFontSize()
61 FX_FLOAT CPWL_Label::GetFontSize() const in GetFontSize()
66 void CPWL_Label::SetParamByFlag() in SetParamByFlag()
113 void CPWL_Label::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device) in DrawThisAppearance()
[all …]
DPWL_Signature.cpp172 m_pText = new CPWL_Label; in CreateChildWnd()
179 m_pDescription = new CPWL_Label; in CreateChildWnd()
DPWL_Note.cpp76 m_pText = new CPWL_Label; in CreateChildWnd()
713 m_pSubject = new CPWL_Label; in CreateChildWnd()
720 m_pDateTime = new CPWL_Label; in CreateChildWnd()
1468 m_pAuthor = new CPWL_Label; in CreateChildWnd()
DPWL_IconList.cpp88 m_pText = new CPWL_Label; in CreateChildWnd()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Label.h12 class PWL_CLASS CPWL_Label : public CPWL_Wnd
15 CPWL_Label();
16 virtual ~CPWL_Label();
DPWL_Signature.h11 class CPWL_Label; variable
56 CPWL_Label* m_pText;
57 CPWL_Label* m_pDescription;
DPWL_Note.h15 class CPWL_Label; variable
173 CPWL_Label* m_pText;
275 CPWL_Label* m_pSubject;
276 CPWL_Label* m_pDateTime;
337 CPWL_Label* m_pAuthor;
DPWL_IconList.h14 class CPWL_Label; variable
51 CPWL_Label* m_pText;