Searched defs:setCrop (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue_producer-test.cpp57 QueueBufferInputBuilder& setCrop(Rect crop) { function in struct:android::dvr::__anon1698::QueueBufferInputBuilder
360 .setCrop(Rect(kDefaultWidth + 1, kDefaultHeight + 1))
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp187 QueueBufferInputBuilder& setCrop(Rect crop) { function in struct:android::IGraphicBufferProducerTest::QueueBufferInputBuilder
493 QueueBufferInputBuilder().setCrop(Rect(DEFAULT_WIDTH + 1, DEFAULT_HEIGHT + 1))
/frameworks/layoutlib/bridge/src/android/graphics/
H A DImageDecoder.java575 public ImageDecoder setCrop(@Nullable Rect subset) { method in class:ImageDecoder
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp359 CameraHardwareInterface::setCrop(int32_t left, int32_t top, int32_t right, int32_t bottom) { function in class:android::CameraHardwareInterface
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp347 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setCrop( function in class:android::SurfaceComposerClient::Transaction
H A DSurface.cpp1029 return setCrop(reinterpret_cast<Rect const*>(rect));
1343 int Surface::setCrop(Rect const* rect) function in class:android::Surface
1354 ALOGV("Surface::setCrop rect=[%d %d %d %d]",
/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java1236 * <p>If combined with {@link #setTargetSize} and/or {@link #setCrop},
1299 public void setCrop(@Nullable Rect subset) { method in class:ImageDecoder
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1275 bool Layer::setCrop(const Rect& crop, bool immediate) { function in class:android::Layer

Completed in 270 milliseconds