Home | History | Annotate | Download | only in tests

Lines Matching defs:info2

868         const GPUAccelData::SaveLayerInfo& info2 = gpuData->saveLayerInfo(1);
886 REPORTER_ASSERT(reporter, info2.fValid);
887 REPORTER_ASSERT(reporter, kWidth/2 == info2.fSize.fWidth &&
888 kHeight/2 == info2.fSize.fHeight); // bound reduces size
889 REPORTER_ASSERT(reporter, info2.fCTM.isIdentity()); // translated
890 REPORTER_ASSERT(reporter, kWidth/2 == info2.fOffset.fX &&
891 kHeight/2 == info2.fOffset.fY);
893 REPORTER_ASSERT(reporter, info2.fIsNested && !info2.fHasNestedLayers); // is nested