Home
last modified time | relevance | path

Searched refs:setCrop_legacy (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/libs/gui/tests/
DSamplingDemo.cpp49 .setCrop_legacy(mButton, in Button()
62 .setCrop_legacy(mButtonBlend, in Button()
80 .setCrop_legacy(mSamplingArea, {0, 0, 100, 32}) in Button()
DEndToEndNativeInputTest.cpp153 t.setCrop_legacy(mSurfaceControl, Rect(0, 0, 100, 100)); in showAt()
/frameworks/native/services/surfaceflinger/
DRefreshRateOverlay.cpp42 mLayer->setCrop_legacy(Rect(50, 70, 200, 100), true); in createLayer()
DBufferStateLayer.h89 bool setCrop_legacy(const Rect& /*crop*/, bool /*immediate*/) override { return false; } in setCrop_legacy() function
DLayer.h272 virtual bool setCrop_legacy(const Rect& crop, bool immediate);
DLayer.cpp1149 bool Layer::setCrop_legacy(const Rect& crop, bool immediate) { in setCrop_legacy() function in android::Layer
DSurfaceFlinger.cpp4083 if (layer->setCrop_legacy(s.crop_legacy, !geometryAppliesWithResize)) in setClientStateLocked()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp569 t.setCrop_legacy(mBlackBgSurface, Rect(0, 0, mDisplayWidth, mDisplayHeight)); in SetUpDisplay()
970 Transaction().setCrop_legacy(parent, Rect(0, 0, mDisplayWidth, mDisplayHeight)).apply(); in TEST_P()
1050 Transaction().setCrop_legacy(parent, Rect(0, 0, mDisplayWidth, mDisplayHeight)).apply(); in TEST_P()
1091 .setCrop_legacy(parent, Rect(0, 0, mDisplayWidth, mDisplayHeight)) in TEST_P()
1092 .setCrop_legacy(childLayer, Rect(0, 0, 20, 30)) in TEST_P()
1653 .setCrop_legacy(colorLayer, Rect(0, 0, 32, 32)) in TEST_P()
1692 .setCrop_legacy(layer, Rect(0, 0, width, height)) in setBackgroundColorHelper()
1703 Transaction().setCrop_legacy(layer, Rect(0, 0, width, height)).apply(); in setBackgroundColorHelper()
1865 .setCrop_legacy(colorLayer, Rect(0, 0, 32, 32)) in TEST_P()
1880 Transaction().setCrop_legacy(colorLayer, Rect(0, 0, 32, 32)).apply(); in TEST_P()
[all …]
DSurfaceInterceptor_test.cpp330 t.setCrop_legacy(mBGSurfaceControl, CROP_UPDATE); in cropUpdate()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp634 ts.setCrop_legacy(mFGSurfaceControl, cropRect); in TEST_F()
955 ts.setCrop_legacy(mFGSurfaceControl, Rect(0, 0, 5, 5)); in TEST_F()
1232 ts.setCrop_legacy(mChild, Rect(0, 0, 10, 10)); in SetUp()
1314 ts.setCrop_legacy(mFGSurfaceControl, Rect(0, 0, 64, 64)); in restoreInitialState()
1358 ts.setCrop_legacy(mFGSurfaceControl, Rect(0, 0, 63, 63)); in TEST_F()
1372 ts.setCrop_legacy(mFGSurfaceControl, Rect(0, 0, 63, 63)); in TEST_F()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h362 Transaction& setCrop_legacy(const sp<SurfaceControl>& sc, const Rect& crop);
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.cpp488 t.setCrop_legacy(mLayers[id], r); in setCrop()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp738 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setCrop_legacy( in setCrop_legacy() function in android::SurfaceComposerClient::Transaction
1154 setCrop_legacy(sc, source); in setGeometry()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp534 transaction->setCrop_legacy(ctrl, crop); in nativeSetWindowCrop()