Home
last modified time | relevance | path

Searched refs:setCrop (Results 1 – 23 of 23) sorted by relevance

/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.h93 void setCrop(SurfaceComposerClient::Transaction& t,
DReplayer.cpp382 setCrop(transaction, change.id(), change.crop()); in doSurfaceTransaction()
495 void Replayer::setCrop(SurfaceComposerClient::Transaction& t, in setCrop() function in Replayer
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.h72 bool setCrop(const Rect& crop) override;
DBufferStateLayer.cpp191 bool BufferStateLayer::setCrop(const Rect& crop) { in setCrop() function in android::BufferStateLayer
DLayer.h382 virtual bool setCrop(const Rect& /*crop*/) { return false; }; in setCrop() function
DSurfaceFlinger.cpp3799 if (layer->setCrop(s.crop)) flags |= eTraversalNeeded; in setClientStateLocked()
/frameworks/native/services/surfaceflinger/tests/
DLayerRenderTypeTransaction_test.cpp1009 Transaction().setCrop(layer, crop).apply(); in TEST_P()
1041 Transaction().setCrop(layer, Rect(8, 8, 8, 8)).apply(); in TEST_P()
1047 Transaction().setCrop(layer, Rect(8, 8, 0, 0)).apply(); in TEST_P()
1080 Transaction().setCrop(layer, Rect(-128, -128, 32, 16)).apply(); in TEST_P()
1089 Transaction().setCrop(layer, Rect(0, 16, 128, 128)).apply(); in TEST_P()
1098 Transaction().setCrop(layer, Rect(-128, -128, -1, -1)).apply(); in TEST_P()
1129 Transaction().setFrame(layer, frame).setCrop(layer, crop).apply(); in TEST_P()
/frameworks/native/libs/vr/libbufferhubqueue/tests/
Dbuffer_hub_queue_producer-test.cpp57 QueueBufferInputBuilder& setCrop(Rect crop) { in setCrop() function
358 .setCrop(Rect(kDefaultWidth + 1, kDefaultHeight + 1)) in TEST_F()
/frameworks/native/libs/gui/tests/
DIGraphicBufferProducer_test.cpp187 QueueBufferInputBuilder& setCrop(Rect crop) { in setCrop() function
493 QueueBufferInputBuilder().setCrop(Rect(DEFAULT_WIDTH + 1, DEFAULT_HEIGHT + 1)) in TEST_P()
/frameworks/native/libs/gui/
DBLASTBufferQueue.cpp250 t->setCrop(mSurfaceControl, computeCrop(bufferItem)); in processNextBufferLocked()
DSurface.cpp1233 return setCrop(reinterpret_cast<Rect const*>(rect)); in dispatchSetCrop()
1678 int Surface::setCrop(Rect const* rect) in setCrop() function in android::Surface
DSurfaceComposerClient.cpp1118 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setCrop( in setCrop() function in android::SurfaceComposerClient::Transaction
/frameworks/layoutlib/bridge/src/android/graphics/
DImageDecoder.java569 public void setCrop(@Nullable Rect subset) { } in setCrop() method in ImageDecoder
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h413 setCrop(int32_t left, int32_t top, int32_t right, int32_t bottom) override;
DCameraHardwareInterface.cpp367 CameraHardwareInterface::setCrop(int32_t left, int32_t top, int32_t right, int32_t bottom) { in setCrop() function in android::CameraHardwareInterface
/frameworks/native/libs/gui/include/gui/
DSurface.h289 virtual int setCrop(Rect const* rect);
DSurfaceComposerClient.h467 Transaction& setCrop(const sp<SurfaceControl>& sc, const Rect& crop);
/frameworks/base/native/android/
Dsurface_control.cpp388 transaction->setCrop(surfaceControl, static_cast<const Rect&>(source)); in ASurfaceTransaction_setGeometry()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1248 .setCrop(mFlingerSurfaceControl, Rect(0, interpolatedInset, mWidth, mHeight)) in handleViewport()
1259 .setCrop(mFlingerSurfaceControl, Rect(0, mTargetInset, mWidth, mHeight)); in handleViewport()
/frameworks/base/graphics/java/android/graphics/
DImageDecoder.java1398 public void setCrop(@Nullable Rect subset) { in setCrop() method in ImageDecoder
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1671 inline bool setCrop(const C2Rect &crop) { in setCrop() function
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt14679 method public void setCrop(@Nullable android.graphics.Rect);