Searched refs:DrawLine (Results 1 – 6 of 6) sorted by relevance
22 public class DrawLine extends DrawBase4 { class29 return new DrawLine(x1, y1, x2, y2);33 public DrawLine( in DrawLine() method in DrawLine
54 DrawLine, enumerator
289 struct CanvasOp<CanvasOpType::DrawLine> {
27 import com.android.internal.widget.remotecompose.core.operations.DrawLine;125 map.put(DRAW_LINE, DrawLine.COMPANION); in map.put()
27 import com.android.internal.widget.remotecompose.core.operations.DrawLine;341 DrawLine.COMPANION.apply(mBuffer, x1, y1, x2, y2); in addDrawLine()
186 buffer.push<Op::DrawLine> ({ in TEST()