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

/frameworks/base/libs/hwui/
H A DRecordedOp.h96 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.cpp285 addOp(alloc().create_trivial<LinesOp>(
H A DBakedOpDispatcher.cpp549 void BakedOpDispatcher::onLinesOp(BakedOpRenderer& renderer, const LinesOp& op, const BakedOpState& state) {
H A DFrameBuilder.cpp679 void FrameBuilder::deferLinesOp(const LinesOp& op) {
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp152 LinesOp antiAliasedLinesOp(bounds, Matrix4::identity(), nullptr, &aaPaint, points, 4);
155 LinesOp linesOp(bounds, Matrix4::identity(), nullptr, &paint, points, 4);
H A DRecordingCanvasTests.cpp138 ASSERT_EQ(RecordedOpId::LinesOp, op->opId);
139 EXPECT_EQ(4, ((LinesOp*)op)->floatCount)

Completed in 4028 milliseconds