Lines Matching refs:numPlanes
123 int numPlanes = yuvaInfo.numPlanes(); in SkYUVAPixmapInfo() local
124 for (int i = 0; i < numPlanes; ++i) { in SkYUVAPixmapInfo()
156 int n = this->numPlanes(); in initPixmapsFromSingleAllocation()
214 int n = result.numPlanes(); in MakeCopy()
244 int numPlanes = yuvaInfo.numPlanes(); in FromExternalPixmaps() local
245 for (int i = 0; i < numPlanes; ++i) { in FromExternalPixmaps()
270 std::copy_n(pixmaps, yuvaInfo.numPlanes(), fPlanes.data()); in SkYUVAPixmaps()
279 int numPlanes = this->numPlanes(); in pixmapsInfo() local
280 for (int i = 0; i < numPlanes; ++i) { in pixmapsInfo()
293 SkDEBUGCODE(int numPlanes;) in toYUVALocations()
294 SkASSERT(SkYUVAInfo::YUVALocation::AreValidLocations(result, &numPlanes)); in toYUVALocations()
295 SkASSERT(numPlanes == this->numPlanes()); in toYUVALocations()