Home
last modified time | relevance | path

Searched refs:onApply (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/experimental/skrive/src/
DColor.cpp36 void ColorPaint::onApply(SkPaint* paint) const { in onApply() function in skrive::ColorPaint
37 this->INHERITED::onApply(paint); in onApply()
DPaint.cpp73 void Paint::onApply(SkPaint* paint) const { in onApply() function in skrive::Paint
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.h233 virtual void onApply() = 0;
244 void onApply() override;
254 void onApply() override;
DSkottieAdapter.cpp260 this->onApply(); in apply()
289 void LinearGradientAdapter::onApply() { in onApply() function in skottie::LinearGradientAdapter
298 void RadialGradientAdapter::onApply() { in onApply() function in skottie::RadialGradientAdapter
/third_party/skia/experimental/skrive/include/
DSkRive.h170 this->onApply(paint); in ACTOR_ATTR()
178 virtual void onApply(SkPaint*) const;
195 void onApply(SkPaint*) const override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTransformFeedback11.h39 void onApply();
DTransformFeedback11.cpp84 void TransformFeedback11::onApply() in onApply() function in rx::TransformFeedback11
DStateManager11.cpp3905 tf11->onApply(); in syncTransformFeedbackBuffers()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTransformFeedback11.h39 void onApply();
DTransformFeedback11.cpp84 void TransformFeedback11::onApply() in onApply() function in rx::TransformFeedback11
DStateManager11.cpp3818 tf11->onApply(); in syncTransformFeedbackBuffers()