Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.h43 void GetRange(float* fMin, float* fMax) const { in GetRange()
49 void SetRange(float fMin, float fMax) { in SetRange()
/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobjectholder_unittest.cpp14 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/core/fxcrt/
Dfx_extension_unittest.cpp151 const float fMax = std::numeric_limits<float>::max(); in TEST() local
/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.h82 float fMax = 0.0f; member
Dcpwl_scroll_bar.cpp488 float fMax = in SetScrollInfo() local
576 float fMax, in SetScrollRange()
/external/skqp/samplecode/
DSampleFilterQuality.cpp91 SkScalar fMax; member
DSampleAAGeometry.cpp586 SkScalar fMax; member
/external/skia/src/pathops/
DSkIntersections.h321 unsigned char fMax; variable
/external/skqp/src/pathops/
DSkIntersections.h321 unsigned char fMax; variable
/external/skia/src/utils/
DSkPatchUtils.cpp125 int fMax, fCurrent, fDivisions; member in FwDCubicEvaluator
/external/skqp/src/utils/
DSkPatchUtils.cpp123 int fMax, fCurrent, fDivisions; member in FwDCubicEvaluator
/external/skqp/src/core/
DSkRegion.cpp819 uint8_t fMax; member
881 uint8_t fMin, fMax; member in RgnOper
/external/skia/src/core/
DSkRegion.cpp818 uint8_t fMax; member
880 uint8_t fMin, fMax; member in RgnOper
/external/skqp/src/ports/
DSkScalerContext_win_dw.cpp75 int fMax; member
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp82 int fMax; member
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp282 float fMax = max.to<float>(); in getRandom() local
DglsDrawTest.cpp738 float fMax = max.to<float>(); in getRandom() local