Searched refs:rcAuthor (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Note.cpp1375 CPDF_Rect rcAuthor = rcClient; local
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();
1380 rcAuthor.Normalize();
1381 m_pAuthor->Move(rcAuthor, TRUE, FALSE);
1382 m_pAuthor->SetVisible(CPWL_Utils::ContainsRect(rcClient, rcAuthor));
1399 rcContents.top = rcAuthor
[all...]

Completed in 55 milliseconds