/external/libchrome/ui/gfx/geometry/ |
D | size.h | 48 void set_height(int height) { height_ = height < 0 ? 0 : height; } in set_height() function
|
D | size_f.h | 37 void set_height(float height) { height_ = clamp(height); } in set_height() function
|
D | box_f.h | 74 void set_height(float height) { height_ = height < 0 ? 0 : height; } in set_height() function
|
D | rect_f.h | 58 void set_height(float height) { size_.set_height(height); } in set_height() function
|
D | rect.h | 81 void set_height(int height) { in set_height() function
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | shared_rect.h | 31 void set_height(int height) { height_ = height; } in set_height() function
|
D | rect_chromium.h | 51 void set_height(int height) { in set_height() function
|
/external/sdv/vsomeip/third_party/boost/spirit/test/karma/ |
D | regression_adapt_adt.cpp | 41 void set_height(int height) { height_ = height;} in set_height() function in data1
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_geometry.h | 114 void set_height(int32_t height) { bottom_ = top_ + height; } in set_height() function
|
D | desktop_capture_options.h | 206 void set_height(uint32_t height) { height_ = height; } in set_height() function
|
/external/libdav1d/src/arm/32/ |
D | filmgrain16.S | 1003 .macro set_height dst, type macro
|
D | filmgrain.S | 1167 .macro set_height dst, type macro
|
/external/webrtc/api/test/pclf/ |
D | media_configuration.h | 206 void set_height(size_t height) { height_ = height; } in set_height() function
|
/external/libdav1d/src/arm/64/ |
D | filmgrain16.S | 961 .macro set_height dst, type macro
|
D | filmgrain.S | 1091 .macro set_height dst, type macro
|
/external/flac/src/libFLAC++/ |
D | metadata.cpp | 1266 void Picture::set_height(FLAC__uint32 value) const in set_height() function in FLAC::Metadata::Picture
|
/external/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 792 void set_height(uint64_t height) { height_ = height; } in set_height() function
|
/external/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 792 void set_height(uint64_t height) { height_ = height; } in set_height() function
|
/external/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 792 void set_height(uint64_t height) { height_ = height; } in set_height() function
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
D | dnn.h | 299 BatchDescriptor& set_height(int64_t value) { in set_height() function
|