Home
last modified time | relevance | path

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

/external/skia/gm/
Ddstreadshuffle.cpp43 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) { in drawShape() function in skiagm::DstReadShuffle
138 this->drawShape(canvas, &p, shapeType); in onDraw()
Daaxfermodes.cpp153 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/skqp/gm/
Ddstreadshuffle.cpp43 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) { in drawShape() function in skiagm::DstReadShuffle
138 this->drawShape(canvas, &p, shapeType); in onDraw()
Daaxfermodes.cpp152 this->drawShape(canvas, static_cast<Shape>(shapeIdx), paint, mode); in draw_pass()
230 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/skia/src/gpu/
DGrSWMaskHelper.h50 void drawShape(const GrShape&, const SkMatrix& matrix, SkRegion::Op op, GrAA, uint8_t alpha);
DGrSWMaskHelper.cpp53 void GrSWMaskHelper::drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() function in GrSWMaskHelper
DGrSoftwarePathRenderer.cpp342 helper.drawShape(uploaderRaw->data().getShape(), in onDrawPath()
357 helper.drawShape(*args.fShape, *args.fViewMatrix, SkRegion::kReplace_Op, aa, 0xFF); in onDrawPath()
DGrClipStackClip.cpp423 helper.drawShape(shape, translate, SkRegion::kReplace_Op, aa, 0x00); in draw_clip_elements_to_mask_helper()
435 helper.drawShape(shape, translate, (SkRegion::Op)op, aa, 0xFF); in draw_clip_elements_to_mask_helper()
/external/skqp/src/gpu/
DGrSWMaskHelper.h50 void drawShape(const GrShape&, const SkMatrix& matrix, SkRegion::Op op, GrAA, uint8_t alpha);
DGrSWMaskHelper.cpp53 void GrSWMaskHelper::drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() function in GrSWMaskHelper
DGrSoftwarePathRenderer.cpp340 helper.drawShape(uploaderRaw->data().getShape(), in onDrawPath()
355 helper.drawShape(*args.fShape, *args.fViewMatrix, SkRegion::kReplace_Op, aa, 0xFF); in onDrawPath()
DGrClipStackClip.cpp423 helper.drawShape(shape, translate, SkRegion::kReplace_Op, aa, 0x00); in draw_clip_elements_to_mask_helper()
435 helper.drawShape(shape, translate, (SkRegion::Op)op, aa, 0xFF); in draw_clip_elements_to_mask_helper()