Home
last modified time | relevance | path

Searched refs:rectStaysRect (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Matrix.cpp77 jboolean rectStaysRect = matrix->mapRect(&dst_, src_); in mapRect__RectFRectF() local
79 return rectStaysRect ? JNI_TRUE : JNI_FALSE; in mapRect__RectFRectF()
147 static jboolean rectStaysRect(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in rectStaysRect() function in android::SkMatrixGlue
149 return obj->rectStaysRect() ? JNI_TRUE : JNI_FALSE; in rectStaysRect()
345 {"nRectStaysRect","(J)Z", (void*) SkMatrixGlue::rectStaysRect},
/aosp14/frameworks/base/libs/hwui/
H A DLayer.cpp66 if (!matrix.rectStaysRect()) return true; in shouldFilterRect()
H A DMatrix.cpp177 if (v.rectStaysRect()) { in load()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp53 if (!matrix.rectStaysRect()) return true; in shouldFilterRect()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java276 public boolean rectStaysRect() { in rectStaysRect() method in Matrix
H A DBitmap.java962 final boolean transformed = !m.rectStaysRect(); in createBitmap()
/aosp14/frameworks/base/core/java/android/widget/
H A DImageView.java1670 } else if (matrix.rectStaysRect()) { in isFilledByImage()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt6454 HSPLandroid/graphics/Matrix;->rectStaysRect()Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt6457 HSPLandroid/graphics/Matrix;->rectStaysRect()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt15779 method public boolean rectStaysRect();