Home
last modified time | relevance | path

Searched defs:applyProperties (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGFilter.cpp32 void SkSVGFilter::applyProperties(SkSVGRenderContext* ctx) const { this->onPrepareToRender(ctx); } in applyProperties() function in SkSVGFilter
H A DSkSVGFe.cpp95 void SkSVGFe::applyProperties(SkSVGRenderContext* ctx) const { this->onPrepareToRender(ctx); } in applyProperties() function in SkSVGFe
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
H A Dstyle-properties.js213 applyProperties(rule, props) { method in StyleProperties