/external/libchrome/ui/gfx/geometry/ |
D | size.h | 47 void set_width(int width) { width_ = width < 0 ? 0 : width; } in set_width() function
|
D | size_f.h | 36 void set_width(float width) { width_ = clamp(width); } in set_width() function
|
D | box_f.h | 71 void set_width(float width) { width_ = width < 0 ? 0 : width; } in set_width() function
|
D | rect_f.h | 55 void set_width(float width) { size_.set_width(width); } in set_width() function
|
D | rect.h | 78 void set_width(int width) { size_.set_width(GetClampedValue(x(), width)); } in set_width() function
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | shared_rect.h | 28 void set_width(int width) { width_ = width; } in set_width() function
|
D | rect_chromium.h | 45 void set_width(int width) { in set_width() function
|
/external/harfbuzz_ng/src/ |
D | hb-cff1-interp-cs.hh | 51 void set_width (bool has_width_) in set_width() function
|
/external/sdv/vsomeip/third_party/boost/spirit/test/karma/ |
D | regression_adapt_adt.cpp | 40 void set_width(int width) { width_ = width;} in set_width() function in data1
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_geometry.h | 113 void set_width(int32_t width) { right_ = left_ + width; } in set_width() function
|
D | desktop_capture_options.h | 203 void set_width(uint32_t width) { width_ = width; } in set_width() function
|
/external/webrtc/api/test/pclf/ |
D | media_configuration.h | 204 void set_width(size_t width) { width_ = width; } in set_width() function
|
/external/python/cpython3/Lib/idlelib/ |
D | editor.py | 368 def set_width(self): member in EditorWindow
|
/external/flac/src/libFLAC++/ |
D | metadata.cpp | 1260 void Picture::set_width(FLAC__uint32 value) const in set_width() function in FLAC::Metadata::Picture
|
/external/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 796 void set_width(uint64_t width) { width_ = width; } in set_width() function
|
/external/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 796 void set_width(uint64_t width) { width_ = width; } in set_width() function
|
/external/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 796 void set_width(uint64_t width) { width_ = width; } in set_width() function
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
D | dnn.h | 303 BatchDescriptor& set_width(int64_t value) { in set_width() function
|