Home
last modified time | relevance | path

Searched refs:set_width (Results 1 – 25 of 56) sorted by relevance

123

/external/libchrome/ui/gfx/geometry/
Drect.h67 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()
Dsize.h47 void set_width(int width) { width_ = width < 0 ? 0 : width; } in set_width() function
56 set_width(width); in SetSize()
Dsize_f.h36 void set_width(float width) { width_ = clamp(width); } in set_width() function
42 set_width(width); in SetSize()
Dsize_unittest.cc184 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()
Drect_f.h55 void set_width(float width) { size_.set_width(width); } in set_width() function
Drect.cc119 set_width(base::ClampSub(width(), base::ClampAdd(left, right))); in Inset()
126 set_width(width()); in Offset()
133 set_width(width()); in operator +=()
Dsize.cc31 set_width(s.width); in operator =()
Dbox_f.h71 void set_width(float width) { width_ = width < 0 ? 0 : width; } in set_width() function
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dimage_preprocessing_stage.h92 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/
Dhb-cff1-interp-cs.hh52 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/
Dshared_rect.h28 void set_width(int width) { width_ = width; } in set_width() function
Dshared_rect_traits.h25 out->set_width(r.width());
Drect_chromium_traits.h26 out->set_width(r.width());
Drect_chromium.h45 void set_width(int width) { in set_width() function
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_float.cpp25 message_.set_width(width); in TransformationAddTypeFloat()
Dtransformation_add_type_int.cpp30 message_.set_width(width); in TransformationAddTypeInt()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_float.cpp25 message_.set_width(width); in TransformationAddTypeFloat()
Dtransformation_add_type_int.cpp30 message_.set_width(width); in TransformationAddTypeInt()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_add_type_float.cpp25 message_.set_width(width); in TransformationAddTypeFloat()
Dtransformation_add_type_int.cpp30 message_.set_width(width); in TransformationAddTypeInt()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_runner.cc102 .set_width(1); in MakeBatchNormDescriptors()
107 .set_width(1) in MakeBatchNormDescriptors()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dimage_segmenter.cc309 roi.set_width(frame_buffer.dimension().width); in Segment()
347 segmentation->set_width(mask_dimension.width); in Postprocess()
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_common.cc365 .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()
Dlrn_op.cc206 .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/
Ddesktop_geometry.h113 void set_width(int32_t width) { right_ = left_ + width; } in set_width() function

123