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

  /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 73 FX_FLOAT fMin,fMax;
125 void SetScrollRange(FX_FLOAT fMin,FX_FLOAT fMax,FX_FLOAT fClientWidth);
  /external/skia/samplecode/
SampleFilterQuality.cpp 81 SkScalar fMax;
89 fMax = max;
96 fMax = 0;
109 if (fValue > fMax) {
110 fValue = fMax;
  /external/skia/src/pathops/
SkIntersections.h 29 fMax = 0; // require that the caller set the max
57 fMax = 2;
65 fMax = 2;
74 fMax = 3; // 2; permit small coincident segment + non-coincident intersection
82 fMax = 3;
89 fMax = 3;
98 fMax = 3;
123 fMax = 2;
130 fMax = 2;
138 fMax = 2
    [all...]
  /external/skia/src/utils/
SkPatchUtils.cpp 34 : fMax(0)
71 fMax = fDivisions + 1;
87 return fCurrent > fMax;
107 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 256 uint16_t getMax() const { return fMax; }
266 uint16_t fValue, fMax;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp 33 fMax = 0;
41 fMax = min;
46 fMax = max;
53 (IsFloatSmaller(x, fMax) || IsFloatEqual(x, fMax));
58 return fMax - fMin;
83 if (IsFloatBigger(fScrollPos, ScrollRange.fMax))
84 fScrollPos = ScrollRange.fMax;
115 SetPos(ScrollRange.fMax);
127 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/pdfium/core/src/fpdfdoc/
pdf_vt.h 185 CPVT_FloatRange() : fMin(0.0f), fMax(0.0f)
188 CPVT_FloatRange(FX_FLOAT min, FX_FLOAT max) : fMin(min), fMax(max)
193 return fMax - fMin;
195 FX_FLOAT fMin, fMax;
  /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 552 milliseconds