/aosp_15_r20/frameworks/rs/ |
H A D | rsMatrix4x4.cpp | 153 void Matrix4x4::load(const float *v) { in load() function in android::renderscript::Matrix4x4 157 void Matrix4x4::load(const rs_matrix4x4 *v) { in load() function in android::renderscript::Matrix4x4 161 void Matrix4x4::load(const rs_matrix3x3 *v) { in load() function in android::renderscript::Matrix4x4 180 void Matrix4x4::load(const rs_matrix2x2 *v) { in load() function in android::renderscript::Matrix4x4 200 void Matrix4x4::loadRotate(float rot, float x, float y, float z) { in loadRotate() 238 void Matrix4x4::loadScale(float x, float y, float z) { in loadScale() 245 void Matrix4x4::loadTranslate(float x, float y, float z) { in loadTranslate()
|
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/ |
H A D | Quare.kt | 51 fun load(drawable: Drawable) { in <lambda>() method 61 fun load(context: Context, icon: Icon) { in <lambda>() method 92 for (y in yStart..yEnd) in <lambda>() constant 117 for (y in yStart..yEnd) in <lambda>() constant
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | ClipSlide.cpp | 289 auto y = rand.nextF(); in make_path() local 311 void load(SkScalar w, SkScalar h) override { in load() function in HalfPlaneSlide 330 Click* onFindClickHandler(SkScalar x, SkScalar y, skui::ModifierKey modi) override { in onFindClickHandler() 367 void load(SkScalar w, SkScalar h) override { in load() function in HalfPlaneSlide2 404 Click* onFindClickHandler(SkScalar x, SkScalar y, skui::ModifierKey modi) override { in onFindClickHandler() 449 void rotate(float x, float y, float z) { in rotate() 506 void load(SkScalar w, SkScalar h) override { in load() function in HalfPlaneSlide3 555 Click* onFindClickHandler(SkScalar x, SkScalar y, skui::ModifierKey) override { in onFindClickHandler() 575 void load(SkScalar w, SkScalar h) override { in load() function in HalfPlaneCoonsSlide 636 Click* onFindClickHandler(SkScalar x, SkScalar y, skui::ModifierKey modi) override { in onFindClickHandler()
|
H A D | ChineseFlingSlide.cpp | 63 for (SkScalar y = 0.0f; y < 1024.0f; ) { in draw() local 77 void load(SkScalar w, SkScalar h) override { in load() function in ChineseFlingSlide 172 SkScalar y = 0; in draw() local 184 void load(SkScalar w, SkScalar h) override { in load() function in ChineseZoomSlide 197 SkScalar y = 0; in load() local
|
H A D | TimingSlide.cpp | 20 void load(SkScalar w, SkScalar h) override { in load() function in TimingSlide 39 for (int y = 0; y < H; y++) in draw() local 57 for (int y = 0; y < H; y++) in draw() local 71 for (int y = 0; y < H; y++) in draw() local 86 for (int y = 0; y < H; y++) in draw() local
|
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/ |
H A D | Matrix4f.java | 70 public float get(int x, int y) { in get() 80 public void set(int x, int y, float v) { in set() 114 public void load(Matrix4f src) { in load() method in Matrix4f 124 public void load(Matrix3f src) { in load() method in Matrix4f 155 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 200 public void loadScale(float x, float y, float z) { in loadScale() 215 public void loadTranslate(float x, float y, float z) { in loadTranslate() 374 public void rotate(float rot, float x, float y, float z) { in rotate() 388 public void scale(float x, float y, float z) { in scale() 402 public void translate(float x, float y, float z) { in translate()
|
H A D | Matrix2f.java | 68 public float get(int x, int y) { in get() 78 public void set(int x, int y, float v) { in set() 98 public void load(Matrix2f src) { in load() method in Matrix2f 124 public void loadScale(float x, float y) { in loadScale() 179 public void scale(float x, float y) { in scale()
|
H A D | Matrix3f.java | 68 public float get(int x, int y) { in get() 78 public void set(int x, int y, float v) { in set() 104 public void load(Matrix3f src) { in load() method in Matrix3f 117 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 171 public void loadScale(float x, float y) { in loadScale() 184 public void loadScale(float x, float y, float z) { in loadScale() 198 public void loadTranslate(float x, float y) { in loadTranslate() 248 public void rotate(float rot, float x, float y, float z) { in rotate() 273 public void scale(float x, float y) { in scale() 287 public void scale(float x, float y, float z) { in scale() [all …]
|
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Matrix4f.java | 71 public float get(int x, int y) { in get() 81 public void set(int x, int y, float v) { in set() 115 public void load(Matrix4f src) { in load() method in Matrix4f 125 public void load(Matrix3f src) { in load() method in Matrix4f 156 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 201 public void loadScale(float x, float y, float z) { in loadScale() 216 public void loadTranslate(float x, float y, float z) { in loadTranslate() 375 public void rotate(float rot, float x, float y, float z) { in rotate() 389 public void scale(float x, float y, float z) { in scale() 403 public void translate(float x, float y, float z) { in translate()
|
H A D | Matrix2f.java | 71 public float get(int x, int y) { in get() 81 public void set(int x, int y, float v) { in set() 101 public void load(Matrix2f src) { in load() method in Matrix2f 127 public void loadScale(float x, float y) { in loadScale() 182 public void scale(float x, float y) { in scale()
|
H A D | Matrix3f.java | 71 public float get(int x, int y) { in get() 81 public void set(int x, int y, float v) { in set() 107 public void load(Matrix3f src) { in load() method in Matrix3f 120 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 174 public void loadScale(float x, float y) { in loadScale() 187 public void loadScale(float x, float y, float z) { in loadScale() 201 public void loadTranslate(float x, float y) { in loadTranslate() 251 public void rotate(float rot, float x, float y, float z) { in rotate() 276 public void scale(float x, float y) { in scale() 290 public void scale(float x, float y, float z) { in scale() [all …]
|
/aosp_15_r20/external/autotest/client/deps/webgl_mpd/src/resources/ |
H A D | J3DIMath.js | 144 J3DIMatrix4.prototype.load = function() method in J3DIMatrix4 345 J3DIMatrix4.prototype.translate = function(x,y,z) argument 375 J3DIMatrix4.prototype.scale = function(x,y,z) argument 411 J3DIMatrix4.prototype.rotate = function(angle,x,y,z) argument 982 J3DIVector3 = function(x,y,z) argument 987 J3DIVector3.prototype.load = function(x,y,z) method in J3DIVector3
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | Matrix.cpp | 150 void Matrix4::load(const float* v) { in load() function in android::uirenderer::Matrix4 155 void Matrix4::load(const SkMatrix& v) { in load() function in android::uirenderer::Matrix4 283 void Matrix4::loadTranslate(float x, float y, float z) { in loadTranslate() 337 void Matrix4::loadRotate(float angle, float x, float y, float z) { in loadRotate() 380 float y = 0; in loadMultiply() local 469 float y = r.top; in mapRect() local 479 float x, y, z; in mapRect() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrDataUtils.cpp | 94 for (int y = 0; y < numYBlocks; ++y) { in GrTwoColorBC1Compress() local 159 static skgpu::Swizzle get_load_and_src_swizzle(GrColorType ct, SkRasterPipelineOp* load, in get_load_and_src_swizzle() 373 for (int y = 0; y < dst.height(); ++y, tRow += temp.rowBytes(), dRow += dst.rowBytes()) { in GrConvertPixels() local 387 for (int y = 0; y < src.height(); ++y, sRow += src.rowBytes(), tRow += temp.rowBytes()) { in GrConvertPixels() local 417 for (int y = 0; y < dst.height(); ++y, d -= dst.rowBytes(), s += src.rowBytes()) { in GrConvertPixels() local 428 SkRasterPipelineOp load; in GrConvertPixels() local 536 for (int y = 0; y < dstInfo.height(); ++y) { in GrClearImage() local
|
/aosp_15_r20/prebuilts/misc/common/ninepatch/ |
HD | ninepatch-prebuilt.jar | ... .awt.image.BufferedImage img
int x
int y
int w
int h
int[] pixels
int imageType ... |
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/MediaProvider/android_common_apex30/javac/anno/com/android/providers/media/photopicker/data/glide/ |
D | GlideRequest.java | 222 public <Y> GlideRequest<TranscodeType> set(@NonNull Option<Y> option, @NonNull Y y) { in set() 544 public GlideRequest<TranscodeType> load(@Nullable Object o) { in load() method in GlideRequest 551 public GlideRequest<TranscodeType> load(@Nullable Bitmap bitmap) { in load() method in GlideRequest 558 public GlideRequest<TranscodeType> load(@Nullable Drawable drawable) { in load() method in GlideRequest 565 public GlideRequest<TranscodeType> load(@Nullable String string) { in load() method in GlideRequest 572 public GlideRequest<TranscodeType> load(@Nullable Uri uri) { in load() method in GlideRequest 579 public GlideRequest<TranscodeType> load(@Nullable File file) { in load() method in GlideRequest 586 public GlideRequest<TranscodeType> load(@RawRes @DrawableRes @Nullable Integer id) { in load() method in GlideRequest 593 public GlideRequest<TranscodeType> load(@Nullable URL url) { in load() method in GlideRequest 600 public GlideRequest<TranscodeType> load(@Nullable byte[] bytes) { in load() method in GlideRequest
|
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/MediaProvider/android_common/javac/anno/com/android/providers/media/photopicker/data/glide/ |
D | GlideRequest.java | 222 public <Y> GlideRequest<TranscodeType> set(@NonNull Option<Y> option, @NonNull Y y) { in set() 544 public GlideRequest<TranscodeType> load(@Nullable Object o) { in load() method in GlideRequest 551 public GlideRequest<TranscodeType> load(@Nullable Bitmap bitmap) { in load() method in GlideRequest 558 public GlideRequest<TranscodeType> load(@Nullable Drawable drawable) { in load() method in GlideRequest 565 public GlideRequest<TranscodeType> load(@Nullable String string) { in load() method in GlideRequest 572 public GlideRequest<TranscodeType> load(@Nullable Uri uri) { in load() method in GlideRequest 579 public GlideRequest<TranscodeType> load(@Nullable File file) { in load() method in GlideRequest 586 public GlideRequest<TranscodeType> load(@RawRes @DrawableRes @Nullable Integer id) { in load() method in GlideRequest 593 public GlideRequest<TranscodeType> load(@Nullable URL url) { in load() method in GlideRequest 600 public GlideRequest<TranscodeType> load(@Nullable byte[] bytes) { in load() method in GlideRequest
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | ninepatch.jar | ... .awt.image.BufferedImage img
int x
int y
int w
int h
int[] pixels
int imageType ... |
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/ |
H A D | vars_tests.cpp | 324 nir_intrinsic_instr *load = get_intrinsic(nir_intrinsic_load_deref, i); in TEST_F() local 616 nir_intrinsic_instr *load = get_intrinsic(nir_intrinsic_load_deref, 0); in TEST_F() local 659 nir_variable **y = create_many_int(nir_var_mem_shared, "y", 2); in TEST_F() local 679 nir_intrinsic_instr *load; in TEST_F() local 736 nir_variable **y = create_many_int(nir_var_mem_shared, "y", 2); in TEST_F() local 756 nir_intrinsic_instr *load; in TEST_F() local 810 nir_variable **y = create_many_int(nir_var_mem_shared, "y", 2); in TEST_F() local 843 nir_intrinsic_instr *load; in TEST_F() local 891 nir_variable **y = create_many_int(nir_var_mem_shared, "y", 2); in TEST_F() local 953 nir_variable **y = create_many_int(nir_var_mem_shared, "y", 1); in TEST_F() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/ |
D | hash_index_iterator.hpp | 82 void load(Archive& ar,const unsigned int version) in load() function in boost::multi_index::detail::hashed_index_iterator 88 void load( in load() function in boost::multi_index::detail::hashed_index_iterator 101 void load( in load() function in boost::multi_index::detail::hashed_index_iterator 147 Node,BucketArray,IndexCategory,IteratorCategory>& y) in operator ==()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
H A D | dependence_analysis.cpp | 2779 const Instruction* load[instructions_expected]; in TEST() local 3069 const Instruction* load[instructions_expected]; in TEST() local 3452 const Instruction* load = nullptr; in TEST() local 3493 const Instruction* load = nullptr; in TEST() local 3525 const Instruction* load = nullptr; in TEST() local 3560 const Instruction* load = nullptr; in TEST() local 3602 const Instruction* load = nullptr; in TEST() local 3638 auto y = scalar_evolution->CreateConstant(10); in TEST() local 3659 auto y = scalar_evolution->CreateConstant(10); in TEST() local 3681 auto y = scalar_evolution->CreateConstant(10); in TEST() local [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | dependence_analysis.cpp | 2779 const Instruction* load[instructions_expected]; in TEST() local 3069 const Instruction* load[instructions_expected]; in TEST() local 3452 const Instruction* load = nullptr; in TEST() local 3493 const Instruction* load = nullptr; in TEST() local 3525 const Instruction* load = nullptr; in TEST() local 3560 const Instruction* load = nullptr; in TEST() local 3602 const Instruction* load = nullptr; in TEST() local 3638 auto y = scalar_evolution->CreateConstant(10); in TEST() local 3659 auto y = scalar_evolution->CreateConstant(10); in TEST() local 3681 auto y = scalar_evolution->CreateConstant(10); in TEST() local [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/ |
H A D | dependence_analysis.cpp | 2779 const Instruction* load[instructions_expected]; in TEST() local 3069 const Instruction* load[instructions_expected]; in TEST() local 3452 const Instruction* load = nullptr; in TEST() local 3493 const Instruction* load = nullptr; in TEST() local 3525 const Instruction* load = nullptr; in TEST() local 3560 const Instruction* load = nullptr; in TEST() local 3602 const Instruction* load = nullptr; in TEST() local 3638 auto y = scalar_evolution->CreateConstant(10); in TEST() local 3659 auto y = scalar_evolution->CreateConstant(10); in TEST() local 3681 auto y = scalar_evolution->CreateConstant(10); in TEST() local [all …]
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
H A D | CompressedTextureActivity.java | 90 public void load(GL10 gl) { in load() method in CompressedTextureActivity.CompressedTextureLoader 112 public void load(GL10 gl) { in load() method in CompressedTextureActivity.SyntheticCompressedTextureLoader 145 int y = x ^ t; in createImage() local
|
/aosp_15_r20/external/perfetto/ui/src/frontend/ |
H A D | overview_timeline_panel.ts | 157 let y = 0; variable 333 load: number; property 388 const load = it.load; constant 423 const load = it.load; constant
|