Home
last modified time | relevance | path

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

/external/skia/gm/
Dlightingshaderbevel.cpp106 void drawShape(enum Shape shape, SkCanvas* canvas, SkScalar scaleX, SkScalar scaleY, in drawShape() function in skiagm::LightingShaderBevelGM
167 this->drawShape(shape, canvas, 1.0f, 1.0f, 0.f, bevelType, bevelHeight); in onDraw()
212 this->drawShape(shape, canvas, SK_ScalarRoot2Over2, SK_ScalarRoot2Over2, 45.0f, in onDraw()
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/skia/src/gpu/
DGrSWMaskHelper.cpp57 void GrSWMaskHelper::drawShape(const GrShape& shape, SkRegion::Op op, GrAA aa, uint8_t alpha) { in drawShape() function in GrSWMaskHelper
148 helper.drawShape(shape, SkRegion::kReplace_Op, aa, 0xFF); in DrawShapeMaskToTexture()
DGrSWMaskHelper.h56 void drawShape(const GrShape&, SkRegion::Op op, GrAA, uint8_t alpha);
DGrClipStackClip.cpp467 helper.drawShape(shape, SkRegion::kReplace_Op, aa, 0x00); in createSoftwareClipMask()
479 helper.drawShape(shape, (SkRegion::Op)op, aa, 0xFF); in createSoftwareClipMask()
/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/samplecode/
DSampleBevel.cpp709 void drawShape(enum Shape shape, SkCanvas* canvas) { in drawShape() function in BevelView
761 this->drawShape(shape, canvas); in onDrawContent()