Home
last modified time | relevance | path

Searched refs:fMax (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/modules/particles/src/
DSkCurve.cpp48 result += (eval_segment(fMax, x, fType) - result) * t; in eval()
69 v->visit("A1", fMax[0]); in visitFields()
71 v->visit("B1", fMax[1]); in visitFields()
72 v->visit("C1", fMax[2]); in visitFields()
75 v->visit("D1", fMax[3]); in visitFields()
122 result = result + (eval_segment(fMax, x, fType) - result) * t; in eval()
139 v->visit("A1", fMax[0]); in visitFields()
141 v->visit("B1", fMax[1]); in visitFields()
142 v->visit("C1", fMax[2]); in visitFields()
145 v->visit("D1", fMax[3]); in visitFields()
/third_party/skia/src/pathops/
DSkIntersections.h33 fMax = 0; // require that the caller set the max in SkIntersections()
61 fMax = 2; in conicHorizontal()
69 fMax = 2; in conicVertical()
78 fMax = 3; // 2; permit small coincident segment + non-coincident intersection in conicLine()
86 fMax = 3; in cubicHorizontal()
93 fMax = 3; in cubicVertical()
102 fMax = 3; in cubicLine()
136 fMax = 2; in lineHorizontal()
143 fMax = 2; in lineVertical()
151 fMax = 2; in lineLine()
[all …]
DSkDLineIntersection.cpp42 fMax = 2; in intersectRay()
83 fMax = 3; // note that we clean up so that there is no more than two in the end in intersect()
206 fMax = 3; // clean up parallel at the end will limit the result to 2 at the most in horizontal()
284 fMax = 3; // cleanup parallel lines will bring this back line in vertical()
DSkIntersections.cpp78 if (fUsed >= fMax) { in insert()
/third_party/flutter/skia/src/pathops/
DSkIntersections.h33 fMax = 0; // require that the caller set the max in SkIntersections()
61 fMax = 2; in conicHorizontal()
69 fMax = 2; in conicVertical()
78 fMax = 3; // 2; permit small coincident segment + non-coincident intersection in conicLine()
86 fMax = 3; in cubicHorizontal()
93 fMax = 3; in cubicVertical()
102 fMax = 3; in cubicLine()
136 fMax = 2; in lineHorizontal()
143 fMax = 2; in lineVertical()
151 fMax = 2; in lineLine()
[all …]
DSkDLineIntersection.cpp42 fMax = 2; in intersectRay()
83 fMax = 3; // note that we clean up so that there is no more than two in the end in intersect()
206 fMax = 3; // clean up parallel at the end will limit the result to 2 at the most in horizontal()
284 fMax = 3; // cleanup parallel lines will bring this back line in vertical()
DSkIntersections.cpp78 if (fUsed >= fMax) { in insert()
/third_party/flutter/skia/modules/particles/include/
DSkCurve.h62 float fMax[4] = { 0.0f, 0.0f, 0.0f, 0.0f }; member
92 fMax[i] = { 1.0f, 1.0f, 1.0f, 1.0f }; in SkColorCurveSegment()
106 SkColor4f fMax[4]; member
/third_party/flutter/skia/samplecode/
DSampleFilterQuality.cpp91 SkScalar fMax; member
99 fMax = max; in set()
106 fMax = 0; in setMod()
119 if (fValue > fMax) { in fixUp()
120 fValue = fMax; in fixUp()
DSampleAAGeometry.cpp584 SkScalar fMax; member
592 fMax = max; in UniControl()
608 fYLo = fBounds.fTop + (fValLo - fMin) * fBounds.height() / (fMax - fMin); in draw()
623 , fValHi(fMax) { in BiControl()
633 SkScalar yPos = fBounds.fTop + (fValHi - fMin) * fBounds.height() / (fMax - fMin); in draw()
1647 * (control.fMax - control.fMin) + control.fMin; in MapScreenYtoValue()
/third_party/flutter/skia/src/utils/
DSkPatchUtils.cpp87 fMax = fDivisions + 1; in restart()
102 return fCurrent > fMax; in done()
123 int fMax, fCurrent, fDivisions; member in FwDCubicEvaluator
/third_party/skia/src/utils/
DSkPatchUtils.cpp89 fMax = fDivisions + 1; in restart()
104 return fCurrent > fMax; in done()
125 int fMax, fCurrent, fDivisions; member in FwDCubicEvaluator
/third_party/flutter/skia/src/ports/
DSkScalerContext_win_dw.cpp74 : fMin(min), fMax(max), fVersion(version), fFlags(flags) { } in GaspRange()
76 int fMax; member
110 range->fMax = maxPPEM; in get_gasp_range()
152 range.fMin <= sizeTable->ppemX && sizeTable->ppemX <= range.fMax) in has_bitmap_strike()
191 range.fMin <= scaleTable->ppemX && scaleTable->ppemX <= range.fMax) { in has_bitmap_strike()
/third_party/flutter/skia/src/core/
DSkRegion.cpp819 uint8_t fMax; member
836 , fMax(gOpMinMax[op].fMax) in RgnOper()
846 int stop = operate_on_span(a_runs, b_runs, fArray, start, fMin, fMax); in addSpan()
881 uint8_t fMin, fMax; member in RgnOper
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp118 : fMin(min), fMax(max), fVersion(version), fFlags(flags) { } in GaspRange()
120 int fMax; member
154 range->fMax = maxPPEM; in get_gasp_range()
196 range.fMin <= sizeTable->ppemX && sizeTable->ppemX <= range.fMax) in has_bitmap_strike()
235 range.fMin <= scaleTable->ppemX && scaleTable->ppemX <= range.fMax) { in has_bitmap_strike()
/third_party/skia/src/core/
DSkRegion.cpp818 uint8_t fMax; member
835 , fMax(gOpMinMax[op].fMax) in RgnOper()
845 int stop = operate_on_span(a_runs, b_runs, fArray, start, fMin, fMax); in addSpan()
880 uint8_t fMin, fMax; member in RgnOper
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.cpp282 float fMax = max.to<float>(); in getRandom() local
284 GLValue::Half h = GLValue::Half::create(fMin + deRandom_getFloat(&rnd) * (fMax - fMin)); in getRandom()
DglsDrawTest.cpp757 float fMax = max.to<float>(); in getRandom() local
759 GLValue::Half h = GLValue::Half::create(fMin + deRandom_getFloat(&rnd) * (fMax - fMin)); in getRandom()
/third_party/skia/tests/
DPathOpsDebug.cpp206 SkDebugf("used=%d of %d", fUsed, fMax); in dump()
/third_party/flutter/skia/tests/
DPathOpsDebug.cpp206 SkDebugf("used=%d of %d", fUsed, fMax); in dump()