Searched refs:fPlaneInfos (Results 1 – 2 of 2) sorted by relevance
100 fPlaneInfos[i] = SkImageInfo::Make(planeDimensions[i], in SkYUVAPixmapInfo()108 ok &= fPlaneInfos[i].validRowBytes(fRowBytes[i]); in SkYUVAPixmapInfo()133 fPlaneInfos == that.fPlaneInfos && in operator ==()158 SkASSERT(fPlaneInfos[i].validRowBytes(fRowBytes[i])); in initPixmapsFromSingleAllocation()159 pixmaps[i].reset(fPlaneInfos[i], addr, fRowBytes[i]); in initPixmapsFromSingleAllocation()
134 const SkImageInfo& planeInfo(int i) const { return fPlaneInfos[static_cast<size_t>(i)]; } in planeInfo()161 std::array<SkImageInfo, kMaxPlanes> fPlaneInfos = {}; variable