/third_party/typescript/tests/baselines/reference/ |
D | nearbyIdenticalGenericLambdasAssignable.js | 3 const fB = <T>() => { constant 12 type TB = typeof fB; 22 accA(fA); accA(fB); accA(fC); 24 accB(fA); accB(fB); accB(fC); 26 accC(fA); accC(fB); accC(fC); 28 accL(fA); accL(fB); accL(fC); 32 var fB = function () { function 40 accA(fB); 44 accB(fB); 48 accC(fB); [all …]
|
D | nearbyIdenticalGenericLambdasAssignable.symbols | 8 const fB = <T>() => { 9 >fB : Symbol(fB, Decl(nearbyIdenticalGenericLambdasAssignable.ts, 1, 5)) 32 type TB = typeof fB; 34 >fB : Symbol(fB, Decl(nearbyIdenticalGenericLambdasAssignable.ts, 1, 5)) 67 accA(fA); accA(fB); accA(fC); 71 >fB : Symbol(fB, Decl(nearbyIdenticalGenericLambdasAssignable.ts, 1, 5)) 76 accB(fA); accB(fB); accB(fC); 80 >fB : Symbol(fB, Decl(nearbyIdenticalGenericLambdasAssignable.ts, 1, 5)) 85 accC(fA); accC(fB); accC(fC); 89 >fB : Symbol(fB, Decl(nearbyIdenticalGenericLambdasAssignable.ts, 1, 5)) [all …]
|
D | nearbyIdenticalGenericLambdasAssignable.types | 6 const fB = <T>() => { 7 >fB : <T>() => { v: T; } 35 type TB = typeof fB; 37 >fB : <T>() => { v: T; } 64 accA(fA); accA(fB); accA(fC); 68 >accA(fB) : void 70 >fB : <T>() => { v: T; } 76 accB(fA); accB(fB); accB(fC); 80 >accB(fB) : void 82 >fB : <T>() => { v: T; } [all …]
|
/third_party/flutter/skia/src/pathops/ |
D | SkLineParameters.h | 73 fB = pts[e].fX - pts[s].fX; in cubicEndPoints() 87 fB = pts[1].fX - pts[0].fX; in lineEndPoints() 112 fB = pts[e].fX - pts[s].fX; in quadEndPoints() 122 return fA * fA + fB * fB; in normalSquared() 128 fA = fB = fC = 0; in normalize() 133 fB *= reciprocal; in normalize() 142 distance[index].fY = fA * pts[index].fX + fB * pts[index].fY + fC; in cubicDistanceY() 150 distance[index].fY = fA * pts[index].fX + fB * pts[index].fY + fC; in quadDistanceY() 156 return fA * pts[index].fX + fB * pts[index].fY + fC; in controlPtDistance() 160 return fA * pts[1].fX + fB * pts[1].fY + fC; in controlPtDistance() [all …]
|
/third_party/skia/src/pathops/ |
D | SkLineParameters.h | 73 fB = pts[e].fX - pts[s].fX; in cubicEndPoints() 87 fB = pts[1].fX - pts[0].fX; in lineEndPoints() 112 fB = pts[e].fX - pts[s].fX; in quadEndPoints() 122 return fA * fA + fB * fB; in normalSquared() 128 fA = fB = fC = 0; in normalize() 133 fB *= reciprocal; in normalize() 142 distance[index].fY = fA * pts[index].fX + fB * pts[index].fY + fC; in cubicDistanceY() 150 distance[index].fY = fA * pts[index].fX + fB * pts[index].fY + fC; in quadDistanceY() 156 return fA * pts[index].fX + fB * pts[index].fY + fC; in controlPtDistance() 160 return fA * pts[1].fX + fB * pts[1].fY + fC; in controlPtDistance() [all …]
|
/third_party/flutter/skia/include/core/ |
D | SkColor.h | 246 float fB; //!< blue component member 255 return fA == other.fA && fR == other.fR && fG == other.fG && fB == other.fB; 273 return { fR * scale, fG * scale, fB * scale, fA * scale }; 282 return { fR * scale.fR, fG * scale.fG, fB * scale.fB, fA * scale.fA }; 332 fB >= 0.0f && fB <= 1.0f; in fitsInBytes() 361 return { fR * fA, fG * fA, fB * fA, fA }; in premul() 376 return { fR * invAlpha, fG * invAlpha, fB * invAlpha, fA }; in unpremul() 385 return { fR, fG, fB, 1.0f }; in makeOpaque()
|
/third_party/skia/include/core/ |
D | SkColor.h | 263 float fB; //!< blue component member 272 return fA == other.fA && fR == other.fR && fG == other.fG && fB == other.fB; 290 return { fR * scale, fG * scale, fB * scale, fA * scale }; 299 return { fR * scale.fR, fG * scale.fG, fB * scale.fB, fA * scale.fA }; 315 std::array<float, 4> array() const { return {fR, fG, fB, fA}; } in array() 352 fB >= 0.0f && fB <= 1.0f; in fitsInBytes() 385 return { fR * fA, fG * fA, fB * fA, fA }; in premul() 400 return { fR * invAlpha, fG * invAlpha, fB * invAlpha, fA }; in unpremul() 409 return { fR, fG, fB, 1.0f }; in makeOpaque()
|
/third_party/typescript/tests/cases/compiler/ |
D | nearbyIdenticalGenericLambdasAssignable.ts | 2 const fB = <T>() => { constant 11 type TB = typeof fB; 21 accA(fA); accA(fB); accA(fC); 23 accB(fA); accB(fB); accB(fC); 25 accC(fA); accC(fB); accC(fC); 27 accL(fA); accL(fB); accL(fC);
|
/third_party/flutter/skia/src/gpu/effects/generated/ |
D | GrColorMatrixFragmentProcessor.h | 26 color.fB = input.fB; in constantOutputForConstantInput() 32 color.fB += v.fData[2]; in constantOutputForConstantInput() 38 color.fB = SkTPin(color.fB, 0.f, 1.f); in constantOutputForConstantInput() 43 return {color.fR, color.fG, color.fB, color.fA}; in constantOutputForConstantInput()
|
/third_party/flutter/skia/modules/sksg/src/ |
D | SkSGTransform.cpp | 23 : fA(std::move(a)), fB(std::move(b)) { in Concat() 25 SkASSERT(fB); in Concat() 28 this->observeInval(fB); in Concat() 33 this->unobserveInval(fB); in ~Concat() 39 fB->revalidate(ic, ctm); in onRevalidate() 42 TransformPriv::As<T>(fB)); in onRevalidate() 59 const sk_sp<Transform> fA, fB; member in sksg::__anon65534a180111::Concat
|
/third_party/flutter/skia/src/core/ |
D | SkGeometry.h | 321 , fB(B) in SkQuadCoeff() 330 fB = times_2(P1 - fC); in SkQuadCoeff() 340 return (fA * tt + fB) * tt + fC; in eval() 344 Sk2s fB; member 358 fNumer.fB = times_2(p1w - p0); in SkConicCoeff() 361 fDenom.fB = times_2(ww - fDenom.fC); in SkConicCoeff() 362 fDenom.fA = Sk2s(0) - fDenom.fB; in SkConicCoeff() 384 fB = three * (P2 - times_2(P1) + P0); in SkCubicCoeff() 395 return ((fA * t + fB) * t + fC) * t + fD; in eval() 399 Sk2s fB; member
|
D | SkMaskGamma.h | 181 : fParent(std::move(parent)), fR(r), fG(g), fB(b) { } in SkTMaskPreBlend() 187 SkTMaskPreBlend() : fParent(), fR(nullptr), fG(nullptr), fB(nullptr) { } in SkTMaskPreBlend() 194 : fParent(that.fParent), fR(that.fR), fG(that.fG), fB(that.fB) { } in SkTMaskPreBlend() 203 const uint8_t* fB; variable
|
/third_party/skia/tests/ |
D | PathOpsOpRectThreadedTest.cpp | 37 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB), in testPathOpsRectsMain() 38 SkIntToScalar(state.fB), SkPathDirection::kCW); in testPathOpsRectsMain() 58 " SkPathDirection::kCW);\n", state.fA, state.fA, state.fB, state.fB); in testPathOpsRectsMain() 131 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB) + c, in testPathOpsFastMain() 132 SkIntToScalar(state.fB), SkPathDirection::kCW); in testPathOpsFastMain() 151 " SkPathDirection::kCW);\n", state.fA, state.fA, state.fB + c, state.fB); in testPathOpsFastMain()
|
D | SkSLCross.cpp | 44 , fA(a), fB(b) { in VisualizeCrossProductSignFP() 50 return std::unique_ptr<GrFragmentProcessor>(new VisualizeCrossProductSignFP(fA, fB)); in clone() 79 pdman.set2f(fBUniform, fp.fB.x(), fp.fB.y()); in onMakeProgramImpl() 87 const SkVector fA, fB; member in __anon9b6a04d20111::VisualizeCrossProductSignFP
|
D | PathOpsOpCubicThreadedTest.cpp | 30 pathA.moveTo(SkIntToScalar(state.fA), SkIntToScalar(state.fB)); in testOpCubicsMain() 36 pathB.cubicTo(SkIntToScalar(c), SkIntToScalar(d), SkIntToScalar(state.fB), in testOpCubicsMain() 47 pathStr.appendf(" path.moveTo(%d,%d);\n", state.fA, state.fB); in testOpCubicsMain() 56 state.fB, state.fA, state.fD, state.fC); in testOpCubicsMain()
|
/third_party/flutter/skia/tests/ |
D | PathOpsOpRectThreadedTest.cpp | 36 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB), in testPathOpsRectsMain() 37 SkIntToScalar(state.fB), SkPath::kCW_Direction); in testPathOpsRectsMain() 57 " SkPath::kCW_Direction);\n", state.fA, state.fA, state.fB, state.fB); in testPathOpsRectsMain() 126 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB) + c, in testPathOpsFastMain() 127 SkIntToScalar(state.fB), SkPath::kCW_Direction); in testPathOpsFastMain() 146 " SkPath::kCW_Direction);\n", state.fA, state.fA, state.fB + c, state.fB); in testPathOpsFastMain()
|
/third_party/skia/src/core/ |
D | SkGeometry.h | 393 , fB(B) in SkQuadCoeff() 402 fB = times_2(P1 - fC); in SkQuadCoeff() 412 return (fA * tt + fB) * tt + fC; in eval() 416 Sk2s fB; member 430 fNumer.fB = times_2(p1w - p0); in SkConicCoeff() 433 fDenom.fB = times_2(ww - fDenom.fC); in SkConicCoeff() 434 fDenom.fA = Sk2s(0) - fDenom.fB; in SkConicCoeff() 456 fB = three * (P2 - times_2(P1) + P0); in SkCubicCoeff() 467 return ((fA * t + fB) * t + fC) * t + fD; in eval() 471 Sk2s fB; member
|
D | SkMaskGamma.h | 181 : fParent(std::move(parent)), fR(r), fG(g), fB(b) { } in SkTMaskPreBlend() 187 SkTMaskPreBlend() : fParent(), fR(nullptr), fG(nullptr), fB(nullptr) { } in SkTMaskPreBlend() 194 : fParent(that.fParent), fR(that.fR), fG(that.fG), fB(that.fB) { } in SkTMaskPreBlend() 203 const uint8_t* fB; variable
|
/third_party/skia/modules/sksg/src/ |
D | SkSGTransform.cpp | 41 : fA(std::move(a)), fB(std::move(b)) { in Concat() 43 SkASSERT(fB); in Concat() 46 this->observeInval(fB); in Concat() 51 this->unobserveInval(fB); in ~Concat() 57 fB->revalidate(ic, ctm); in onRevalidate() 60 TransformPriv::As<T>(fB)); in onRevalidate() 77 const sk_sp<Transform> fA, fB; member in sksg::__anonb554c7230111::Concat
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrColorMatrixFragmentProcessor.fp | 45 color.fB = input.fB; 51 color.fB += v.fData[2]; 57 color.fB = SkTPin(color.fB, 0.f, 1.f); 62 return {color.fR, color.fG, color.fB, color.fA};
|
/third_party/skia/gm/ |
D | xform.cpp | 20 sk_sp<MatrixXF> fRoot, fRA, fRB, fA, fB; member in XformGM 31 fB = MatrixXF::Make(fRB); in XformGM() 37 fB->setRotate(30); in XformGM() 41 g->append(GeoShape::Make(fB, {0, 0, 100, 60}, SK_ColorGREEN)); in XformGM() 98 fB->setRotate(TimeUtils::Scaled(1e-9 * nanos, 40*sqrtf(2), 0)); in onAnimate()
|
/third_party/flutter/skia/gm/ |
D | xform.cpp | 20 sk_sp<MatrixXF> fRoot, fRA, fRB, fA, fB; member in XformGM 31 fB = MatrixXF::Make(fRB); in XformGM() 37 fB->setRotate(30); in XformGM() 41 g->append(GeoShape::Make(fB, {0, 0, 100, 60}, SK_ColorGREEN)); in XformGM() 98 fB->setRotate(TimeUtils::Scaled(1e-9 * nanos, 40*sqrtf(2), 0)); in onAnimate()
|
/third_party/skia/src/gpu/geometry/ |
D | GrTriangulator.h | 331 Line(double a, double b, double c) : fA(a), fB(b), fC(c) {} in Line() 335 , fB(static_cast<double>(p.fX) - q.fX) // b = -dX in Line() 338 double dist(const SkPoint& p) const { return fA * p.fX + fB * p.fY + fC; } in dist() 339 Line operator*(double v) const { return Line(fA * v, fB * v, fC * v); } 340 double magSq() const { return fA * fA + fB * fB; } in magSq() 348 fB *= scale; in normalize() 352 return fabs(o.fA - fA) < 0.00001 && fabs(o.fB - fB) < 0.00001; in nearParallel() 357 double fA, fB, fC; member
|
/third_party/skia/src/gpu/effects/ |
D | GrTextureEffect.cpp | 47 float fA = 0.f, fB = 0.f; in Sampling() member 50 Span r = {fA + o, fB - o}; in Sampling() 51 if (r.fA > r.fB) { in Sampling() 52 r.fA = r.fB = (r.fA + r.fB) / 2; in Sampling() 57 bool contains(Span r) const { return fA <= r.fA && fB >= r.fB; } in Sampling() 83 if (canDoModeInHW && size > 0 && subset.fA <= 0 && subset.fB >= size) { in Sampling() 93 Span isubset{sk_float_floor(subset.fA), sk_float_ceil(subset.fB)}; in Sampling() 94 if (domain.fA > isubset.fA && domain.fB < isubset.fB) { in Sampling() 137 x.fShaderSubset.fB, y.fShaderSubset.fB}; in Sampling() 139 x.fShaderClamp.fB, y.fShaderClamp.fB}; in Sampling()
|
/third_party/toybox/tests/ |
D | man.test | 55 [\\fB|\\fP\\(bv\\fB|&\\fP] 82 .IP \\fB\$endif\\fP 84 .IP \\fB\$else\\fP 86 .IP \\fB\$include\\fP
|