Lines Matching refs:crop
849 const C2Rect crop = mImpl->crop(); in Mapped() local
853 crop, in Mapped()
869 if (crop.left % colSampling || crop.right() % colSampling in Mapped()
870 || crop.top % rowSampling || crop.bottom() % rowSampling) { in Mapped()
872 mImpl->getAllocation()->unmap(mData, crop, nullptr); in Mapped()
880 mData[planeIx] + (ssize_t)crop.left * mLayout.planes[planeIx].colInc in Mapped()
881 + (ssize_t)crop.top * mLayout.planes[planeIx].rowInc; in Mapped()
897 mImpl->getAllocation()->unmap(mData, mImpl->crop(), nullptr); in ~Mapped()
985 : _C2PlanarSectionAspect(impl.get(), section.crop()), mImpl(impl) { in C2Block2D()
1001 : _C2EditablePlanarSectionAspect(impl.get(), section.crop()), mImpl(impl) { in C2GraphicView()
1042 mapping->error(), fence, GraphicViewBuddy(gvi, C2PlanarSection(*mImpl, crop()))); in map()
1046 return C2ConstGraphicBlock(mImpl, C2PlanarSection(*mImpl, crop().intersect(rect)), mFence); in subBlock()
1063 mapping->error(), fence, GraphicViewBuddy(gvi, C2PlanarSection(*mImpl, crop()))); in map()
1066 C2ConstGraphicBlock C2GraphicBlock::share(const C2Rect &crop, C2Fence fence) { in share() argument
1067 return ConstGraphicBlockBuddy(mImpl, C2PlanarSection(*mImpl, crop), fence); in share()