Searched defs:drawShape (Results 1 - 6 of 6) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DDebugSystem.java55 public void drawShape(float x, float y, float width, float height, int shapeType, int colorType) { method in class:DebugSystem
/external/skia/gm/
H A Ddstreadshuffle.cpp43 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) { function in class:skiagm::DstReadShuffle
138 this->drawShape(canvas, &p, shapeType);
H A Daaxfermodes.cpp152 this->drawShape(canvas, static_cast<Shape>(shapeIdx), paint, mode);
230 void drawShape(SkCanvas* canvas, Shape shape, const SkPaint& paint, SkBlendMode mode) { function in class:AAXfermodesGM
H A Dlightingshaderbevel.cpp106 void drawShape(enum Shape shape, SkCanvas* canvas, SkScalar scaleX, SkScalar scaleY, function in class:skiagm::LightingShaderBevelGM
137 SkDEBUGFAIL("Invalid shape enum for drawShape");
167 this->drawShape(shape, canvas, 1.0f, 1.0f, 0.f, bevelType, bevelHeight);
212 this->drawShape(shape, canvas, SK_ScalarRoot2Over2, SK_ScalarRoot2Over2, 45.0f,
/external/skia/src/gpu/
H A DGrSWMaskHelper.cpp57 void GrSWMaskHelper::drawShape(const GrShape& shape, SkRegion::Op op, GrAA aa, uint8_t alpha) { function in class:GrSWMaskHelper
148 helper.drawShape(shape, SkRegion::kReplace_Op, aa, 0xFF);
/external/skia/samplecode/
H A DSampleBevel.cpp709 void drawShape(enum Shape shape, SkCanvas* canvas) { function in class:BevelView
732 SkDEBUGFAIL("Invalid shape enum for drawShape");
761 this->drawShape(shape, canvas);

Completed in 204 milliseconds