Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSWMaskHelper.cpp53 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()
DGrSWMaskHelper.h56 void drawShape(const GrShape&, SkRegion::Op op, GrAA, uint8_t alpha);
DGrClipStackClip.cpp474 helper.drawShape(shape, SkRegion::kReplace_Op, aa, 0x00); in createSoftwareClipMask()
486 helper.drawShape(shape, (SkRegion::Op)op, aa, 0xFF); in createSoftwareClipMask()
/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.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