Searched refs:DrawPath (Results 1 – 8 of 8) sorted by relevance
27 public class DrawPath extends PaintOperation { class33 public DrawPath(int pathId) { in DrawPath() method in DrawPath54 DrawPath op = new DrawPath(id); in read()
53 DrawPath, enumerator
280 struct CanvasOp<CanvasOpType::DrawPath> {
33 X(DrawPath)
235 struct DrawPath final : Op { struct236 static const auto kType = Type::DrawPath; argument237 DrawPath(const SkPath& path, const SkPaint& paint) : path(path), paint(paint) {} in DrawPath() argument846 this->push<DrawPath>(0, path, paint); in drawPath()
29 import com.android.internal.widget.remotecompose.core.operations.DrawPath;127 map.put(DRAW_PATH, DrawPath.COMPANION); in map.put()
29 import com.android.internal.widget.remotecompose.core.operations.DrawPath;378 DrawPath.COMPANION.apply(mBuffer, pathId); in addDrawPath()
389 buffer.push<Op::DrawPath> ({ in TEST()