HomeSort by relevance Sort by last modified time
    Searched refs:rcContent (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp 905 CFX_FloatRect rcContent = m_pVT->GetContentRect();
906 if (rcContent.Width() != m_rcOldContent.Width() ||
907 rcContent.Height() != m_rcOldContent.Height()) {
908 m_rcOldContent = rcContent;
936 CFX_FloatRect rcContent = m_pVT->GetContentRect();
946 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f;
949 fPadding = rcPlate.Height() - rcContent.Height();
958 CFX_FloatRect rcContent = m_pVT->GetContentRect();
968 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f;
971 fPadding = rcPlate.Height() - rcContent.Height()
    [all...]
cpwl_list_impl.cpp 438 CFX_FloatRect rcContent = GetContentRectInternal();
443 rcContent.bottom, rcContent.top,
457 CFX_FloatRect rcContent = GetContentRectInternal();
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;
cpwl_wnd.cpp 601 CFX_FloatRect rcContent = GetWindowRect();
602 if (!rcContent.IsEmpty()) {
604 rcContent.Deflate(width, width);
605 rcContent.Normalize();
608 CFX_FloatRect(rcContent.right - PWL_SCROLLBAR_WIDTH, rcContent.bottom,
609 rcContent.right - 1.0f, rcContent.top);
cpwl_list_box.cpp 113 CFX_FloatRect rcContent = pEdit->GetContentRect();
114 if (rcContent.Width() > rcClient.Width())
cpwl_appstream.cpp     [all...]
  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp     [all...]

Completed in 1411 milliseconds