| Index: src/gpu/GrAAHairLinePathRenderer.h
|
| diff --git a/src/gpu/GrAAHairLinePathRenderer.h b/src/gpu/GrAAHairLinePathRenderer.h
|
| index 91c00d78c36197b3daffa400a7be00938e6f78c3..ea1d8edd65e3beb58722f85f84fe5636bfa60148 100644
|
| --- a/src/gpu/GrAAHairLinePathRenderer.h
|
| +++ b/src/gpu/GrAAHairLinePathRenderer.h
|
| @@ -42,31 +42,6 @@ private:
|
| const GrIndexBuffer* fLinesIndexBuffer,
|
| const GrIndexBuffer* fQuadsIndexBuffer);
|
|
|
| - bool createLineGeom(GrDrawTarget* target,
|
| - GrPipelineBuilder*,
|
| - const SkMatrix& viewMatrix,
|
| - uint8_t coverage,
|
| - size_t vertexStride,
|
| - GrDrawTarget::AutoReleaseGeometry* arg,
|
| - SkRect* devBounds,
|
| - const SkPath& path,
|
| - const PtArray& lines,
|
| - int lineCnt);
|
| -
|
| - bool createBezierGeom(GrDrawTarget* target,
|
| - GrPipelineBuilder*,
|
| - const SkMatrix& viewMatrix,
|
| - GrDrawTarget::AutoReleaseGeometry* arg,
|
| - SkRect* devBounds,
|
| - const SkPath& path,
|
| - const PtArray& quads,
|
| - int quadCnt,
|
| - const PtArray& conics,
|
| - int conicCnt,
|
| - const IntArray& qSubdivs,
|
| - const FloatArray& cWeights,
|
| - size_t vertexStride);
|
| -
|
| const GrIndexBuffer* fLinesIndexBuffer;
|
| const GrIndexBuffer* fQuadsIndexBuffer;
|
|
|
|
|