Searched refs:drawShape (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
D | GrSWMaskHelper.cpp | 53 void GrSWMaskHelper::drawShape(const GrShape& shape, SkRegion::Op op, GrAA aa, uint8_t alpha) { in drawShape() function in GrSWMaskHelper 144 helper.drawShape(shape, SkRegion::kReplace_Op, aa, 0xFF); in DrawShapeMaskToTexture()
|
D | GrSWMaskHelper.h | 56 void drawShape(const GrShape&, SkRegion::Op op, GrAA, uint8_t alpha);
|
D | GrClipStackClip.cpp | 474 helper.drawShape(shape, SkRegion::kReplace_Op, aa, 0x00); in createSoftwareClipMask() 486 helper.drawShape(shape, (SkRegion::Op)op, aa, 0xFF); in createSoftwareClipMask()
|
/external/skia/gm/ |
D | dstreadshuffle.cpp | 43 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) { in drawShape() function in skiagm::DstReadShuffle 138 this->drawShape(canvas, &p, shapeType); in onDraw()
|
D | aaxfermodes.cpp | 152 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/ |
D | GameObjectCollisionSystem.java | 236 sSystemRegistry.debugSystem.drawShape( in drawDebugVolumes() 248 sSystemRegistry.debugSystem.drawShape( in drawDebugVolumes() 261 sSystemRegistry.debugSystem.drawShape( in drawDebugVolumes()
|
D | DebugSystem.java | 55 public void drawShape(float x, float y, float width, float height, int shapeType, int colorType) { in drawShape() method in DebugSystem
|