Searched refs:YUVALocation (Results 1 – 5 of 5) sorted by relevance
18 struct SkYUVAInfo::YUVALocation { struct24 bool operator==(const YUVALocation& that) const { argument27 bool operator!=(const YUVALocation& that) const { return !(*this == that); }
294 SkASSERT(SkYUVAInfo::YUVALocation::AreValidLocations(result, &numPlanes)); in toYUVALocations()
71 SkASSERT(SkYUVAInfo::YUVALocation::AreValidLocations(result, &numPlanes)); in toYUVALocations()108 SkASSERT(SkYUVAInfo::YUVALocation::AreValidLocations(result, &numPlanes)); in toYUVALocations()
27 struct YUVALocation; // For internal use.28 using YUVALocations = std::array<YUVALocation, kYUVAChannelCount>;
70 SkASSERT(SkYUVAInfo::YUVALocation::AreValidLocations(yuvaLocations)); in onGetPixels()