Home
last modified time | relevance | path

Searched refs:m_pText (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Signature.cpp70 m_pText(NULL), in CPWL_Signature()
104 m_pText->SetText(sText); in SetText()
138 FX_BOOL bTextVisible = m_bTextExist && m_pText->GetText().GetLength() > 0; in RePosChildWnd()
155 m_pText->SetVisible(bTextVisible); in RePosChildWnd()
158 m_pText->Move(rcText, TRUE, FALSE); in RePosChildWnd()
172 m_pText = new CPWL_Label; in CreateChildWnd()
177 m_pText->Create(acp); in CreateChildWnd()
DPWL_IconList.cpp26 m_pText(NULL) in CPWL_IconList_Item()
67 m_crIcon, m_pText->GetTextColor(), this->GetTransparency()); in DrawThisAppearance()
75 m_pText->SetTextColor(PWL_DEFAULT_WHITECOLOR); in SetSelect()
77 m_pText->SetTextColor(PWL_DEFAULT_BLACKCOLOR); in SetSelect()
88 m_pText = new CPWL_Label; in CreateChildWnd()
95 m_pText->Create(lcp); in CreateChildWnd()
110 m_pText->SetText(str.c_str()); in SetText()
115 return m_pText->GetText(); in GetText()
124 m_pText->Move(rcClient, TRUE, FALSE); in RePosChildWnd()
135 m_pText->SetTextColor(PWL_DEFAULT_WHITECOLOR); in OnEnabled()
[all …]
DPWL_Note.cpp36 CPWL_Note_Options::CPWL_Note_Options() : m_pText(NULL) in CPWL_Note_Options()
48 if (m_pText) in SetTextColor()
49 m_pText->SetTextColor(color); in SetTextColor()
56 ASSERT(m_pText != NULL); in RePosChildWnd()
63 m_pText->Move(rcClient, TRUE, FALSE); in RePosChildWnd()
64 m_pText->SetVisible(TRUE); in RePosChildWnd()
68 m_pText->Move(CPDF_Rect(0,0,0,0), TRUE, FALSE); in RePosChildWnd()
69 m_pText->SetVisible(FALSE); in RePosChildWnd()
76 m_pText = new CPWL_Label; in CreateChildWnd()
80 m_pText->Create(tcp); in CreateChildWnd()
[all …]
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Signature.h58 CPWL_Label* m_pText;
DPWL_IconList.h56 CPWL_Label* m_pText; variable
DPWL_Note.h180 CPWL_Label* m_pText;