OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rcauthor
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp
1375
CPDF_Rect
rcAuthor
= rcClient;
1376
rcAuthor
.top = rcSubject.bottom - 4.0f;
1377
rcAuthor
.left = rcSubject.left;
1378
rcAuthor
.right = PWL_MIN(rcSubject.left + m_pAuthor->GetContentRect().Width() + 1.0f, rcOptions.left - 1.0f);
1379
rcAuthor
.bottom =
rcAuthor
.top - m_pAuthor->GetContentRect().Height()
[
all
...]
Completed in 186 milliseconds