/external/libchrome/ui/gfx/geometry/ |
D | rect.h | 67 size_.set_width(GetClampedValue(x, width())); in set_x() 78 void set_width(int width) { size_.set_width(GetClampedValue(x(), width)); } in set_width() function 89 set_width(width()); in set_origin() 95 set_width(size.width()); in set_size() 111 set_width(width); in SetRect()
|
D | size.h | 47 void set_width(int width) { width_ = width < 0 ? 0 : width; } in set_width() function 56 set_width(width); in SetSize()
|
D | size_f.h | 36 void set_width(float width) { width_ = clamp(width); } in set_width() function 42 set_width(width); in SetSize()
|
D | size_unittest.cc | 184 test.set_width(clearly_trivial); in TEST() 187 test.set_width(massize_dimension); in TEST() 191 test.set_width(clearly_trivial); in TEST() 195 test.set_width(2.f); in TEST()
|
D | rect_f.h | 55 void set_width(float width) { size_.set_width(width); } in set_width() function
|
D | rect.cc | 119 set_width(base::ClampSub(width(), base::ClampAdd(left, right))); in Inset() 126 set_width(width()); in Offset() 133 set_width(width()); in operator +=()
|
D | size.cc | 31 set_width(s.width); in operator =()
|
D | box_f.h | 71 void set_width(float width) { width_ = width < 0 ? 0 : width; } in set_width() function
|
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | image_preprocessing_stage.h | 92 params.mutable_cropping_params()->mutable_target_size()->set_width(width); 106 params.mutable_resizing_params()->mutable_target_size()->set_width(width); in AddResizingStep() 117 params.mutable_padding_params()->mutable_target_size()->set_width(width); in AddPaddingStep()
|
/external/harfbuzz_ng/src/ |
D | hb-cff1-interp-cs.hh | 52 void set_width (bool has_width_) in set_width() function 138 env.set_width (has_width); in check_width()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | shared_rect.h | 28 void set_width(int width) { width_ = width; } in set_width() function
|
D | shared_rect_traits.h | 25 out->set_width(r.width());
|
D | rect_chromium_traits.h | 26 out->set_width(r.width());
|
D | rect_chromium.h | 45 void set_width(int width) { in set_width() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_type_float.cpp | 25 message_.set_width(width); in TransformationAddTypeFloat()
|
D | transformation_add_type_int.cpp | 30 message_.set_width(width); in TransformationAddTypeInt()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_add_type_float.cpp | 25 message_.set_width(width); in TransformationAddTypeFloat()
|
D | transformation_add_type_int.cpp | 30 message_.set_width(width); in TransformationAddTypeInt()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation_add_type_float.cpp | 25 message_.set_width(width); in TransformationAddTypeFloat()
|
D | transformation_add_type_int.cpp | 30 message_.set_width(width); in TransformationAddTypeInt()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_batchnorm_runner.cc | 102 .set_width(1); in MakeBatchNormDescriptors() 107 .set_width(1) in MakeBatchNormDescriptors()
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/ |
D | image_segmenter.cc | 309 roi.set_width(frame_buffer.dimension().width); in Segment() 347 segmentation->set_width(mask_dimension.width); in Postprocess()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | pooling_ops_common.cc | 365 .set_width(tensor_in_cols) in Compute() 372 .set_width(params.out_width) in Compute() 680 .set_width(params.out_width) in Compute() 687 .set_width(tensor_in_cols) in Compute()
|
D | lrn_op.cc | 206 .set_width(cols) in launch() 259 .set_width(cols) in launch() 498 .set_width(cols) in launch() 573 .set_width(cols) in launch()
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_geometry.h | 113 void set_width(int32_t width) { right_ = left_ + width; } in set_width() function
|