/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Matrix.java | 328 nSetScale(native_instance, sx, sy, px, py); in setScale() 341 public void setRotate(float degrees, float px, float py) { in setRotate() argument 342 nSetRotate(native_instance, degrees, px, py); in setRotate() 371 nSetSkew(native_instance, kx, ky, px, py); in setSkew() 408 nPreScale(native_instance, sx, sy, px, py); in preScale() 424 nPreRotate(native_instance, degrees, px, py); in preRotate() 440 nPreSkew(native_instance, kx, ky, px, py); in preSkew() 472 nPostScale(native_instance, sx, sy, px, py); in postScale() 488 nPostRotate(native_instance, degrees, px, py); in postRotate() 504 nPostSkew(native_instance, kx, ky, px, py); in postSkew() [all …]
|
H A D | Canvas.java | 715 public final void scale(float sx, float sy, float px, float py) { in scale() argument 717 translate(px, py); in scale() 719 translate(-px, -py); in scale() 739 public final void rotate(float degrees, float px, float py) { in rotate() argument 741 translate(px, py); in rotate() 743 translate(-px, -py); in rotate()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Matrix.cpp | 169 jfloat py) { in setScale__FFFF() argument 180 jfloat py) { in setRotate__FFF() argument 203 jfloat py) { in setSkew__FFFF() argument 205 obj->setSkew(kx, ky, px, py); in setSkew__FFFF() 226 jfloat py) { in preScale__FFFF() argument 237 jfloat py) { in preRotate__FFF() argument 248 jfloat py) { in preSkew__FFFF() argument 250 obj->preSkew(kx, ky, px, py); in preSkew__FFFF() 270 jfloat px, jfloat py) { in postScale__FFFF() argument 281 jfloat py) { in postRotate__FFF() argument [all …]
|
/aosp14/frameworks/base/tools/fonts/ |
H A D | Android.bp | 36 main: "fontchain_linter.py", 38 "fontchain_linter.py", 48 main: "update_font_metadata.py", 50 "update_font_metadata.py",
|
/aosp14/frameworks/base/ |
H A D | PREUPLOAD.cfg | 22 checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} 28 ktfmt_hook = ${REPO_ROOT}/external/ktfmt/ktfmt.py --check -i ${REPO_ROOT}/frameworks/base/packages/… 30 ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py --no-verify-format -f ${PREUPLOAD_FILES}
|
/aosp14/frameworks/base/tools/lint/fix/ |
H A D | Android.bp | 26 main: "soong_lint_fix.py", 27 srcs: ["soong_lint_fix.py"], 32 srcs: ["soong_lint_fix.py"],
|
/aosp14/system/core/fs_mgr/libsnapshot/scripts/ |
H A D | Android.bp | 24 main: "dump_snapshot_proto.py", 26 "dump_snapshot_proto.py",
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | LayerDrawable.cpp | 157 const float py = skiaDestRect.centerY(); in DrawLayer() local 160 m.postScale(-1.f, 1.f, px, py); in DrawLayer() 163 m.postScale(1.f, -1.f, px, py); in DrawLayer()
|
/aosp14/system/core/libsparse/ |
H A D | Android.bp | 84 main: "simg_dump.py", 85 srcs: ["simg_dump.py"],
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | AnimatableScaleMatrix.java | 94 public void setScale(float sx, float sy, float px, float py) { in setScale() argument 98 mPivotY = py; in setScale()
|
/aosp14/system/core/trusty/stats/test/ |
H A D | README.md | 3 * First get [repo_pull.py and gerrit.py](https://android.googlesource.com/platform/development/+… 20 ./trusty/vendor/google/aosp/scripts/build.py qemu-generic-arm64-test-debug --skip-tests 2>stderr.log
|
/aosp14/frameworks/base/core/tests/coretests/src/android/database/ |
H A D | run_newdb_perf_test.sh | 31 python frameworks/base/core/tests/coretests/src/android/database/process_newdb_perf_test_logs.py /t…
|
/aosp14/frameworks/base/api/ |
H A D | Android.bp | 45 srcs: ["merge_annotation_zips.py"], 50 main: "merge_annotation_zips_test.py", 52 "merge_annotation_zips.py", 53 "merge_annotation_zips_test.py",
|
/aosp14/system/core/toolbox/ |
H A D | Android.bp | 30 tool_files: ["generate-input.h-labels.py"],
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | Readback.cpp | 214 const float py = imageDstRect.centerY(); in copySurfaceInto() local 216 m.postScale(-1.f, 1.f, px, py); in copySurfaceInto() 219 m.postScale(1.f, -1.f, px, py); in copySurfaceInto()
|
H A D | Matrix.cpp | 483 float py = vertices[i + 1]; in mapRect() local 485 x = px * data[kScaleX] + py * data[kSkewX] + data[kTranslateX]; in mapRect() 486 y = px * data[kSkewY] + py * data[kScaleY] + data[kTranslateY]; in mapRect() 487 z = px * data[kPerspective0] + py * data[kPerspective1] + data[kPerspective2]; in mapRect()
|
/aosp14/system/core/trusty/test/driver/ |
H A D | Android.bp | 23 "**/*.py",
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AnimatedRotateDrawable.java | 66 final float py = st.mPivotYRel ? (h * st.mPivotY) : st.mPivotY; in draw() local 69 canvas.rotate(mCurrentDegrees, px + bounds.left, py + bounds.top); in draw()
|
H A D | RotateDrawable.java | 153 final float py = st.mPivotYRel ? (h * st.mPivotY) : st.mPivotY; in draw() local 156 canvas.rotate(st.mCurrentDegrees, px + bounds.left, py + bounds.top); in draw()
|
H A D | NinePatchDrawable.java | 223 final float py = bounds.top; in draw() local 224 canvas.scale(scale, scale, px, py); in draw()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipKeepClearAlgorithm.kt | 644 val py = p.y regex 645 p.x = py 695 val py = p.y regex 696 p.x = -py
|
/aosp14/system/core/fastboot/testdata/ |
H A D | Android.bp | 22 srcs: ["fastboot_gen_rand.py"],
|
/aosp14/system/core/init/ |
H A D | Android.bp | 538 tool_files: ["host_builtin_map.py"], 544 …cmd: "$(location host_builtin_map.py) --builtins $(location builtins.cpp) --check_builtins $(locat…
|
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | README.md | 170 <test value="send_response" expect="fail" validate="python validator.py"/> 184 …ed, the second arg the path to the downloaded image. Ex: "python validate.py'. If the program has… 203 as well as the associated python scripts 'checksum_parser.py' (used to extract partition hash), 204 and 'validator.py' (used to validate an oem command that returns data). 261 <test value="send_response" expect="fail" validate="python validator.py"/>
|
/aosp14/frameworks/base/tools/orientationplot/ |
H A D | README.txt | 29 3. Run "orientationplot.py".
|