Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSWMaskHelper.cpp72 void GrSWMaskHelper::drawShape(const GrStyledShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() function in GrSWMaskHelper
93 void GrSWMaskHelper::drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() function in GrSWMaskHelper
/external/skia/experimental/sorttoy/
DFake.cpp112 void FakeDevice::drawShape(ID id, PaintersOrder paintersOrder, Shape shape, SkIRect r, FakePaint p)… in drawShape() function in FakeDevice
163 void FakeCanvas::drawShape(ID id, Shape shape, SkIRect r, FakePaint p) { in drawShape() function in FakeCanvas
/external/replicaisland/src/com/replica/replicaisland/
DDebugSystem.java55 public void drawShape(float x, float y, float width, float height, int shapeType, int colorType) { in drawShape() method in DebugSystem
/external/skia/gm/
Ddstreadshuffle.cpp58 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) { in drawShape() function in skiagm::DstReadShuffle
Daaxfermodes.cpp242 void drawShape(SkCanvas* canvas, Shape shape, const SkPaint& paint, SkBlendMode mode) { in drawShape() function in AAXfermodesGM
/external/skia/src/gpu/v1/
DStencilMaskHelper.cpp472 bool StencilMaskHelper::drawShape(const GrShape& shape, in drawShape() function in skgpu::v1::StencilMaskHelper
DSurfaceDrawContext.cpp1551 void SurfaceDrawContext::drawShape(const GrClip* clip, in drawShape() function in skgpu::v1::SurfaceDrawContext
/external/skia/experimental/graphite/src/
DDevice.cpp328 void Device::drawShape(const Shape& shape, in drawShape() function in skgpu::Device
/external/skia/samplecode/
DSampleThinAA.cpp473 void drawShape(SkCanvas* canvas, const char* name, int gridX, in drawShape() function in skiagm::ThinAASample