Searched refs:DrawPath (Results 1 – 8 of 8) sorted by relevance
32 public class DrawPath extends PaintOperation implements Serializable { class40 public DrawPath(int pathId) { in DrawPath() method in DrawPath63 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()
44 import com.android.internal.widget.remotecompose.core.operations.DrawPath;331 map.put(DRAW_PATH, DrawPath::read); in map.put()
47 import com.android.internal.widget.remotecompose.core.operations.DrawPath;726 DrawPath.apply(mBuffer, pathId); in addDrawPath()
389 buffer.push<Op::DrawPath> ({ in TEST()