Searched refs:getDrawingCrop (Results 1 – 6 of 6) sorted by relevance
73 Rect getDrawingCrop() const override;
125 virtual Rect getDrawingCrop() const = 0;
113 Rect getDrawingCrop() const override;
175 Rect BufferQueueLayer::getDrawingCrop() const { in getDrawingCrop() function in android::BufferQueueLayer
407 Rect BufferStateLayer::getDrawingCrop() const { in getDrawingCrop() function in android::BufferStateLayer
489 Rect crop(getDrawingCrop()); in latchBuffer()