Searched refs:onDrawPath (Results 1 - 25 of 45) sorted by path

12

/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DGrAndroidPathRenderer.cpp29 bool GrAndroidPathRenderer::onDrawPath(const SkPath& origPath, function in class:GrAndroidPathRenderer
H A DGrAndroidPathRenderer.h22 virtual bool onDrawPath(const SkPath& path,
/external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.cpp64 // circle joins/caps appropriately in the ::onDrawPath() function.
82 bool GrStrokePathRenderer::onDrawPath(const SkPath& origPath, function in class:GrStrokePathRenderer
H A DGrStrokePathRenderer.h26 virtual bool onDrawPath(const SkPath& path,
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureContentInfo.cpp58 void SkPictureContentInfo::onDrawPath(const SkPath& path, const SkPaint& paint) { function in class:SkPictureContentInfo
H A DSkPictureContentInfo.h31 void onDrawPath(const SkPath& path, const SkPaint& paint);
H A DSkPictureRecord.cpp936 fContentInfo.onDrawPath(path, paint);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp633 bool GrAAConvexPathRenderer::onDrawPath(const SkPath& origPath, function in class:GrAAConvexPathRenderer
H A DGrAAConvexPathRenderer.h24 virtual bool onDrawPath(const SkPath& path,
H A DGrAAHairLinePathRenderer.cpp887 bool GrAAHairLinePathRenderer::onDrawPath(const SkPath& path, function in class:GrAAHairLinePathRenderer
H A DGrAAHairLinePathRenderer.h30 virtual bool onDrawPath(const SkPath& path,
H A DGrDefaultPathRenderer.cpp521 bool GrDefaultPathRenderer::onDrawPath(const SkPath& path, function in class:GrDefaultPathRenderer
H A DGrDefaultPathRenderer.h33 virtual bool onDrawPath(const SkPath&,
H A DGrDrawTarget.cpp558 this->onDrawPath(path, fill, dstCopy.texture() ? &dstCopy : NULL);
H A DGrDrawTarget.h491 * For subclass internal use to invoke a call to onDrawPath().
495 this->onDrawPath(path, fill, dstCopy);
891 virtual void onDrawPath(const GrPath*, SkPath::FillType,
H A DGrGpu.cpp354 void GrGpu::onDrawPath(const GrPath* path, SkPath::FillType fill, function in class:GrGpu
H A DGrGpu.h474 virtual void onDrawPath(const GrPath*, SkPath::FillType,
H A DGrInOrderDrawBuffer.cpp371 void GrInOrderDrawBuffer::onDrawPath(const GrPath* path, function in class:GrInOrderDrawBuffer
H A DGrInOrderDrawBuffer.h205 virtual void onDrawPath(const GrPath*, SkPath::FillType,
H A DGrPathRenderer.h124 return this->onDrawPath(path, stroke, target, antiAlias);
168 virtual bool onDrawPath(const SkPath& path,
H A DGrSoftwarePathRenderer.cpp110 bool GrSoftwarePathRenderer::onDrawPath(const SkPath& path, function in class:GrSoftwarePathRenderer
H A DGrSoftwarePathRenderer.h36 virtual bool onDrawPath(const SkPath&,
H A DGrStencilAndCoverPathRenderer.cpp73 bool GrStencilAndCoverPathRenderer::onDrawPath(const SkPath& path, function in class:GrStencilAndCoverPathRenderer
H A DGrStencilAndCoverPathRenderer.h38 virtual bool onDrawPath(const SkPath&,
/external/skia/experimental/AndroidPathRenderer/
H A DGrAndroidPathRenderer.cpp29 bool GrAndroidPathRenderer::onDrawPath(const SkPath& origPath, function in class:GrAndroidPathRenderer

Completed in 344 milliseconds

12