Home
last modified time | relevance | path

Searched defs:fMax (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.h41 void GetRange(float* fMin, float* fMax) const { in GetRange()
45 void SetRange(float fMin, float fMax) { in SetRange()
Dcfwl_listbox.cpp448 float fMax = 0.0f; in CalcSize() local
761 float fMax; in OnScroll() local
Dcfwl_edit.cpp1059 float fMax; in OnScroll() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobjectholder_unittest.cpp23 const float fMax = std::numeric_limits<float>::max(); in TEST() local
/external/aac/libFDK/include/
Dcommon_fix.h401 FDK_INLINE FIXP_DBL fMax(FIXP_DBL a, FIXP_DBL b) { return fixmax_D(a, b); } in fMax() function
404 FDK_INLINE FIXP_SGL fMax(FIXP_SGL a, FIXP_SGL b) { return fixmax_S(a, b); } in fMax() function
407 FDK_INLINE INT fMax(INT a, INT b) { return fixmax_I(a, b); } in fMax() function
410 FDK_INLINE SHORT fMax(SHORT a, SHORT b) { return fixmax_S(a, b); } in fMax() function
415 inline UINT fMax(UINT a, UINT b) { return fixmax_UI(a, b); } in fMax() function
418 inline UCHAR fMax(UCHAR a, UCHAR b) { in fMax() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.h57 float fMax = 0.0f; member
Dcpwl_scroll_bar.cpp252 float fMax = in SetScrollInfo() local
329 float fMax, in SetScrollRange()
/external/pdfium/core/fxcrt/
Dfx_extension_unittest.cpp196 const float fMax = std::numeric_limits<float>::max(); in TEST() local
/external/skia/src/utils/
DSkPatchUtils.cpp141 int fMax, fCurrent, fDivisions; member in FwDCubicEvaluator
/external/skia/src/pathops/
DSkIntersections.h334 unsigned char fMax; variable
/external/skia/src/core/
DSkRegion.cpp821 uint8_t fMax; member
883 uint8_t fMin, fMax; member in RgnOper
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp127 int fMax; member
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp282 float fMax = max.to<float>(); in getRandom() local
DglsDrawTest.cpp757 float fMax = max.to<float>(); in getRandom() local
/external/pdfium/third_party/libtiff/
Dtif_dirwrite.c2532 double fMax; in ToRationalEuclideanGCD() local