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.cpp11 CPWL_Label::CPWL_Label() : m_pEdit(NULL) { in CPWL_Label() function in CPWL_Label
16 CPWL_Label::~CPWL_Label() { in ~CPWL_Label()
20 CFX_ByteString CPWL_Label::GetClassName() const { in GetClassName()
24 void CPWL_Label::OnCreated() { in OnCreated()
37 void CPWL_Label::SetText(const FX_WCHAR* csText) { in SetText()
41 void CPWL_Label::RePosChildWnd() { in RePosChildWnd()
45 void CPWL_Label::SetFontSize(FX_FLOAT fFontSize) { in SetFontSize()
49 FX_FLOAT CPWL_Label::GetFontSize() const { in GetFontSize()
53 void CPWL_Label::SetParamByFlag() { in SetParamByFlag()
84 void CPWL_Label::DrawThisAppearance(CFX_RenderDevice* pDevice, in DrawThisAppearance()
[all …]
DPWL_Signature.cpp144 m_pText = new CPWL_Label; in CreateChildWnd()
152 m_pDescription = new CPWL_Label; in CreateChildWnd()
DPWL_Note.cpp59 m_pText = new CPWL_Label; in CreateChildWnd()
606 m_pSubject = new CPWL_Label; in CreateChildWnd()
613 m_pDateTime = new CPWL_Label; in CreateChildWnd()
1221 m_pAuthor = new CPWL_Label; in CreateChildWnd()
DPWL_IconList.cpp75 m_pText = new CPWL_Label; in CreateChildWnd()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Label.h14 class CPWL_Label : public CPWL_Wnd {
16 CPWL_Label();
17 ~CPWL_Label() override;
DPWL_Signature.h14 class CPWL_Label; variable
58 CPWL_Label* m_pText;
59 CPWL_Label* m_pDescription;
DPWL_Note.h16 class CPWL_Label; variable
180 CPWL_Label* m_pText;
279 CPWL_Label* m_pSubject;
280 CPWL_Label* m_pDateTime;
337 CPWL_Label* m_pAuthor;
DPWL_IconList.h18 class CPWL_Label; variable
54 CPWL_Label* m_pText;