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

  /external/pdfium/fpdfsdk/pwl/
cpwl_scroll_bar.h 19 : fContentMin(0.0f),
26 return fContentMin == that.fContentMin && fContentMax == that.fContentMax &&
34 float fContentMin;
cpwl_list_box.cpp 29 float fContentMin,
35 Info.fContentMin = fContentMin;
45 if (IsFloatBigger(Info.fPlateWidth, Info.fContentMax - Info.fContentMin) ||
46 IsFloatEqual(Info.fPlateWidth, Info.fContentMax - Info.fContentMin)) {
cpwl_list_box.h 28 float fContentMin,
cpwl_scroll_bar.cpp 521 std::max(0.0f, info.fContentMax - info.fContentMin - info.fPlateWidth);
529 pos = pos - m_OriginInfo.fContentMin;
cpwl_edit_impl.cpp 1001 Info.fContentMin = rcContent.bottom;
    [all...]

Completed in 209 milliseconds