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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 194 FX_FLOAT fPlateWidth,fPlateHeight;
197 fPlateWidth = rcPlate.right - rcPlate.left;
218 fHScale = fPlateWidth / PWL_MAX(fImageWidth,1.0f);
222 if (fPlateWidth < fImageWidth)
223 fHScale = fPlateWidth / PWL_MAX(fImageWidth,1.0f);
228 if (fPlateWidth > fImageWidth)
229 fHScale = fPlateWidth / PWL_MAX(fImageWidth,1.0f);
264 FX_FLOAT fPlateWidth,fPlateHeight;
266 fPlateWidth = rcPlate.right - rcPlate.left;
269 x = (fPlateWidth - fImageFactWidth) * fLeft;
    [all...]
PWL_IconList.cpp 187 sInfo.fPlateWidth = GetClientRect().Height();
189 sInfo.fBigStep = sInfo.fPlateWidth;
462 if (pInfo->fContentMax - pInfo->fContentMin > pInfo->fPlateWidth)
PWL_EditCtrl.cpp 643 Info.fPlateWidth = fPlateMax - fPlateMin;
653 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin)
654 || IsFloatEqual(Info.fPlateWidth,Info.fContentMax-Info.fContentMin))
PWL_ListBox.cpp 37 Info.fPlateWidth = fPlateMax - fPlateMin;
47 if (IsFloatBigger(Info.fPlateWidth,Info.fContentMax-Info.fContentMin)
48 || IsFloatEqual(Info.fPlateWidth,Info.fContentMax-Info.fContentMin))
PWL_Note.cpp     [all...]
PWL_ScrollBar.cpp 904 FX_FLOAT fMax = pInfo->fContentMax - pInfo->fContentMin - pInfo->fPlateWidth;
906 this->SetScrollRange(0,fMax, pInfo->fPlateWidth);
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ScrollBar.h 16 PWL_SCROLL_INFO() : fContentMin(0.0f), fContentMax(0.0f), fPlateWidth(0.0f), fBigStep(0.0f), fSmallStep(0.0f)
21 FX_FLOAT fPlateWidth;

Completed in 68 milliseconds