/external/skia/src/gpu/ |
D | GrPathRenderer.h | 138 this->onStencilPath(path, stroke, target); in stencilPath() 177 … virtual void onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) { in onStencilPath() function
|
D | GrStencilAndCoverPathRenderer.h | 43 virtual void onStencilPath(const SkPath&,
|
D | GrDefaultPathRenderer.h | 38 virtual void onStencilPath(const SkPath&,
|
D | GrStencilAndCoverPathRenderer.cpp | 54 void GrStencilAndCoverPathRenderer::onStencilPath(const SkPath& path, in onStencilPath() function in GrStencilAndCoverPathRenderer
|
D | GrInOrderDrawBuffer.h | 139 virtual void onStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
|
D | GrGpu.h | 482 virtual void onStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
|
D | GrDrawTarget.h | 853 virtual void onStencilPath(const GrPath*, SkPath::FillType) = 0;
|
D | GrDefaultPathRenderer.cpp | 533 void GrDefaultPathRenderer::onStencilPath(const SkPath& path, in onStencilPath() function in GrDefaultPathRenderer
|
D | GrGpu.cpp | 386 void GrGpu::onStencilPath(const GrPath* path, SkPath::FillType fill) { in onStencilPath() function in GrGpu
|
D | GrInOrderDrawBuffer.cpp | 390 void GrInOrderDrawBuffer::onStencilPath(const GrPath* path, SkPath::FillType fill) { in onStencilPath() function in GrInOrderDrawBuffer
|
D | GrDrawTarget.cpp | 523 this->onStencilPath(path, fill); in stencilPath()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrPathRenderer.h | 138 this->onStencilPath(path, stroke, target); in stencilPath() 177 … virtual void onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) { in onStencilPath() function
|
D | GrStencilAndCoverPathRenderer.h | 43 virtual void onStencilPath(const SkPath&,
|
D | GrDefaultPathRenderer.h | 38 virtual void onStencilPath(const SkPath&,
|
D | GrStencilAndCoverPathRenderer.cpp | 54 void GrStencilAndCoverPathRenderer::onStencilPath(const SkPath& path, in onStencilPath() function in GrStencilAndCoverPathRenderer
|
D | GrInOrderDrawBuffer.h | 139 virtual void onStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
|
D | GrGpu.h | 482 virtual void onStencilPath(const GrPath*, SkPath::FillType) SK_OVERRIDE;
|
D | GrDrawTarget.h | 853 virtual void onStencilPath(const GrPath*, SkPath::FillType) = 0;
|
D | GrDefaultPathRenderer.cpp | 533 void GrDefaultPathRenderer::onStencilPath(const SkPath& path, in onStencilPath() function in GrDefaultPathRenderer
|
D | GrGpu.cpp | 386 void GrGpu::onStencilPath(const GrPath* path, SkPath::FillType fill) { in onStencilPath() function in GrGpu
|
D | GrInOrderDrawBuffer.cpp | 390 void GrInOrderDrawBuffer::onStencilPath(const GrPath* path, SkPath::FillType fill) { in onStencilPath() function in GrInOrderDrawBuffer
|
D | GrDrawTarget.cpp | 523 this->onStencilPath(path, fill); in stencilPath()
|