Home
last modified time | relevance | path

Searched refs:drawShape (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/src/gpu/
DGrSWMaskHelper.h58 void drawShape(const GrStyledShape&, const SkMatrix& matrix, SkRegion::Op op, GrAA,
61 void drawShape(const GrShape&, const SkMatrix& matrix, SkRegion::Op op, GrAA, uint8_t alpha);
DGrSWMaskHelper.cpp72 void GrSWMaskHelper::drawShape(const GrStyledShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() function in GrSWMaskHelper
93 void GrSWMaskHelper::drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() function in GrSWMaskHelper
DGrStencilMaskHelper.h56 bool drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op, GrAA);
DGrSoftwarePathRenderer.cpp349 helper.drawShape(uploaderRaw->data().getShape(), in onDrawPath()
364 helper.drawShape(*args.fShape, *args.fViewMatrix, SkRegion::kReplace_Op, aa, 0xFF); in onDrawPath()
DGrBlurUtils.cpp225 rtContext->drawShape(&clip, std::move(maskPaint), GrAA::kYes, viewMatrix, GrStyledShape(shape)); in create_mask_GPU()
582 surfaceDrawContext->drawShape(clip, std::move(grPaint), surfaceDrawContext->chooseAA(paint), in drawShapeWithMaskFilter()
DGrClipStackClip.cpp433 helper.drawShape(GrShape(clipPath), translate, SkRegion::kReplace_Op, aa, 0x00); in draw_clip_elements_to_mask_helper()
446 helper.drawShape(GrShape(path), translate, (SkRegion::Op)op, aa, 0xFF); in draw_clip_elements_to_mask_helper()
DGrStencilMaskHelper.cpp458 bool GrStencilMaskHelper::drawShape(const GrShape& shape, in drawShape() function in GrStencilMaskHelper
DGrClipStack.cpp316 helper->drawShape(inverted, e.fLocalToDevice, SkRegion::kReplace_Op, e.fAA, alpha); in draw_to_sw_mask()
318 helper->drawShape(e.fShape, e.fLocalToDevice, SkRegion::kReplace_Op, e.fAA, alpha); in draw_to_sw_mask()
401 helper.drawShape(e.fShape, e.fLocalToDevice, op, e.fAA); in render_stencil_mask()
DGrSurfaceDrawContext.h386 void drawShape(const GrClip*,
/external/skia/gm/
Ddstreadshuffle.cpp58 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) { in drawShape() function in skiagm::DstReadShuffle
156 this->drawShape(canvas, &p, shapeType); in onDraw()
Daaxfermodes.cpp163 this->drawShape(canvas, static_cast<Shape>(shapeIdx), paint, mode); in draw_pass()
242 void drawShape(SkCanvas* canvas, Shape shape, const SkPaint& paint, SkBlendMode mode) { in drawShape() function in AAXfermodesGM
/external/skqp/gm/
Ddstreadshuffle.cpp43 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) { in drawShape() function in skiagm::DstReadShuffle
137 this->drawShape(canvas, &p, shapeType); in onDraw()
Daaxfermodes.cpp152 this->drawShape(canvas, static_cast<Shape>(shapeIdx), paint, mode); in draw_pass()
231 void drawShape(SkCanvas* canvas, Shape shape, const SkPaint& paint, SkBlendMode mode) { in drawShape() function in AAXfermodesGM
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectCollisionSystem.java236 sSystemRegistry.debugSystem.drawShape( in drawDebugVolumes()
248 sSystemRegistry.debugSystem.drawShape( in drawDebugVolumes()
261 sSystemRegistry.debugSystem.drawShape( in drawDebugVolumes()
DDebugSystem.java55 public void drawShape(float x, float y, float width, float height, int shapeType, int colorType) { in drawShape() method in DebugSystem
/external/skqp/src/gpu/
DGrSWMaskHelper.h51 void drawShape(const GrShape&, const SkMatrix& matrix, SkRegion::Op op, GrAA, uint8_t alpha);
DGrSWMaskHelper.cpp54 void GrSWMaskHelper::drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() function in GrSWMaskHelper
DGrBlurUtils.cpp202 rtContext->drawShape(clip, std::move(maskPaint), GrAA::kYes, viewMatrix, shape); in create_mask_GPU()
467 renderTargetContext->drawShape(clip, std::move(grPaint), aa, viewMatrix, shape); in drawShapeWithMaskFilter()
DGrSoftwarePathRenderer.cpp351 helper.drawShape(uploaderRaw->data().getShape(), in onDrawPath()
366 helper.drawShape(*args.fShape, *args.fViewMatrix, SkRegion::kReplace_Op, aa, 0xFF); in onDrawPath()
DGrClipStackClip.cpp442 helper.drawShape(shape, translate, SkRegion::kReplace_Op, aa, 0x00); in draw_clip_elements_to_mask_helper()
454 helper.drawShape(shape, translate, (SkRegion::Op)op, aa, 0xFF); in draw_clip_elements_to_mask_helper()
DGrRenderTargetContext.h245 void drawShape(const GrClip&,
/external/skqp/src/gpu/text/
DGrTextTarget.h34 virtual void drawShape(const GrClip&, const SkPaint&,
/external/skqp/samplecode/
DSampleThinAA.cpp471 this->drawShape(canvas, name, gridX, shapes[i].get(), i == 0); in drawShapes()
476 void drawShape(SkCanvas* canvas, const char* name, int gridX, in drawShape() function in skiagm::ThinAASample
/external/skia/samplecode/
DSampleThinAA.cpp467 this->drawShape(canvas, name, gridX, shapes[i].get(), i == 0); in drawShapes()
472 void drawShape(SkCanvas* canvas, const char* name, int gridX, in drawShape() function in skiagm::ThinAASample
/external/skqp/src/atlastext/
DSkAtlasTextTarget.cpp101 void drawShape(const GrClip&, const SkPaint&, const SkMatrix& viewMatrix, in drawShape() function in SkInternalAtlasTextTarget

12