HomeSort by relevance Sort by last modified time
    Searched refs:GrPath (Results 1 - 18 of 18) sorted by null

  /external/skia/src/gpu/gl/
GrGLPath.h 12 #include "../GrPath.h"
23 class GrGLPath : public GrPath {
53 typedef GrPath INHERITED;
GrGLPathRendering.h 36 GrPath* createPath(const SkPath&, const GrStrokeInfo&) override;
67 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
68 void onDrawPath(const DrawPathArgs&, const GrPath*) override;
GrGLPathRendering.cpp 90 GrPath* GrGLPathRendering::createPath(const SkPath& inPath, const GrStrokeInfo& stroke) {
99 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) {
129 void GrGLPathRendering::onDrawPath(const DrawPathArgs& args, const GrPath* path) {
  /external/skia/src/gpu/
GrPathRendering.h 18 class GrPath;
88 virtual GrPath* createPath(const SkPath&, const GrStrokeInfo&) = 0;
150 void stencilPath(const StencilPathArgs& args, const GrPath* path) {
167 void drawPath(const DrawPathArgs& args, const GrPath* path) {
193 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
194 virtual void onDrawPath(const DrawPathArgs&, const GrPath*) = 0;
GrPath.h 17 class GrPath : public GrGpuResource {
22 GrPath(GrGpu* gpu, const SkPath& skPath, const GrStrokeInfo& stroke)
GrResourceProvider.h 18 class GrPath;
85 * Factories for GrPath and GrPathRange objects. It's an error to call these if path rendering
88 GrPath* createPath(const SkPath&, const GrStrokeInfo&);
GrDrawTarget.h 41 class GrPath;
112 void stencilPath(const GrPipelineBuilder&, const SkMatrix& viewMatrix, const GrPath*,
GrPath.cpp 8 #include "GrPath.h"
177 void GrPath::ComputeKey(const SkPath& path, const GrStrokeInfo& stroke, GrUniqueKey* key,
199 bool GrPath::isEqualTo(const SkPath& path, const GrStrokeInfo& stroke) const {
GrResourceProvider.cpp 74 GrPath* GrResourceProvider::createPath(const SkPath& path, const GrStrokeInfo& stroke) {
GrGpu.h 24 class GrPath;
GrDrawTarget.cpp 14 #include "GrPath.h"
287 const GrPath* path,
  /external/skia/src/gpu/batches/
GrStencilPathBatch.h 14 #include "GrPath.h"
27 const GrPath* path) {
48 const GrPath* path)
74 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
GrStencilAndCoverPathRenderer.cpp 15 #include "GrPath.h"
48 static GrPath* get_gr_path(GrResourceProvider* resourceProvider, const SkPath& skPath,
52 GrPath::ComputeKey(skPath, stroke, &key, &isVolatile);
53 SkAutoTUnref<GrPath> path(
54 static_cast<GrPath*>(resourceProvider->findAndRefResourceByUniqueKey(key)));
70 SkAutoTUnref<GrPath> p(get_gr_path(fResourceProvider, *args.fPath, *args.fStroke));
89 SkAutoTUnref<GrPath> p(get_gr_path(fResourceProvider, path, *args.fStroke));
GrDrawPathBatch.h 14 #include "GrPath.h"
67 GrPathRendering::FillType fill, const GrPath* path) {
77 const GrPath* path)
90 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;
  /external/skia/tests/
GpuDrawPathTest.cpp 13 #include "GrPath.h"
109 GrPath::ComputeKey(path1, stroke, &key1, &isVolatile);
110 GrPath::ComputeKey(path2, stroke, &key2, &isVolatile);
  /external/skia/include/gpu/
GrContext.h 35 class GrPath;
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.h 22 class GrPath;
  /external/skia/
Android.mk 400 src/gpu/GrPath.cpp \

Completed in 248 milliseconds