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.cpp174 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.h88 bool setCrop_legacy(const Rect& /*crop*/, bool /*immediate*/) override { return false; } in setCrop_legacy() function
DLayer.h273 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.cpp4001 if (layer->setCrop_legacy(s.crop_legacy, !geometryAppliesWithResize)) in setClientStateLocked()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp567 t.setCrop_legacy(mBlackBgSurface, Rect(0, 0, mDisplayWidth, mDisplayHeight)); in SetUpDisplay()
966 Transaction().setCrop_legacy(parent, Rect(0, 0, mDisplayWidth, mDisplayHeight)).apply(); in TEST_P()
1046 Transaction().setCrop_legacy(parent, Rect(0, 0, mDisplayWidth, mDisplayHeight)).apply(); in TEST_P()
1087 .setCrop_legacy(parent, Rect(0, 0, mDisplayWidth, mDisplayHeight)) in TEST_P()
1088 .setCrop_legacy(childLayer, Rect(0, 0, 20, 30)) in TEST_P()
1649 .setCrop_legacy(colorLayer, Rect(0, 0, 32, 32)) in TEST_P()
1688 .setCrop_legacy(layer, Rect(0, 0, width, height)) in setBackgroundColorHelper()
1699 Transaction().setCrop_legacy(layer, Rect(0, 0, width, height)).apply(); in setBackgroundColorHelper()
1861 .setCrop_legacy(colorLayer, Rect(0, 0, 32, 32)) in TEST_P()
1876 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.cpp633 ts.setCrop_legacy(mFGSurfaceControl, cropRect); in TEST_F()
954 ts.setCrop_legacy(mFGSurfaceControl, Rect(0, 0, 5, 5)); in TEST_F()
1231 ts.setCrop_legacy(mChild, Rect(0, 0, 10, 10)); in SetUp()
1313 ts.setCrop_legacy(mFGSurfaceControl, Rect(0, 0, 64, 64)); in restoreInitialState()
1357 ts.setCrop_legacy(mFGSurfaceControl, Rect(0, 0, 63, 63)); in TEST_F()
1371 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.cpp737 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setCrop_legacy( in setCrop_legacy() function in android::SurfaceComposerClient::Transaction
1153 setCrop_legacy(sc, source); in setGeometry()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp552 transaction->setCrop_legacy(ctrl, crop); in nativeSetWindowCrop()