Searched refs:LinesOp (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DRecordedOp.h95 UNMERGEABLE_OP_FN(LinesOp) \
279 struct LinesOp : RecordedOp { struct in namespace:android::uirenderer
280 LinesOp(BASE_PARAMS, const float* points, const int floatCount) function in struct:android::uirenderer::LinesOp
281 : SUPER(LinesOp)
H A DRecordingCanvas.cpp284 addOp(alloc().create_trivial<LinesOp>(
H A DFrameBuilder.cpp673 void FrameBuilder::deferLinesOp(const LinesOp& op) {
H A DBakedOpDispatcher.cpp563 void BakedOpDispatcher::onLinesOp(BakedOpRenderer& renderer, const LinesOp& op, const BakedOpState& state) {
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp153 LinesOp antiAliasedLinesOp(bounds, Matrix4::identity(), nullptr, &aaPaint, points, 4);
156 LinesOp linesOp(bounds, Matrix4::identity(), nullptr, &paint, points, 4);
H A DRecordingCanvasTests.cpp110 ASSERT_EQ(RecordedOpId::LinesOp, op->opId);
111 EXPECT_EQ(4, ((LinesOp*)op)->floatCount)

Completed in 1283 milliseconds