Home
last modified time | relevance | path

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

/external/libchrome/ui/gfx/geometry/
Dsize.h48 void set_height(int height) { height_ = height < 0 ? 0 : height; } in set_height() function
Dsize_f.h37 void set_height(float height) { height_ = clamp(height); } in set_height() function
Dbox_f.h74 void set_height(float height) { height_ = height < 0 ? 0 : height; } in set_height() function
Drect_f.h58 void set_height(float height) { size_.set_height(height); } in set_height() function
Drect.h81 void set_height(int height) { in set_height() function
/external/libchrome/mojo/public/cpp/bindings/tests/
Dshared_rect.h31 void set_height(int height) { height_ = height; } in set_height() function
Drect_chromium.h51 void set_height(int height) { in set_height() function
/external/sdv/vsomeip/third_party/boost/spirit/test/karma/
Dregression_adapt_adt.cpp41 void set_height(int height) { height_ = height;} in set_height() function in data1
/external/webrtc/modules/desktop_capture/
Ddesktop_geometry.h114 void set_height(int32_t height) { bottom_ = top_ + height; } in set_height() function
Ddesktop_capture_options.h206 void set_height(uint32_t height) { height_ = height; } in set_height() function
/external/libdav1d/src/arm/32/
Dfilmgrain16.S1003 .macro set_height dst, type macro
Dfilmgrain.S1167 .macro set_height dst, type macro
/external/webrtc/api/test/pclf/
Dmedia_configuration.h206 void set_height(size_t height) { height_ = height; } in set_height() function
/external/libdav1d/src/arm/64/
Dfilmgrain16.S961 .macro set_height dst, type macro
Dfilmgrain.S1091 .macro set_height dst, type macro
/external/flac/src/libFLAC++/
Dmetadata.cpp1266 void Picture::set_height(FLAC__uint32 value) const in set_height() function in FLAC::Metadata::Picture
/external/libwebm/mkvmuxer/
Dmkvmuxer.h792 void set_height(uint64_t height) { height_ = height; } in set_height() function
/external/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h792 void set_height(uint64_t height) { height_ = height; } in set_height() function
/external/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h792 void set_height(uint64_t height) { height_ = height; } in set_height() function
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Ddnn.h299 BatchDescriptor& set_height(int64_t value) { in set_height() function