/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/ |
D | rect.h | 77 size_.set_height(GetClampedValue(y, height())); in set_y() 84 void set_height(int height) { in set_height() function 85 size_.set_height(GetClampedValue(y(), height)); in set_height() 93 set_height(height()); in set_origin() 99 set_height(size.height()); in set_size() 115 set_height(height); in SetRect()
|
D | size.h | 51 void set_height(int height) { height_ = height < 0 ? 0 : height; } in set_height() function 60 set_height(height); in SetSize()
|
D | size_f.h | 40 void set_height(float height) { height_ = clamp(height); } in set_height() function 46 set_height(height); in SetSize()
|
D | rect_f.h | 61 void set_height(float height) { size_.set_height(height); } in set_height() function
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | rect.h | 74 size_.set_height(GetClampedValue(y, height())); in set_y() 81 void set_height(int height) { in set_height() function 82 size_.set_height(GetClampedValue(y(), height)); in set_height() 90 set_height(height()); in set_origin() 96 set_height(size.height()); in set_size() 112 set_height(height); in SetRect()
|
H A D | size_f.h | 37 void set_height(float height) { height_ = clamp(height); } in set_height() function 43 set_height(height); in SetSize()
|
H A D | size.h | 48 void set_height(int height) { height_ = height < 0 ? 0 : height; } in set_height() function 57 set_height(height); in SetSize()
|
H A D | rect.cc | 120 set_height(base::ClampSub(height(), base::ClampAdd(top, bottom))); in Inset() 127 set_height(height()); in Offset() 134 set_height(height()); in operator +=()
|
H A D | rect_f.h | 58 void set_height(float height) { size_.set_height(height); } in set_height() function
|
H A D | size_unittest.cc | 188 test.set_height(clearly_trivial); in TEST() 192 test.set_height(massize_dimension); in TEST()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/ |
D | rect.h | 77 size_.set_height(GetClampedValue(y, height())); in set_y() 84 void set_height(int height) { in set_height() function 85 size_.set_height(GetClampedValue(y(), height)); in set_height() 93 set_height(height()); in set_origin() 99 set_height(size.height()); in set_size() 115 set_height(height); in SetRect()
|
D | size.h | 51 void set_height(int height) { height_ = height < 0 ? 0 : height; } in set_height() function 60 set_height(height); in SetSize()
|
D | size_f.h | 40 void set_height(float height) { height_ = clamp(height); } in set_height() function 46 set_height(height); in SetSize()
|
D | rect_f.h | 61 void set_height(float height) { size_.set_height(height); } in set_height() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
H A D | image_preprocessing_stage.h | 93 params.mutable_cropping_params()->mutable_target_size()->set_height(height); 107 params.mutable_resizing_params()->mutable_target_size()->set_height(height); in AddResizingStep() 118 params.mutable_padding_params()->mutable_target_size()->set_height(height); in AddPaddingStep()
|
/aosp_15_r20/external/webrtc/api/test/ |
H A D | peerconnection_quality_test_fixture_unittest.cc | 32 r1.set_height(2); in TEST() 36 r1.set_height(5); in TEST()
|
/aosp_15_r20/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
H A D | Blur25.java | 94 mScript_half.set_height(height); in createTest() 103 mScript.set_height(height); in createTest()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/karma/ |
D | regression_adapt_adt.cpp | 41 void set_height(int height) { height_ = height;} in set_height() function in data1 47 (int, int, obj.height(), obj.set_height(val))
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | pooling_ops_common.cc | 367 .set_height(tensor_in_rows) in Compute() 374 .set_height(params.out_height) in Compute() 688 .set_height(params.out_height) in Compute() 695 .set_height(tensor_in_rows) in Compute()
|
H A D | lrn_op.cc | 205 .set_height(rows) in launch() 258 .set_height(rows) in launch() 497 .set_height(rows) in launch() 572 .set_height(rows) in launch()
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/ |
H A D | image_segmenter.cc | 310 roi.set_height(frame_buffer.dimension().height); in Segment() 348 segmentation->set_height(mask_dimension.height); in Postprocess()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/server/ |
D | windowcontainerthumbnail.pb.h | 224 void set_height(::int32_t value); in Swap() 309 inline void WindowContainerThumbnailProto::set_height(::int32_t value) { in set_height() function
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/server/ |
D | windowcontainerthumbnail.pb.h | 224 void set_height(::int32_t value); in Swap() 309 inline void WindowContainerThumbnailProto::set_height(::int32_t value) { in set_height() function
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | shared_rect.h | 31 void set_height(int height) { height_ = height; } in set_height() function
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/server/ |
D | windowcontainerthumbnail.pb.h | 245 void set_height(::int32_t value); in Swap() 330 inline void WindowContainerThumbnailProto::set_height(::int32_t value) { in set_height() function
|