Home | History | Annotate | Download | only in tests

Lines Matching defs:info0

865         const GPUAccelData::SaveLayerInfo& info0 = gpuData->saveLayerInfo(0);
872 REPORTER_ASSERT(reporter, info0.fValid);
873 REPORTER_ASSERT(reporter, kWidth == info0.fSize.fWidth && kHeight == info0.fSize.fHeight);
874 REPORTER_ASSERT(reporter, info0.fCTM.isIdentity());
875 REPORTER_ASSERT(reporter, 0 == info0.fOffset.fX && 0 == info0.fOffset.fY);
876 REPORTER_ASSERT(reporter, NULL != info0.fPaint);
877 REPORTER_ASSERT(reporter, !info0.fIsNested && !info0.fHasNestedLayers);