Home
last modified time | relevance | path

Searched defs:set_width (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Dsize.h47 void set_width(int width) { width_ = width < 0 ? 0 : width; } in set_width() function
Dsize_f.h36 void set_width(float width) { width_ = clamp(width); } in set_width() function
Dbox_f.h71 void set_width(float width) { width_ = width < 0 ? 0 : width; } in set_width() function
Drect_f.h55 void set_width(float width) { size_.set_width(width); } in set_width() function
Drect.h78 void set_width(int width) { size_.set_width(GetClampedValue(x(), width)); } in set_width() function
/external/libchrome/mojo/public/cpp/bindings/tests/
Dshared_rect.h28 void set_width(int width) { width_ = width; } in set_width() function
Drect_chromium.h45 void set_width(int width) { in set_width() function
/external/harfbuzz_ng/src/
Dhb-cff1-interp-cs.hh50 void set_width (bool has_width_) in set_width() function
/external/webrtc/modules/desktop_capture/
Ddesktop_geometry.h113 void set_width(int32_t width) { right_ = left_ + width; } in set_width() function
Ddesktop_capture_options.h203 void set_width(uint32_t width) { width_ = width; } in set_width() function
/external/webrtc/api/test/pclf/
Dmedia_configuration.h204 void set_width(size_t width) { width_ = width; } in set_width() function
/external/python/cpython3/Lib/idlelib/
Deditor.py356 def set_width(self): member in EditorWindow
/external/flac/src/libFLAC++/
Dmetadata.cpp1260 void Picture::set_width(FLAC__uint32 value) const in set_width() function in FLAC::Metadata::Picture
/external/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h796 void set_width(uint64_t width) { width_ = width; } in set_width() function
/external/libwebm/mkvmuxer/
Dmkvmuxer.h796 void set_width(uint64_t width) { width_ = width; } in set_width() function
/external/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h796 void set_width(uint64_t width) { width_ = width; } in set_width() function
/external/crosvm/src/crosvm/
Dconfig.rs352 pub fn set_width(&mut self, width: u32) { in set_width() method
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Ddnn.h303 BatchDescriptor& set_width(int64_t value) { in set_width() function
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h83095 void (*set_width)(struct scsi_target *, int); member
Dvmlinux.h83095 void (*set_width)(struct scsi_target *, int); member