Searched defs:FocalData (Results 1 – 1 of 1) sorted by relevance
29 struct FocalData { struct in SkTwoPointConicalGradient30 SkScalar fR1; // r1 after mapping focal point to (0, 0)31 SkScalar fFocalX; // f32 bool fIsSwapped; // whether we swapped r0, r145 bool isFocalOnCircle() const { return SkScalarNearlyZero(1 - fR1); } in isFocalOnCircle()47 bool isSwapped() const { return fIsSwapped; } in isSwapped()48 bool isWellBehaved() const { return !this->isFocalOnCircle() && fR1 > 1; } in isWellBehaved()49 bool isNativelyFocal() const { return SkScalarNearlyZero(fFocalX); } in isNativelyFocal()