Searched defs:info5 (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DPictureTest.cpp383 const SkLayerInfo::BlockInfo& info5 = gpuData->block(4); local
438 REPORTER_ASSERT(reporter, child == info5.fPicture); // in a child picture
439 REPORTER_ASSERT(reporter, kWidth == info5.fBounds.width() &&
440 kHeight == info5.fBounds.height());
441 REPORTER_ASSERT(reporter, 0 == info5.fBounds.fLeft && 0 == info5.fBounds.fTop);
442 REPORTER_ASSERT(reporter, info5.fLocalMat.isIdentity());
443 REPORTER_ASSERT(reporter, info5.fPreMat.isIdentity());
444 REPORTER_ASSERT(reporter, NULL != info5.fPaint);
445 REPORTER_ASSERT(reporter, info5
[all...]

Completed in 54 milliseconds