Home
last modified time | relevance | path

Searched refs:VectorValue (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/modules/skottie/src/
H A DSkottieValue.h25 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 DSkottieJson.cpp110 bool Parse<VectorValue>(const Value& v, VectorValue* vec) { in Parse()
H A DTransform.h91 VectorValue fAnchorPoint,
/third_party/skia/src/utils/
H A DSkJSON.h249 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 DSkJSON.cpp147 auto* data = this->cast<VectorValue<char, Value::Type::kString>>()->begin(); in initLongString()
/third_party/skia/modules/skottie/src/animator/
H A DVectorKeyframeAnimator.cpp38 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 Dtest-utils-aarch64.h59 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 DSkSLEffect.cpp94 std::make_unique<VectorValue>()); in SkSLEffectAdapter()
126 std::vector<std::tuple<SkString, std::unique_ptr<VectorValue>>> fUniforms;
H A DFillEffect.cpp67 VectorValue fColor;
H A DTritoneEffect.cpp68 VectorValue fLoColor,
H A DTintEffect.cpp64 VectorValue fMapBlackTo,
H A DDropShadowEffect.cpp75 VectorValue fColor = { 0, 0, 0, 1 };
H A DShadowStyles.cpp107 VectorValue fColor;
H A DGradientEffect.cpp118 VectorValue fStartColor,
H A DCCTonerEffect.cpp101 VectorValue fHighlights,
H A DGlowStyles.cpp133 VectorValue fColor;
H A DSphereEffect.cpp404 VectorValue fLightColor;
/third_party/skia/modules/skottie/src/text/
H A DTextAnimator.h35 VectorValue position,
H A DTextValue.cpp146 VectorValue color_vec; in Parse()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DGradient.cpp200 VectorValue fStops;
H A DFillStroke.cpp84 VectorValue fColor;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h624 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 DLoopVectorize.cpp2049 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