Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrPathRenderer.h111 struct DrawPathArgs { struct
112 GrRecordingContext* fContext;
114 const GrUserStencilSettings* fUserStencilSettings;
115 GrRenderTargetContext* fRenderTargetContext;
139 bool drawPath(const DrawPathArgs& args); argument
/third_party/skia/src/gpu/v1/
DPathRenderer.h118 struct DrawPathArgs { struct
119 GrRecordingContext* fContext;
121 const GrUserStencilSettings* fUserStencilSettings;
145 bool drawPath(const DrawPathArgs& args); argument