Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/gm/
Dmixedxfermodes.cpp33 void drawShape(SkCanvas* canvas, in drawShape() function in skiagm::MixedXfermodesGM
120 this->drawShape(canvas, p, &random); in onDraw()
/external/skia/gm/
Dmixedxfermodes.cpp33 void drawShape(SkCanvas* canvas, in drawShape() function in skiagm::MixedXfermodesGM
120 this->drawShape(canvas, p, &random); in onDraw()
/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