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

  /external/pdfium/fpdfsdk/pwl/
cpwl_icon.cpp 70 float fPlateWidth = rcPlate.right - rcPlate.left;
82 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f);
86 if (fPlateWidth < fImageWidth)
87 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f);
92 if (fPlateWidth > fImageWidth)
93 fHScale = fPlateWidth / std::max(fImageWidth, 1.0f);
126 float fPlateWidth = rcPlate.right - rcPlate.left;
129 return {(fPlateWidth - fImageFactWidth) * fLeft,
cpwl_scroll_bar.h 21 fPlateWidth(0.0f),
27 fPlateWidth == that.fPlateWidth && fBigStep == that.fBigStep &&
36 float fPlateWidth;

Completed in 62 milliseconds