Searched refs:VectorValue (Results 1 - 23 of 23) sorted by relevance
/third_party/skia/modules/skottie/src/ |
H A D | SkottieValue.h | 25 class VectorValue final : public std::vector<float> { 27 VectorValue() = default; 29 VectorValue(std::initializer_list<float> l) : INHERITED(l) {} in VectorValue() function in skottie::final
|
H A D | SkottieJson.cpp | 110 bool Parse<VectorValue>(const Value& v, VectorValue* vec) { in Parse()
|
H A D | Transform.h | 91 VectorValue fAnchorPoint,
|
/third_party/skia/src/utils/ |
H A D | SkJSON.h | 249 class VectorValue : public Value { class 279 class ArrayValue final : public VectorValue<Value, Value::Type::kArray> { 300 return this->cast<VectorValue<char, Value::Type::kString>>()->size(); in size() 309 : this->cast<VectorValue<char, Value::Type::kString>>()->begin(); in begin() 315 : this->cast<VectorValue<char, Value::Type::kString>>()->end(); in end() 324 class ObjectValue final : public VectorValue<Member, Value::Type::kObject> { 331 return this->VectorValue::operator[](i); in operator []()
|
H A D | SkJSON.cpp | 147 auto* data = this->cast<VectorValue<char, Value::Type::kString>>()->begin(); in initLongString()
|
/third_party/skia/modules/skottie/src/animator/ |
H A D | VectorKeyframeAnimator.cpp | 38 VectorValue::operator SkV3() const { in operator SkV3() 47 VectorValue::operator SkColor() const { in operator SkColor() 51 VectorValue::operator SkColor4f() const { in operator SkColor4f() 266 bool AnimatablePropertyContainer::bind<VectorValue>(const AnimationBuilder& abuilder, in bind() 268 VectorValue* v) { in bind()
|
/third_party/vixl/test/aarch64/ |
H A D | test-utils-aarch64.h | 59 struct VectorValue { struct 77 bool Equals(const VectorValue<kSizeInBytes>& other) const { in Equals() 88 typedef VectorValue<kQRegSizeInBytes> QRegisterValue; 89 typedef VectorValue<kZRegMaxSizeInBytes> ZRegisterValue; 90 typedef VectorValue<kPRegMaxSizeInBytes> PRegisterValue;
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | SkSLEffect.cpp | 94 std::make_unique<VectorValue>()); in SkSLEffectAdapter() 126 std::vector<std::tuple<SkString, std::unique_ptr<VectorValue>>> fUniforms;
|
H A D | FillEffect.cpp | 67 VectorValue fColor;
|
H A D | TritoneEffect.cpp | 68 VectorValue fLoColor,
|
H A D | TintEffect.cpp | 64 VectorValue fMapBlackTo,
|
H A D | DropShadowEffect.cpp | 75 VectorValue fColor = { 0, 0, 0, 1 };
|
H A D | ShadowStyles.cpp | 107 VectorValue fColor;
|
H A D | GradientEffect.cpp | 118 VectorValue fStartColor,
|
H A D | CCTonerEffect.cpp | 101 VectorValue fHighlights,
|
H A D | GlowStyles.cpp | 133 VectorValue fColor;
|
H A D | SphereEffect.cpp | 404 VectorValue fLightColor;
|
/third_party/skia/modules/skottie/src/text/ |
H A D | TextAnimator.h | 35 VectorValue position,
|
H A D | TextValue.cpp | 146 VectorValue color_vec; in Parse()
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | Gradient.cpp | 200 VectorValue fStops;
|
H A D | FillStroke.cpp | 84 VectorValue fColor;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 624 const auto* VectorValue = cast<Constant>(Val); in minRequiredElementSize() local 640 dyn_cast<ConstantInt>(VectorValue->getAggregateElement(i))) { in minRequiredElementSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2049 Value *VectorValue = nullptr; 2051 VectorValue = getBroadcastInstrs(ScalarValue); 2052 VectorLoopValueMap.setVectorValue(V, Part, VectorValue); 2059 VectorValue = VectorLoopValueMap.getVectorValue(V, Part); 2062 return VectorValue; 2113 Value *VectorValue = VectorLoopValueMap.getVectorValue(V, Instance.Part); 2114 VectorValue = Builder.CreateInsertElement(VectorValue, ScalarInst, 2116 VectorLoopValueMap.resetVectorValue(V, Instance.Part, VectorValue); 7487 Value *VectorValue [all...] |
Completed in 24 milliseconds