Lines Matching refs:result
132 bool result = fYUVAInfo == that.fYUVAInfo &&
135 SkASSERT(!result || fDataType == that.fDataType);
136 return result;
213 SkYUVAPixmaps result = Allocate(src.pixmapsInfo());
214 int n = result.numPlanes();
219 const SkPixmap& d = result.plane(i);
227 return result;
292 auto result = fYUVAInfo.toYUVALocations(channelFlags);
294 SkASSERT(SkYUVAInfo::YUVALocation::AreValidLocations(result, &numPlanes));
296 return result;