/third_party/flutter/skia/src/gpu/ |
D | GrPathRendering.h | 15 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;
|
D | GrPathRendering_none.cpp | 43 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()
|
D | GrPath.h | 19 class GrPath : public GrGpuResource { 24 GrPath(GrGpu* gpu, const SkPath& skPath, const GrStyle& style) in GrPath() function
|
D | GrPathRendering.cpp | 48 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath() 59 const GrPath* path) { in drawPath()
|
D | GrPath.cpp | 17 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()
|
D | GrRenderTargetContextPriv.h | 17 class GrPath; variable 81 const GrHardClip&, GrAA doStencilMSAA, const SkMatrix& viewMatrix, const GrPath*);
|
D | GrResourceProvider.h | 21 class GrPath; variable 224 sk_sp<GrPath> createPath(const SkPath&, const GrStyle&);
|
D | GrGpu.h | 32 class GrPath; variable
|
D | GrResourceProvider.cpp | 502 sk_sp<GrPath> GrResourceProvider::createPath(const SkPath& path, const GrStyle& style) { in createPath()
|
D | GrRenderTargetContext.cpp | 879 const GrPath* path) { in stencilPath()
|
/third_party/flutter/skia/tests/ |
D | GpuDrawPathTest.cpp | 114 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/ |
D | GrStencilAndCoverPathRenderer.cpp | 52 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()
|
D | GrStencilPathOp.h | 29 const GrPath* path); 50 const GrPath* path) in GrStencilPathOp() 70 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
|
D | GrDrawPathOp.h | 74 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;
|
D | GrStencilPathOp.cpp | 23 const GrPath* path) { in Make()
|
D | GrDrawPathOp.cpp | 82 GrPath* path) { in Make()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLPathRendering.h | 38 sk_sp<GrPath> createPath(const SkPath&, const GrStyle&) override; 67 void onStencilPath(const StencilPathArgs&, const GrPath*) override; 73 const GrPath*) override;
|
D | GrGLPath.h | 23 class GrGLPath : public GrPath { 53 typedef GrPath INHERITED;
|
D | GrGLPathRendering.cpp | 82 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/ |
D | GrContext.h | 30 class GrPath; variable
|
/third_party/skia/src/gpu/ |
D | GrResourceProvider.h | 22 class GrPath; variable
|
D | GrGpu.h | 31 class GrPath; variable
|
/third_party/skia/include/gpu/ |
D | GrDirectContext.h | 29 class GrPath; variable
|
/third_party/flutter/skia/gn/ |
D | gpu.gni | 596 "$_src/gpu/GrPath.cpp", 597 "$_src/gpu/GrPath.h",
|
/third_party/flutter/build/skia/ohos/ |
D | BUILD.gn | 714 "$flutter_root/skia/src/gpu/GrPath.cpp",
|