Searched refs:PathInvalidator (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/
H A DGrSoftwarePathRenderer.cpp215 class PathInvalidator : public SkPathRef::GenIDChangeListener { class in namespace:__anon20746
217 explicit PathInvalidator(const GrUniqueKey& key) : fMsg(key) {} function in class:__anon20746::PathInvalidator
367 args.fShape->addGenIDChangeListener(new PathInvalidator(maskKey));
/external/skia/src/gpu/ops/
H A DGrTessellatingPathRenderer.cpp44 class PathInvalidator : public SkPathRef::GenIDChangeListener { class in namespace:__anon20807
46 explicit PathInvalidator(const GrUniqueKey& key) : fMsg(key) {} function in class:__anon20807::PathInvalidator
287 fShape.addGenIDChangeListener(new PathInvalidator(key));
/external/skqp/src/gpu/
H A DGrSoftwarePathRenderer.cpp215 class PathInvalidator : public SkPathRef::GenIDChangeListener { class in namespace:__anon21411
217 explicit PathInvalidator(const GrUniqueKey& key) : fMsg(key) {} function in class:__anon21411::PathInvalidator
365 args.fShape->addGenIDChangeListener(new PathInvalidator(maskKey));
/external/skqp/src/gpu/ops/
H A DGrTessellatingPathRenderer.cpp44 class PathInvalidator : public SkPathRef::GenIDChangeListener { class in namespace:__anon21473
46 explicit PathInvalidator(const GrUniqueKey& key) : fMsg(key) {} function in class:__anon21473::PathInvalidator
287 fShape.addGenIDChangeListener(new PathInvalidator(key));

Completed in 137 milliseconds