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

  /external/icu/icu4c/source/i18n/
smallintformatter.h 30 IntDigitCountRange() : fMin(0), fMax(INT32_MAX) { }
33 int32_t getMax() const { return fMax; }
37 int32_t fMax;
precision.h 47 DigitInterval fMax;
85 fMax.equals(rhs.fMax) &&
significantdigitinterval.h 30 : fMax(INT32_MAX), fMin(0) { }
37 fMax = INT32_MAX;
44 return ((fMax == rhs.fMax) && (fMin == rhs.fMin));
51 fMax = count <= 0 ? INT32_MAX : count;
58 return fMax;
80 return fMin == 0 && fMax == INT32_MAX;
84 int32_t fMax;
  /external/skia/include/views/animated/
SkProgressBarView.h 30 int getMax() const { return fMax; }
42 int fMax;
  /external/skia/src/animator/
SkDisplayEvent.h 58 SkKey fMax; // if the code expresses a range
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ScrollBar.h 66 FX_FLOAT fMin, fMax;
119 void SetScrollRange(FX_FLOAT fMin, FX_FLOAT fMax, FX_FLOAT fClientWidth);
  /external/skia/samplecode/
SampleFilterQuality.cpp 109 SkScalar fMax;
117 fMax = max;
124 fMax = 0;
137 if (fValue > fMax) {
138 fValue = fMax;
  /external/skia/src/pathops/
SkIntersections.h 32 fMax = 0; // require that the caller set the max
60 fMax = 2;
68 fMax = 2;
77 fMax = 3; // 2; permit small coincident segment + non-coincident intersection
85 fMax = 3;
92 fMax = 3;
101 fMax = 3;
126 fMax = 2;
133 fMax = 2;
141 fMax = 2
    [all...]
  /external/skia/src/utils/
SkPatchUtils.cpp 51 fMax = fDivisions + 1;
66 return fCurrent > fMax;
87 int fMax, fCurrent, fDivisions;
  /external/aac/libFDK/include/
common_fix.h 255 #define fixMax(a,b) fMax(a,b)
330 FDK_INLINE FIXP_DBL fMax(FIXP_DBL a, FIXP_DBL b)
335 FDK_INLINE FIXP_SGL fMax(FIXP_SGL a, FIXP_SGL b)
340 FDK_INLINE INT fMax(INT a, INT b)
346 inline UINT fMax(UINT a, UINT b)
  /external/skia/include/views/
SkWidget.h 255 uint16_t getMax() const { return fMax; }
265 uint16_t fValue, fMax;
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 171 CPVT_FloatRange() : fMin(0.0f), fMax(0.0f) {}
172 CPVT_FloatRange(FX_FLOAT min, FX_FLOAT max) : fMin(min), fMax(max) {}
173 FX_FLOAT Range() const { return fMax - fMin; }
174 FX_FLOAT fMin, fMax;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp 26 fMax = 0;
32 fMax = min;
35 fMax = max;
41 (IsFloatSmaller(x, fMax) || IsFloatEqual(x, fMax));
45 return fMax - fMin;
65 if (IsFloatBigger(fScrollPos, ScrollRange.fMax))
66 fScrollPos = ScrollRange.fMax;
91 SetPos(ScrollRange.fMax);
101 SetPos(ScrollRange.fMax);
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 282 float fMax = max.to<float>();
284 GLValue::Half h = GLValue::Half::create(fMin + deRandom_getFloat(&rnd) * (fMax - fMin));
    [all...]
glsDrawTest.cpp 737 float fMax = max.to<float>();
739 GLValue::Half h = GLValue::Half::create(fMin + deRandom_getFloat(&rnd) * (fMax - fMin));
    [all...]
  /external/skia/src/core/
SkRegion.cpp 746 uint8_t fMax;
770 fMax = gOpMinMax[op].fMax;
778 SkRegion::RunType* stop = operate_on_span(a_runs, b_runs, start, fMin, fMax);
808 uint8_t fMin, fMax;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 636 milliseconds