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 95 UNMERGEABLE_OP_FN(LinesOp) \
279 struct LinesOp : RecordedOp {
280 LinesOp(BASE_PARAMS, const float* points, const int floatCount)
281 : SUPER(LinesOp)
RecordingCanvas.cpp 288 addOp(alloc().create_trivial<LinesOp>(
FrameBuilder.cpp 673 void FrameBuilder::deferLinesOp(const LinesOp& op) {
    [all...]
BakedOpDispatcher.cpp 563 void BakedOpDispatcher::onLinesOp(BakedOpRenderer& renderer, const LinesOp& op, const BakedOpState& state) {
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
BakedOpDispatcherTests.cpp 153 LinesOp antiAliasedLinesOp(bounds, Matrix4::identity(), nullptr, &aaPaint, points, 4);
156 LinesOp linesOp(bounds, Matrix4::identity(), nullptr, &paint, points, 4);
157 EXPECT_EQ(TransformFlags::OffsetByFudgeFactor, getGlopTransformFlags(renderThread, &linesOp))
RecordingCanvasTests.cpp 131 ASSERT_EQ(RecordedOpId::LinesOp, op->opId);
132 EXPECT_EQ(4, ((LinesOp*)op)->floatCount)
    [all...]

Completed in 53 milliseconds