Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrPathRendering.h15 class GrPath; variable
88 virtual sk_sp<GrPath> createPath(const SkPath&, const GrStyle&) = 0;
110 void stencilPath(const StencilPathArgs& args, const GrPath* path);
117 const GrPath* path);
122 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
128 const GrPath*) = 0;
DGrPathRendering_none.cpp41 sk_sp<GrPath> GrGLPathRendering::createPath(const SkPath&, const GrStyle&) { return nullptr; } in createPath()
48 const GrPath*) {} in onDrawPath() argument
50 void GrGLPathRendering::onStencilPath(const StencilPathArgs&, const GrPath*) {} in onStencilPath() argument
58 const GrPath*) { return nullptr; } in Make() argument
60 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
71 void stencilPath(const GrHardClip&, GrAAType, const SkMatrix& viewMatrix, const GrPath*);
DGrResourceProvider.h21 class GrPath; variable
195 sk_sp<GrPath> createPath(const SkPath&, const GrStyle&);
DGrGpu.h30 class GrPath; variable
DGrResourceProvider.cpp354 sk_sp<GrPath> GrResourceProvider::createPath(const SkPath& path, const GrStyle& style) { in createPath()
DGrRenderTargetContext.cpp802 const GrPath* path) { in stencilPath()
/external/skqp/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);
/external/skqp/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp55 static sk_sp<GrPath> get_gr_path(GrResourceProvider* resourceProvider, const GrShape& shape) { in get_gr_path()
58 GrPath::ComputeKey(shape, &key, &isVolatile); in get_gr_path()
59 sk_sp<GrPath> path; in get_gr_path()
61 path = resourceProvider->findByUniqueKey<GrPath>(key); in get_gr_path()
83 sk_sp<GrPath> p(get_gr_path(fResourceProvider, *args.fShape)); in onStencilPath()
96 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.h80 GrPath*);
91 GrDrawPathOp(const SkMatrix& viewMatrix, GrPaint&& paint, GrAAType aaType, const GrPath* path) in GrDrawPathOp()
99 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
DGrStencilPathOp.cpp23 const GrPath* path) { in Make()
DGrDrawPathOp.cpp70 GrPath* path) { in Make()
/external/skqp/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()
120 const GrPath* path) { in onDrawPath()
/external/skqp/include/gpu/
DGrContext.h35 class GrPath; variable
/external/skia/src/gpu/
DGrResourceProvider.h22 class GrPath; variable
DGrGpu.h31 class GrPath; variable
/external/skia/include/gpu/
DGrDirectContext.h29 class GrPath; variable
/external/skqp/gn/
Dgpu.gni559 "$_src/gpu/GrPath.cpp",
560 "$_src/gpu/GrPath.h",
/external/skqp/
DAndroid.bp862 "src/gpu/GrPath.cpp",