Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrPathRenderer.h76 struct CanDrawPathArgs { struct
80 const GrRenderTargetProxy* fProxy;
81 const SkIRect* fClipConservativeBounds;
82 const SkMatrix* fViewMatrix;
106 CanDrawPath canDrawPath(const CanDrawPathArgs& args) const { in canDrawPath() argument