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

  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp     [all...]
fxet_list.cpp 529 CFX_FloatRect rcContent = GetContentRectInternal();
534 rcContent.bottom, rcContent.top,
548 CFX_FloatRect rcContent = GetContentRectInternal();
550 if (rcPlate.Height() > rcContent.Height()) {
553 if (IsFloatSmaller(fy - rcPlate.Height(), rcContent.bottom)) {
554 fy = rcContent.bottom + rcPlate.Height();
555 } else if (IsFloatBigger(fy, rcContent.top)) {
556 fy = rcContent.top;
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_EditCtrl.h 105 void IOnContentChange(const CFX_FloatRect& rcContent);
PWL_Wnd.cpp 702 CFX_FloatRect rcContent = CPWL_Utils::DeflateRect(
708 CFX_FloatRect(rcContent.right - PWL_SCROLLBAR_WIDTH, rcContent.bottom,
709 rcContent.right - 1.0f, rcContent.top);
PWL_ListBox.cpp 163 CFX_FloatRect rcContent = pEdit->GetContentRect();
164 if (rcContent.Width() > rcClient.Width())
PWL_EditCtrl.cpp 546 void CPWL_EditCtrl::IOnContentChange(const CFX_FloatRect& rcContent) {}
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp     [all...]
  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp 248 CFX_FloatRect rcContent = vt.GetContentRect();
252 CFX_PointF(0.0f, (rcContent.Height() - rcBody.Height()) / 2.0f);
259 if (rcContent.Width() > rcBody.Width() ||
260 rcContent.Height() > rcBody.Height()) {
298 CFX_FloatRect rcContent = vt.GetContentRect();
300 CFX_PointF(0.0f, (rcContent.Height() - rcEdit.Height()) / 2.0f);
    [all...]

Completed in 404 milliseconds