Searched refs:info5 (Results 1 – 3 of 3) sorted by relevance
395 const SkLayerInfo::BlockInfo& info5 = gpuData->block(4); in test_savelayer_extraction() local450 REPORTER_ASSERT(reporter, child == info5.fPicture); // in a child picture in test_savelayer_extraction()451 REPORTER_ASSERT(reporter, kWidth == info5.fBounds.width() && in test_savelayer_extraction()452 kHeight == info5.fBounds.height()); in test_savelayer_extraction()453 REPORTER_ASSERT(reporter, 0 == info5.fBounds.fLeft && 0 == info5.fBounds.fTop); in test_savelayer_extraction()454 REPORTER_ASSERT(reporter, info5.fLocalMat.isIdentity()); in test_savelayer_extraction()455 REPORTER_ASSERT(reporter, info5.fPreMat.isIdentity()); in test_savelayer_extraction()456 REPORTER_ASSERT(reporter, nullptr != info5.fPaint); in test_savelayer_extraction()457 REPORTER_ASSERT(reporter, info5.fIsNested && !info5.fHasNestedLayers); // is nested in test_savelayer_extraction()
188 PacketInfo info5(0, kMaxSeqNo); in TEST_F() local189 EXPECT_TRUE(history_.GetInfo(&info5, true)); in TEST_F()
399 rtc::scoped_ptr<DecoderDatabase::DecoderInfo> info5( in TEST() local403 .WillRepeatedly(Return(info5.get())); in TEST()