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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 158 FX_FLOAT fPlateWidth, fPlateHeight;
161 fPlateWidth = rcPlate.right - rcPlate.left;
171 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
175 if (fPlateWidth < fImageWidth)
176 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
181 if (fPlateWidth > fImageWidth)
182 fHScale = fPlateWidth / PWL_MAX(fImageWidth, 1.0f);
215 FX_FLOAT fPlateWidth, fPlateHeight;
217 fPlateWidth = rcPlate.right - rcPlate.left;
220 x = (fPlateWidth - fImageFactWidth) * fLeft
    [all...]
PWL_IconList.cpp 159 sInfo.fPlateWidth = GetClientRect().Height();
161 sInfo.fBigStep = sInfo.fPlateWidth;
388 if (pInfo->fContentMax - pInfo->fContentMin > pInfo->fPlateWidth) {
PWL_EditCtrl.cpp 552 Info.fPlateWidth = fPlateMax - fPlateMin;
560 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
561 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
PWL_ListBox.cpp 35 Info.fPlateWidth = fPlateMax - fPlateMin;
44 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
45 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
PWL_Note.cpp     [all...]
PWL_ScrollBar.cpp 809 pInfo->fContentMax - pInfo->fContentMin - pInfo->fPlateWidth;
811 SetScrollRange(0, fMax, pInfo->fPlateWidth);
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ScrollBar.h 20 fPlateWidth(0.0f),
25 FX_FLOAT fPlateWidth;
  /external/pdfium/xfa/src/fee/include/
ifde_txtedtengine.h 82 : fPlateWidth(0),
101 FX_FLOAT fPlateWidth;
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp 419 ? (bLineReserve ? (pParams->fPlateWidth - pParams->fLineSpace) : 0.0f)
525 if (m_rtPageContents.width < pParams->fPlateWidth) {
527 fDelta = pParams->fPlateWidth - m_rtPageContents.width;
535 fDelta = (pParams->fPlateWidth - m_rtPageContents.width) / 2;
fde_txtedtengine.cpp     [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp     [all...]

Completed in 176 milliseconds