Home
last modified time | relevance | path

Searched refs:GrPath (Results 1 – 25 of 27) sorted by relevance

12

/third_party/flutter/skia/src/gpu/
DGrPathRendering.h15 class GrPath; variable
87 virtual sk_sp<GrPath> createPath(const SkPath&, const GrStyle&) = 0;
109 void stencilPath(const StencilPathArgs& args, const GrPath* path);
116 const GrPath* path);
121 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
127 const GrPath*) = 0;
DGrPathRendering_none.cpp43 sk_sp<GrPath> GrGLPathRendering::createPath(const SkPath&, const GrStyle&) { return nullptr; } in createPath()
50 const GrPath*) {} in onDrawPath() argument
52 void GrGLPathRendering::onStencilPath(const StencilPathArgs&, const GrPath*) {} in onStencilPath() argument
60 const GrPath*) { return nullptr; } in Make() argument
62 void GrPath::ComputeKey(const GrShape&, GrUniqueKey*, bool*) {} in ComputeKey()
DGrPath.h19 class GrPath : public GrGpuResource {
24 GrPath(GrGpu* gpu, const SkPath& skPath, const GrStyle& style) in GrPath() function
DGrPathRendering.cpp48 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath()
59 const GrPath* path) { in drawPath()
DGrPath.cpp17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) { in ComputeKey()
37 bool GrPath::isEqualTo(const SkPath& path, const GrStyle& style) const { in isEqualTo()
DGrRenderTargetContextPriv.h17 class GrPath; variable
81 const GrHardClip&, GrAA doStencilMSAA, const SkMatrix& viewMatrix, const GrPath*);
DGrResourceProvider.h21 class GrPath; variable
224 sk_sp<GrPath> createPath(const SkPath&, const GrStyle&);
DGrGpu.h32 class GrPath; variable
DGrResourceProvider.cpp502 sk_sp<GrPath> GrResourceProvider::createPath(const SkPath& path, const GrStyle& style) { in createPath()
DGrRenderTargetContext.cpp879 const GrPath* path) { in stencilPath()
/third_party/flutter/skia/tests/
DGpuDrawPathTest.cpp114 GrPath::ComputeKey(GrShape(path1, GrStyle::SimpleFill()), &key1, &isVolatile);
117 GrPath::ComputeKey(GrShape(path2, GrStyle::SimpleFill()), &key2, &isVolatile);
124 GrPath::ComputeKey(GrShape(path1, style), &key1, &isVolatile);
132 GrPath::ComputeKey(GrShape(path2, GrStyle::SimpleFill()), &tempKey, &isVolatile);
147 GrPath::ComputeKey(GrShape(path3, style), &key3, &isVolatile);
150 GrPath::ComputeKey(GrShape(path4, style), &key4, &isVolatile);
158 GrPath::ComputeKey(GrShape(path3, style), &key1, &isVolatile);
/third_party/flutter/skia/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp52 static sk_sp<GrPath> get_gr_path(GrResourceProvider* resourceProvider, const GrShape& shape) { in get_gr_path()
55 GrPath::ComputeKey(shape, &key, &isVolatile); in get_gr_path()
56 sk_sp<GrPath> path; in get_gr_path()
58 path = resourceProvider->findByUniqueKey<GrPath>(key); in get_gr_path()
80 sk_sp<GrPath> p(get_gr_path(fResourceProvider, *args.fShape)); in onStencilPath()
94 sk_sp<GrPath> path(get_gr_path(fResourceProvider, *args.fShape)); in onDrawPath()
DGrStencilPathOp.h29 const GrPath* path);
50 const GrPath* path) in GrStencilPathOp()
70 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
DGrDrawPathOp.h74 GrRecordingContext*, const SkMatrix& viewMatrix, GrPaint&&, GrAA, GrPath*);
85 GrDrawPathOp(const SkMatrix& viewMatrix, GrPaint&& paint, GrAA aa, const GrPath* path) in GrDrawPathOp()
94 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
DGrStencilPathOp.cpp23 const GrPath* path) { in Make()
DGrDrawPathOp.cpp82 GrPath* path) { in Make()
/third_party/flutter/skia/src/gpu/gl/
DGrGLPathRendering.h38 sk_sp<GrPath> createPath(const SkPath&, const GrStyle&) override;
67 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
73 const GrPath*) override;
DGrGLPath.h23 class GrGLPath : public GrPath {
53 typedef GrPath INHERITED;
DGrGLPathRendering.cpp82 sk_sp<GrPath> GrGLPathRendering::createPath(const SkPath& inPath, const GrStyle& style) { in createPath()
86 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath()
119 const GrPath* path) { in onDrawPath()
/third_party/flutter/skia/include/gpu/
DGrContext.h30 class GrPath; variable
/third_party/skia/src/gpu/
DGrResourceProvider.h22 class GrPath; variable
DGrGpu.h31 class GrPath; variable
/third_party/skia/include/gpu/
DGrDirectContext.h29 class GrPath; variable
/third_party/flutter/skia/gn/
Dgpu.gni596 "$_src/gpu/GrPath.cpp",
597 "$_src/gpu/GrPath.h",
/third_party/flutter/build/skia/ohos/
DBUILD.gn714 "$flutter_root/skia/src/gpu/GrPath.cpp",

12