/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/common/ |
H A D | LayerLifecycleManagerHelper.h | 185 void setCrop(uint32_t id, const FloatRect& crop) { in setCrop() function 196 void setCrop(uint32_t id, const Rect& crop) { setCrop(id, crop.toFloatRect()); } in setCrop() function
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | FilterCropRepresentation.java | 85 public void setCrop(RectF crop) { in setCrop() method in FilterCropRepresentation
|
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/ |
H A D | DrawableBitmap.java | 194 public void setCrop(int left, int bottom, int width, int height) { in setCrop() method in DrawableBitmap
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/camera/device/1.0/[email protected]_genc++_headers/gen/android/hardware/camera/device/1.0/ |
D | BsCameraDevicePreviewCallback.h | 187 …::android::hardware::Return<::android::hardware::camera::common::V1_0::Status> setCrop(int32_t lef… in setCrop() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/camera/device/1.0/[email protected]_genc++_headers/gen/android/hardware/camera/device/1.0/ |
D | BsCameraDevicePreviewCallback.h | 187 …::android::hardware::Return<::android::hardware::camera::common::V1_0::Status> setCrop(int32_t lef… in setCrop() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/camera/device/1.0/[email protected]_genc++_headers/gen/android/hardware/camera/device/1.0/ |
D | BsCameraDevicePreviewCallback.h | 187 …::android::hardware::Return<::android::hardware::camera::common::V1_0::Status> setCrop(int32_t lef… in setCrop() function
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/1.0/[email protected]_genc++_headers/gen/android/hardware/camera/device/1.0/ |
D | BsCameraDevicePreviewCallback.h | 187 …::android::hardware::Return<::android::hardware::camera::common::V1_0::Status> setCrop(int32_t lef… in setCrop() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/camera/device/1.0/[email protected]_genc++_headers/gen/android/hardware/camera/device/1.0/ |
D | BsCameraDevicePreviewCallback.h | 187 …::android::hardware::Return<::android::hardware::camera::common::V1_0::Status> setCrop(int32_t lef… in setCrop() function
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/ |
H A D | StubTransaction.java | 151 public SurfaceControl.Transaction setCrop(@NonNull SurfaceControl sc, @Nullable Rect crop) { in setCrop() method in StubTransaction
|
/aosp_15_r20/cts/tests/tests/uirendering/jni/ |
H A D | android_uirendering_cts_AImageDecoderTest.cpp | 123 static jint setCrop(JNIEnv*, jobject, jlong decoder_ptr, jint left, jint top, in setCrop() function
|
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
H A D | AImageDecoderTest.kt | 139 private fun setCrop(decoder: Long, rect: Rect): Int = with(rect) { in <lambda>() method
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/ |
H A D | StubTransaction.java | 156 public SurfaceControl.Transaction setCrop(@NonNull SurfaceControl sc, @Nullable Rect crop) { in setCrop() method in StubTransaction
|
/aosp_15_r20/external/google-cloud-java/java-video-live-stream/proto-google-cloud-live-stream-v1/src/main/java/com/google/cloud/video/livestream/v1/ |
H A D | PreprocessingConfig.java | 3212 public Builder setCrop(com.google.cloud.video.livestream.v1.PreprocessingConfig.Crop value) { in setCrop() method in PreprocessingConfig.Builder 3234 public Builder setCrop( in setCrop() method in PreprocessingConfig.Builder
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Texture.cpp | 266 void TextureState::setCrop(const Rectangle &rect) in setCrop() function in gl::TextureState 2285 void Texture::setCrop(const Rectangle &rect) in setCrop() function in gl::Texture
|
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/cts/util/ |
H A D | ASurfaceControlTestUtils.java | 122 public static void setCrop(long surfaceControl, Rect crop) { in setCrop() method in ASurfaceControlTestUtils
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1671 inline bool setCrop(const C2Rect &crop) { in setCrop() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1671 inline bool setCrop(const C2Rect &crop) { in setCrop() function
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/ |
H A D | Layer.cpp | 383 bool Layer::setCrop(const FloatRect& crop) { in setCrop() function in android::Layer
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1671 inline bool setCrop(const C2Rect &crop) { in setCrop() function
|
/aosp_15_r20/frameworks/av/media/codec2/core/include/ |
H A D | C2Buffer.h | 1803 inline bool setCrop(const C2Rect &crop) { in setCrop() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1671 inline bool setCrop(const C2Rect &crop) { in setCrop() function
|
/aosp_15_r20/frameworks/native/libs/gui/tests/ |
H A D | IGraphicBufferProducer_test.cpp | 175 QueueBufferInputBuilder& setCrop(Rect crop) { in setCrop() function
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | ImageDecoder.java | 1420 public void setCrop(@Nullable Rect subset) { in setCrop() method in ImageDecoder
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1808 inline bool setCrop(const C2Rect &crop) { in setCrop() function
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1808 inline bool setCrop(const C2Rect &crop) { in setCrop() function
|