Home
last modified time | relevance | path

Searched refs:PathInvalidator (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrSoftwarePathRenderer.cpp222 class PathInvalidator : public SkPathRef::GenIDChangeListener { class
224 PathInvalidator(const GrUniqueKey& key, uint32_t contextUniqueID) in PathInvalidator() function in __anone24777f10111::PathInvalidator
377 sk_make_sp<PathInvalidator>(maskKey, args.fContext->contextPriv().contextID())); in onDrawPath()
/external/skqp/src/gpu/ops/
DGrTessellatingPathRenderer.cpp43 class PathInvalidator : public SkPathRef::GenIDChangeListener { class
45 PathInvalidator(const GrUniqueKey& key, uint32_t contextUniqueID) in PathInvalidator() function in __anon66fb31960111::PathInvalidator
293 fShape.addGenIDChangeListener(sk_make_sp<PathInvalidator>(key, target->contextUniqueID())); in draw()