Lines Matching defs:CutoutInfo
19 CutoutInfo::CutoutInfo(const std::vector<DMRect>& boundingRects,
25 bool CutoutInfo::Marshalling(Parcel& parcel) const
46 CutoutInfo *CutoutInfo::Unmarshalling(Parcel& parcel)
52 CutoutInfo *cutoutInfo = new CutoutInfo(boundingRects, waterfallDisplayAreaRects);
56 bool CutoutInfo::WriteBoundingRectsVector(const std::vector<DMRect>& boundingRects, Parcel& parcel) const
74 bool CutoutInfo::ReadBoundingRectsVector(std::vector<DMRect>& unmarBoundingRects, Parcel& parcel)
98 bool CutoutInfo::ReadWaterfallDisplayAreaRects(WaterfallDisplayAreaRects& waterfallDisplayAreaRects, Parcel& parcel)