Lines Matching defs:planeInfo
52 const SkImageInfo& planeInfo = yuvaPixmapInfo.planeInfo(i);
53 SkColorType planeCT = planeInfo.colorType();
54 REPORTER_ASSERT(reporter, !planeInfo.isEmpty());
56 REPORTER_ASSERT(reporter, planeInfo.validRowBytes(yuvaPixmapInfo.rowBytes(i)));
62 const SkImageInfo& planeInfo = yuvaPixmapInfo.planeInfo(i);
63 REPORTER_ASSERT(reporter, planeInfo.dimensions().isEmpty());
64 REPORTER_ASSERT(reporter, planeInfo.colorType() == kUnknown_SkColorType);
73 REPORTER_ASSERT(reporter, pixmaps.plane(i).info() == yuvaPixmapInfo.planeInfo(i));