/third_party/flutter/skia/modules/particles/src/ |
D | SkCurve.cpp | 48 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/ |
D | SkIntersections.h | 33 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 …]
|
D | SkDLineIntersection.cpp | 42 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()
|
D | SkIntersections.cpp | 78 if (fUsed >= fMax) { in insert()
|
/third_party/flutter/skia/src/pathops/ |
D | SkIntersections.h | 33 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 …]
|
D | SkDLineIntersection.cpp | 42 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()
|
D | SkIntersections.cpp | 78 if (fUsed >= fMax) { in insert()
|
/third_party/flutter/skia/modules/particles/include/ |
D | SkCurve.h | 62 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/ |
D | SampleFilterQuality.cpp | 91 SkScalar fMax; member 99 fMax = max; in set() 106 fMax = 0; in setMod() 119 if (fValue > fMax) { in fixUp() 120 fValue = fMax; in fixUp()
|
D | SampleAAGeometry.cpp | 584 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/ |
D | SkPatchUtils.cpp | 87 fMax = fDivisions + 1; in restart() 102 return fCurrent > fMax; in done() 123 int fMax, fCurrent, fDivisions; member in FwDCubicEvaluator
|
/third_party/skia/src/utils/ |
D | SkPatchUtils.cpp | 89 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/ |
D | SkScalerContext_win_dw.cpp | 74 : 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/ |
D | SkRegion.cpp | 819 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/ |
D | SkScalerContext_win_dw.cpp | 118 : 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/ |
D | SkRegion.cpp | 818 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/ |
D | glsVertexArrayTests.cpp | 282 float fMax = max.to<float>(); in getRandom() local 284 GLValue::Half h = GLValue::Half::create(fMin + deRandom_getFloat(&rnd) * (fMax - fMin)); in getRandom()
|
D | glsDrawTest.cpp | 757 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/ |
D | PathOpsDebug.cpp | 206 SkDebugf("used=%d of %d", fUsed, fMax); in dump()
|
/third_party/flutter/skia/tests/ |
D | PathOpsDebug.cpp | 206 SkDebugf("used=%d of %d", fUsed, fMax); in dump()
|