Searched defs:rcContent (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_list_box.cpp113 CFX_FloatRect rcContent = pEdit->GetContentRect(); local
114 if (rcContent.Width() > rcClient.Width())
H A Dcpwl_list_impl.cpp438 CFX_FloatRect rcContent = GetContentRectInternal(); local
443 rcContent.bottom, rcContent.top,
457 CFX_FloatRect rcContent = GetContentRectInternal(); local
459 if (rcPlate.Height() > rcContent.Height()) {
462 if (IsFloatSmaller(fy - rcPlate.Height(), rcContent.bottom)) {
463 fy = rcContent.bottom + rcPlate.Height();
464 } else if (IsFloatBigger(fy, rcContent.top)) {
465 fy = rcContent.top;
H A Dcpwl_edit_impl.cpp905 CFX_FloatRect rcContent = m_pVT->GetContentRect(); local
906 if (rcContent.Width() != m_rcOldContent.Width() ||
907 rcContent.Height() != m_rcOldContent.Height()) {
908 m_rcOldContent = rcContent;
936 CFX_FloatRect rcContent = m_pVT->GetContentRect(); local
946 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f;
949 fPadding = rcPlate.Height() - rcContent.Height();
958 CFX_FloatRect rcContent = m_pVT->GetContentRect(); local
968 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f;
971 fPadding = rcPlate.Height() - rcContent
992 CFX_FloatRect rcContent = m_pVT->GetContentRect(); local
1053 CFX_FloatRect rcContent = m_pVT->GetContentRect(); local
1768 CFX_FloatRect rcContent = m_pVT->GetContentRect(); local
[all...]
/external/pdfium/core/fpdfdoc/
H A Dcpvt_generateap.cpp1108 CFX_FloatRect rcContent = vt.GetContentRect(); local
1112 CFX_PointF(0.0f, (rcContent.Height() - rcBody.Height()) / 2.0f);
1119 if (rcContent.Width() > rcBody.Width() ||
1120 rcContent.Height() > rcBody.Height()) {
1158 CFX_FloatRect rcContent = vt.GetContentRect(); local
1160 CFX_PointF(0.0f, (rcContent.Height() - rcEdit.Height()) / 2.0f);

Completed in 345 milliseconds