Home
last modified time | relevance | path

Searched defs:clipShape (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/experimental/sorttoy/
DFake.cpp121 void FakeDevice::clipShape(ID id, PaintersOrder paintersOrder, Shape shape, SkIRect r) { in clipShape() function in FakeDevice
169 void FakeCanvas::clipShape(ID id, Shape shape, SkIRect r) { in clipShape() function in FakeCanvas
Dsorttoy.cpp408 Shape clipShape = shape == Shape::kRect ? Shape::kOval : Shape::kRect; in test6() local
435 Shape clipShape = shape == Shape::kRect ? Shape::kOval : Shape::kRect; in test7() local