Home
last modified time | relevance | path

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

/external/skia/gm/
Ddstreadshuffle.cpp45 void drawShape(SkCanvas* canvas, in drawShape() function in skiagm::DstReadShuffle
169 this->drawShape(canvas, &p, shapeType); in onDraw()
Daaxfermodes.cpp151 this->drawShape(canvas, static_cast<Shape>(shapeIdx), paint, mode); in draw_pass()
230 void drawShape(SkCanvas* canvas, Shape shape, const SkPaint& paint, SkXfermode::Mode mode) { in drawShape() function in skiagm::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