HomeSort by relevance Sort by last modified time
    Searched refs:LinesOp (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/hwui/
RecordedOp.h 96 UNMERGEABLE_OP_FN(LinesOp) \
279 struct LinesOp : RecordedOp {
280 LinesOp(BASE_PARAMS, const float* points, const int floatCount)
281 : SUPER(LinesOp)
RecordingCanvas.cpp 285 addOp(alloc().create_trivial<LinesOp>(
BakedOpDispatcher.cpp 549 void BakedOpDispatcher::onLinesOp(BakedOpRenderer& renderer, const LinesOp& op, const BakedOpState& state) {
    [all...]
FrameBuilder.cpp 679 void FrameBuilder::deferLinesOp(const LinesOp& op) {
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
BakedOpDispatcherTests.cpp 152 LinesOp antiAliasedLinesOp(bounds, Matrix4::identity(), nullptr, &aaPaint, points, 4);
155 LinesOp linesOp(bounds, Matrix4::identity(), nullptr, &paint, points, 4);
156 EXPECT_EQ(TransformFlags::OffsetByFudgeFactor, getGlopTransformFlags(renderThread, &linesOp))
RecordingCanvasTests.cpp 138 ASSERT_EQ(RecordedOpId::LinesOp, op->opId);
139 EXPECT_EQ(4, ((LinesOp*)op)->floatCount)
    [all...]

Completed in 912 milliseconds