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

12

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLPath.h12 #include "../GrPath.h"
23 class GrGLPath : public GrPath {
39 typedef GrPath INHERITED;
H A DGrGpuGL.h138 virtual GrPath* onCreatePath(const SkPath&, const SkStrokeRec&) SK_OVERRIDE;
166 virtual void onGpuStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
167 virtual void onGpuDrawPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
168 virtual void onGpuDrawPaths(int, const GrPath**, const SkMatrix*,
/external/skia/src/gpu/gl/
H A DGrGLPath.h12 #include "../GrPath.h"
23 class GrGLPath : public GrPath {
39 typedef GrPath INHERITED;
H A DGrGpuGL.h138 virtual GrPath* onCreatePath(const SkPath&, const SkStrokeRec&) SK_OVERRIDE;
166 virtual void onGpuStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
167 virtual void onGpuDrawPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
168 virtual void onGpuDrawPaths(int, const GrPath**, const SkMatrix*,
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPath.h17 class GrPath : public GrGpuObject { class in inherits:GrGpuObject
19 SK_DECLARE_INST_COUNT(GrPath);
21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) function in class:GrPath
H A DGrPath.cpp8 #include "GrPath.h"
10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) {
H A DGrGpu.h18 class GrPath;
138 GrPath* createPath(const SkPath& path, const SkStrokeRec& stroke);
434 virtual GrPath* onCreatePath(const SkPath& path, const SkStrokeRec&) = 0;
445 virtual void onGpuStencilPath(const GrPath*, SkPath::FillType) = 0;
446 virtual void onGpuDrawPath(const GrPath*, SkPath::FillType) = 0;
447 virtual void onGpuDrawPaths(int, const GrPath**, const SkMatrix*,
488 virtual void onStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
489 virtual void onDrawPath(const GrPath*, SkPath::FillType,
491 virtual void onDrawPaths(int, const GrPath**, const SkMatrix*,
H A DGrStencilAndCoverPathRenderer.cpp14 #include "GrPath.h"
58 SkAutoTUnref<GrPath> p(fGpu->getContext()->createPath(path, stroke));
72 SkAutoTUnref<GrPath> p(fGpu->getContext()->createPath(path, stroke));
H A DGrInOrderDrawBuffer.h14 #include "GrPath.h"
106 SkAutoTUnref<const GrPath> fPath;
113 SkAutoTUnref<const GrPath> fPath;
123 const GrPath** fPaths;
155 virtual void onStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
156 virtual void onDrawPath(const GrPath*, SkPath::FillType,
158 virtual void onDrawPaths(int, const GrPath**, const SkMatrix*,
H A DGrDrawTarget.h28 class GrPath;
340 void stencilPath(const GrPath*, SkPath::FillType fill);
346 void drawPath(const GrPath*, SkPath::FillType fill);
357 void drawPaths(int pathCount, const GrPath** paths,
511 void executeDrawPath(const GrPath* path, SkPath::FillType fill,
519 void executeDrawPaths(int pathCount, const GrPath** paths,
909 virtual void onStencilPath(const GrPath*, SkPath::FillType) = 0;
910 virtual void onDrawPath(const GrPath*, SkPath::FillType,
912 virtual void onDrawPaths(int, const GrPath**, const SkMatrix*,
H A DGrGpu.cpp215 GrPath* GrGpu::createPath(const SkPath& path, const SkStrokeRec& stroke) {
396 void GrGpu::onStencilPath(const GrPath* path, SkPath::FillType fill) {
408 void GrGpu::onDrawPath(const GrPath* path, SkPath::FillType fill,
422 void GrGpu::onDrawPaths(int pathCount, const GrPath** paths,
H A DGrInOrderDrawBuffer.cpp15 #include "GrPath.h"
428 void GrInOrderDrawBuffer::onStencilPath(const GrPath* path, SkPath::FillType fill) {
442 void GrInOrderDrawBuffer::onDrawPath(const GrPath* path,
460 void GrInOrderDrawBuffer::onDrawPaths(int pathCount, const GrPath** paths,
475 dp->fPaths = SkNEW_ARRAY(const GrPath*, pathCount);
476 memcpy(dp->fPaths, paths, sizeof(GrPath*) * pathCount);
H A DGrDrawTarget.cpp14 #include "GrPath.h"
519 void GrDrawTarget::stencilPath(const GrPath* path, SkPath::FillType fill) {
527 void GrDrawTarget::drawPath(const GrPath* path, SkPath::FillType fill) {
551 void GrDrawTarget::drawPaths(int pathCount, const GrPath** paths,
H A DGrContext.cpp1881 GrPath* GrContext::createPath(const SkPath& inPath, const SkStrokeRec& stroke) {
1885 GrResourceKey resourceKey = GrPath::ComputeKey(inPath, stroke);
1886 GrPath* path = static_cast<GrPath*>(fResourceCache->find(resourceKey));
/external/skia/src/gpu/
H A DGrPath.h17 class GrPath : public GrGpuObject { class in inherits:GrGpuObject
19 SK_DECLARE_INST_COUNT(GrPath);
21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) function in class:GrPath
H A DGrPath.cpp8 #include "GrPath.h"
10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) {
H A DGrGpu.h18 class GrPath;
138 GrPath* createPath(const SkPath& path, const SkStrokeRec& stroke);
434 virtual GrPath* onCreatePath(const SkPath& path, const SkStrokeRec&) = 0;
445 virtual void onGpuStencilPath(const GrPath*, SkPath::FillType) = 0;
446 virtual void onGpuDrawPath(const GrPath*, SkPath::FillType) = 0;
447 virtual void onGpuDrawPaths(int, const GrPath**, const SkMatrix*,
488 virtual void onStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
489 virtual void onDrawPath(const GrPath*, SkPath::FillType,
491 virtual void onDrawPaths(int, const GrPath**, const SkMatrix*,
H A DGrStencilAndCoverPathRenderer.cpp14 #include "GrPath.h"
58 SkAutoTUnref<GrPath> p(fGpu->getContext()->createPath(path, stroke));
72 SkAutoTUnref<GrPath> p(fGpu->getContext()->createPath(path, stroke));
H A DGrInOrderDrawBuffer.h14 #include "GrPath.h"
106 SkAutoTUnref<const GrPath> fPath;
113 SkAutoTUnref<const GrPath> fPath;
123 const GrPath** fPaths;
155 virtual void onStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
156 virtual void onDrawPath(const GrPath*, SkPath::FillType,
158 virtual void onDrawPaths(int, const GrPath**, const SkMatrix*,
H A DGrDrawTarget.h28 class GrPath;
340 void stencilPath(const GrPath*, SkPath::FillType fill);
346 void drawPath(const GrPath*, SkPath::FillType fill);
357 void drawPaths(int pathCount, const GrPath** paths,
511 void executeDrawPath(const GrPath* path, SkPath::FillType fill,
519 void executeDrawPaths(int pathCount, const GrPath** paths,
909 virtual void onStencilPath(const GrPath*, SkPath::FillType) = 0;
910 virtual void onDrawPath(const GrPath*, SkPath::FillType,
912 virtual void onDrawPaths(int, const GrPath**, const SkMatrix*,
H A DGrGpu.cpp215 GrPath* GrGpu::createPath(const SkPath& path, const SkStrokeRec& stroke) {
396 void GrGpu::onStencilPath(const GrPath* path, SkPath::FillType fill) {
408 void GrGpu::onDrawPath(const GrPath* path, SkPath::FillType fill,
422 void GrGpu::onDrawPaths(int pathCount, const GrPath** paths,
H A DGrInOrderDrawBuffer.cpp15 #include "GrPath.h"
428 void GrInOrderDrawBuffer::onStencilPath(const GrPath* path, SkPath::FillType fill) {
442 void GrInOrderDrawBuffer::onDrawPath(const GrPath* path,
460 void GrInOrderDrawBuffer::onDrawPaths(int pathCount, const GrPath** paths,
475 dp->fPaths = SkNEW_ARRAY(const GrPath*, pathCount);
476 memcpy(dp->fPaths, paths, sizeof(GrPath*) * pathCount);
H A DGrDrawTarget.cpp14 #include "GrPath.h"
519 void GrDrawTarget::stencilPath(const GrPath* path, SkPath::FillType fill) {
527 void GrDrawTarget::drawPath(const GrPath* path, SkPath::FillType fill) {
551 void GrDrawTarget::drawPaths(int pathCount, const GrPath** paths,
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h35 class GrPath;
1051 GrPath* createPath(const SkPath& skPath, const SkStrokeRec& stroke);
/external/skia/include/gpu/
H A DGrContext.h35 class GrPath;
1051 GrPath* createPath(const SkPath& skPath, const SkStrokeRec& stroke);

Completed in 566 milliseconds

12