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

  /external/chromium_org/third_party/skia/include/views/animated/
SkProgressBarView.h 30 int getMax() const { return fMax; }
42 int fMax;
  /external/skia/include/views/animated/
SkProgressBarView.h 30 int getMax() const { return fMax; }
42 int fMax;
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayEvent.h 58 SkKey fMax; // if the code expresses a range
  /external/skia/src/animator/
SkDisplayEvent.h 58 SkKey fMax; // if the code expresses a range
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ScrollBar.h 71 FX_FLOAT fMin,fMax;
123 void SetScrollRange(FX_FLOAT fMin,FX_FLOAT fMax,FX_FLOAT fClientWidth);
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersections.h 29 fMax = 0; // require that the caller set the max
49 fMax = 1; // self intersect
58 fMax = 9;
66 fMax = 3;
73 fMax = 3;
82 fMax = 3;
91 fMax = 6;
116 fMax = 2;
123 fMax = 2;
131 fMax = 2
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkPatchUtils.cpp 34 : fMax(0)
81 fMax = fDivisions + 1;
97 return fCurrent > fMax;
117 int fMax, fCurrent, fDivisions;
  /external/skia/src/pathops/
SkIntersections.h 29 fMax = 0; // require that the caller set the max
49 fMax = 1; // self intersect
58 fMax = 9;
66 fMax = 3;
73 fMax = 3;
82 fMax = 3;
91 fMax = 6;
116 fMax = 2;
123 fMax = 2;
131 fMax = 2
    [all...]
  /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/chromium_org/third_party/skia/include/views/
SkWidget.h 256 uint16_t getMax() const { return fMax; }
266 uint16_t fValue, fMax;
  /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/chromium_org/third_party/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/pdfium/core/src/fpdfdoc/
pdf_vt.h 183 CPVT_FloatRange() : fMin(0.0f), fMax(0.0f)
186 CPVT_FloatRange(FX_FLOAT min, FX_FLOAT max) : fMin(min), fMax(max)
191 return fMax - fMin;
193 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 554 milliseconds