Searched refs:fMax (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/skia/include/views/animated/
H A DSkProgressBarView.h30 int getMax() const { return fMax; }
42 int fMax; member in class:SkProgressBarView
/external/chromium_org/third_party/skia/src/views/
H A DSkProgressView.cpp18 fMax = 0;
32 if (fMax != max)
34 fMax = SkToU16(max);
61 if (fMax == 0)
75 percent = SkMax32(0, SkMin32(percent, fMax << 8)); // now its pinned
76 percent = SkFixedDiv(percent, fMax << 8); // now its 0.16
81 U16CPU value = SkMax32(0, SkMin32(fValue, fMax));
82 percent = SkFixedDiv(value, fMax);
/external/skia/include/views/animated/
H A DSkProgressBarView.h30 int getMax() const { return fMax; }
42 int fMax; member in class:SkProgressBarView
/external/skia/src/views/
H A DSkProgressView.cpp18 fMax = 0;
32 if (fMax != max)
34 fMax = SkToU16(max);
61 if (fMax == 0)
75 percent = SkMax32(0, SkMin32(percent, fMax << 8)); // now its pinned
76 percent = SkFixedDiv(percent, fMax << 8); // now its 0.16
81 U16CPU value = SkMax32(0, SkMin32(fValue, fMax));
82 percent = SkFixedDiv(value, fMax);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersections.h29 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
282 unsigned char fMax; member in class:SkIntersections
[all...]
H A DSkIntersections.cpp54 fMax = 3;
97 if (fUsed >= fMax) {
139 fMax = 2;
155 fMax = 2;
H A DSkDLineIntersection.cpp66 fMax = 2;
113 fMax = 3; // note that we clean up so that there is no more than two in the end
234 fMax = 2;
247 fMax = 3; // clean up parallel at the end will limit the result to 2 at the most
322 fMax = 2;
335 fMax = 3; // cleanup parallel lines will bring this back line
/external/skia/src/pathops/
H A DSkIntersections.h29 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
282 unsigned char fMax; member in class:SkIntersections
[all...]
H A DSkIntersections.cpp54 fMax = 3;
97 if (fUsed >= fMax) {
139 fMax = 2;
155 fMax = 2;
H A DSkDLineIntersection.cpp66 fMax = 2;
113 fMax = 3; // note that we clean up so that there is no more than two in the end
231 fMax = 2;
244 fMax = 3; // clean up parallel at the end will limit the result to 2 at the most
319 fMax = 2;
332 fMax = 3; // cleanup parallel lines will bring this back line
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayEvent.cpp48 kind(kUser), x(0), y(0), fLastCode((SkKey) -1), fMax((SkKey) -1), fTarget(NULL) {
98 if (fMax != (SkKey) -1 && fMax != code)
99 SkDebugf("keys=\"%c - %c\" ", code, fMax);
158 if (index != SK_PROPERTY(keys) || fMax == (SkKey) -1 || fMax == code)
161 size = SkUTF8_FromUnichar(fMax, scratch);
243 fMax = code;
248 fMax = (SkKey) SkUTF8_NextUnichar(&chars);
249 SkASSERT(fMax >
[all...]
H A DSkDisplayEvents.cpp60 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
105 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
H A DSkDisplayEvent.h58 SkKey fMax; // if the code expresses a range member in class:SkDisplayEvent
/external/skia/src/animator/
H A DSkDisplayEvent.cpp48 kind(kUser), x(0), y(0), fLastCode((SkKey) -1), fMax((SkKey) -1), fTarget(NULL) {
98 if (fMax != (SkKey) -1 && fMax != code)
99 SkDebugf("keys=\"%c - %c\" ", code, fMax);
158 if (index != SK_PROPERTY(keys) || fMax == (SkKey) -1 || fMax == code)
161 size = SkUTF8_FromUnichar(fMax, scratch);
243 fMax = code;
248 fMax = (SkKey) SkUTF8_NextUnichar(&chars);
249 SkASSERT(fMax >
[all...]
H A DSkDisplayEvents.cpp60 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
105 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
H A DSkDisplayEvent.h58 SkKey fMax; // if the code expresses a range member in class:SkDisplayEvent
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkProgressBarView.cpp19 fMax = 100;
26 if (newProg > 0 && newProg < fMax)
95 fMax = max;
/external/skia/src/views/animated/
H A DSkProgressBarView.cpp19 fMax = 100;
26 if (newProg > 0 && newProg < fMax)
95 fMax = max;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ScrollBar.cpp33 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);
904 FX_FLOAT fMax = pInfo->fContentMax - pInfo->fContentMin - pInfo->fPlateWidth; local
966 SetScrollRange(FX_FLOAT fMin,FX_FLOAT fMax,FX_FLOAT fClientWidth) argument
[all...]
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ScrollBar.h71 FX_FLOAT fMin,fMax; member in struct:PWL_FLOATRANGE
123 void SetScrollRange(FX_FLOAT fMin,FX_FLOAT fMax,FX_FLOAT fClientWidth);
/external/aac/libFDK/include/
H A Dcommon_fix.h255 #define fixMax(a,b) fMax(a,b)
330 FDK_INLINE FIXP_DBL fMax(FIXP_DBL a, FIXP_DBL b) function
335 FDK_INLINE FIXP_SGL fMax(FIXP_SGL a, FIXP_SGL b) function
340 FDK_INLINE INT fMax(INT a, INT b) function
346 inline UINT fMax(UINT a, UINT b) function
H A Dfixpoint_math.h415 sum = fMax(fMin((INT)sum, (INT)MAXVAL_SGL), (INT)MINVAL_SGL);
430 sum = fMax(fMin((INT)sum, (INT)(MAXVAL_DBL>>1)), (INT)(MINVAL_DBL>>1));
/external/chromium_org/third_party/skia/src/utils/
H A DSkPatchUtils.cpp34 : fMax(0)
81 fMax = fDivisions + 1;
97 return fCurrent > fMax;
117 int fMax, fCurrent, fDivisions; member in class:FwDCubicEvaluator
/external/aac/libPCMutils/src/
H A Dlimiter.cpp284 tmp1 = fMax(tmp1, fAbs(tmp2));
289 tmp = fMax(tmp, threshold);
337 smoothState0 = fMax(smoothState0, gain); /* avoid overshooting target */
/external/aac/libAACdec/src/
H A Dchannelinfo.h435 return fMax(pIcsInfo0->MaxSfBands, pIcsInfo1->MaxSfBands);

Completed in 2163 milliseconds

12