Home
last modified time | relevance | path

Searched refs:revalidate (Results 1 – 25 of 45) sorted by relevance

12

/third_party/skia/modules/sksg/src/
DSkSGScene.cpp29 fRoot->revalidate(nullptr, SkMatrix::I()); in render()
34 void Scene::revalidate(InvalidationController* ic) { in revalidate() function in sksg::Scene
35 fRoot->revalidate(ic, SkMatrix::I()); in revalidate()
DSkSGTransform.cpp56 fA->revalidate(ic, ctm); in onRevalidate()
57 fB->revalidate(ic, ctm); in onRevalidate()
101 fT->revalidate(ic, ctm); in onRevalidate()
197 fTransform->revalidate(ic, ctm); in onRevalidate()
DSkSGDraw.cpp67 auto bounds = fGeometry->revalidate(ic, ctm); in onRevalidate()
68 fPaint->revalidate(ic, ctm); in onRevalidate()
DSkSGGeometryEffect.cpp54 fChild->revalidate(ic, ctm); in onRevalidate()
86 fTransform->revalidate(nullptr, SkMatrix::I()); in onRevalidateEffect()
DSkSGEffectNode.cpp33 return fChild->revalidate(ic, ctm); in onRevalidate()
DSkSGColorFilter.cpp75 fColor->revalidate(nullptr, SkMatrix::I()); in onRevalidateFilter()
209 color->revalidate(nullptr, SkMatrix::I()); in onRevalidateFilter()
DSkSGClipEffect.cpp43 const auto clipBounds = fClipNode->revalidate(ic, ctm); in onRevalidate()
DSkSGPaint.cpp72 return fShader->revalidate(ic, ctm); in onRevalidate()
DSkSGRenderEffect.cpp66 fShader->revalidate(ic, ctm); in onRevalidate()
108 fImageFilter->revalidate(ic, ctm); in onRevalidate()
DSkSGMaskEffect.cpp89 const auto maskBounds = fMaskNode->revalidate(ic, ctm); in onRevalidate()
DSkSGMerge.cpp87 rec.fGeo->revalidate(ic, ctm); in onRevalidate()
DSkSGGroup.cpp88 const auto child_bounds = fChildren[i]->revalidate(ic, ctm); in onRevalidate()
DSkSGNode.cpp132 const SkRect& Node::revalidate(InvalidationController* ic, const SkMatrix& ctm) { in revalidate() function in sksg::Node
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
Dindex.js24 return entry.revalidate(request, options)
38 return entry.revalidate(request, options)
/third_party/curl/tests/data/
Dtest127018 Cache-Control: no-cache,no-store,must-revalidate,post-check=0,pre-check=0
56 Cache-Control: no-cache,no-store,must-revalidate,post-check=0,pre-check=0
Dtest42127 cache-control: max-age=0, private, must-revalidate
76 "cache-control":["max-age=0, private, must-revalidate"],
/third_party/skia/modules/skottie/src/effects/
DBuldgeEffect.cpp87 child->revalidate(nullptr, SkMatrix::I()); in contentShader()
128 return child->revalidate(ic, ctm); in onRevalidate()
DDisplacementMapEffect.cpp180 const auto bounds = node->revalidate(ic, ctm); in buildEffectShader()
246 auto bounds = this->children()[0]->revalidate(ic, ctm); in onRevalidate()
/third_party/skia/modules/sksg/include/
DSkSGScene.h37 void revalidate(InvalidationController* = nullptr);
DSkSGNode.h36 const SkRect& revalidate(InvalidationController*, const SkMatrix&);
/third_party/skia/experimental/skrive/src/
DNode.cpp60 child->revalidate(); in onRevalidate()
DComponent.cpp53 void Component::revalidate() { in revalidate() function in skrive::Component
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterferenceCache.cpp71 Entries[E].revalidate(LIUArray, TRI); in get()
93 void InterferenceCache::Entry::revalidate(LiveIntervalUnion *LIUArray, in revalidate() function in InterferenceCache::Entry
DInterferenceCache.h117 void revalidate(LiveIntervalUnion *LIUArray, const TargetRegisterInfo *TRI);
/third_party/libwebsockets/lwsws/
Detc-lwsws-conf.d-localhost-EXAMPLE18 "cache-revalidate": "1",

12