OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pSubject
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp
583
:
m_pSubject
(NULL),
606
m_pSubject
= new CPWL_Label;
611
m_pSubject
->Create(scp);
640
PWL_MIN(rcSubject.left +
m_pSubject
->GetContentRect().Width() + 1.0f,
642
rcSubject.bottom = rcSubject.top -
m_pSubject
->GetContentRect().Height();
644
m_pSubject
->Move(rcSubject, TRUE, FALSE);
645
m_pSubject
->SetVisible(CPWL_Utils::ContainsRect(rcClient, rcSubject));
686
if (
m_pSubject
)
687
m_pSubject
->SetTextColor(sTextColor);
699
if (
m_pSubject
) {
[
all
...]
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h
279
CPWL_Label*
m_pSubject
;
Completed in 1333 milliseconds