Home
last modified time | relevance | path

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

123

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/
Dsize.h50 void set_width(int width) { width_ = width < 0 ? 0 : width; } in set_width() function
Dsize_f.h39 void set_width(float width) { width_ = clamp(width); } in set_width() function
Drect_f.h58 void set_width(float width) { size_.set_width(width); } in set_width() function
Drect.h81 void set_width(int width) { size_.set_width(GetClampedValue(x(), width)); } in set_width() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/
Dsize.h50 void set_width(int width) { width_ = width < 0 ? 0 : width; } in set_width() function
Dsize_f.h39 void set_width(float width) { width_ = clamp(width); } in set_width() function
Drect_f.h58 void set_width(float width) { size_.set_width(width); } in set_width() function
Drect.h81 void set_width(int width) { size_.set_width(GetClampedValue(x(), width)); } in set_width() function
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dsize.h47 void set_width(int width) { width_ = width < 0 ? 0 : width; } in set_width() function
H A Dsize_f.h36 void set_width(float width) { width_ = clamp(width); } in set_width() function
H A Dbox_f.h71 void set_width(float width) { width_ = width < 0 ? 0 : width; } in set_width() function
H A Drect_f.h55 void set_width(float width) { size_.set_width(width); } in set_width() function
H A Drect.h78 void set_width(int width) { size_.set_width(GetClampedValue(x(), width)); } in set_width() function
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dshared_rect.h28 void set_width(int width) { width_ = width; } in set_width() function
H A Drect_chromium.h45 void set_width(int width) { in set_width() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_android_winscope_extensions_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/android/server/
Dwindowcontainerthumbnail.pbzero.h60 void set_width(int32_t value) { in set_width() function
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-cff1-interp-cs.hh51 void set_width (bool has_width_) in set_width() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/karma/
Dregression_adapt_adt.cpp40 void set_width(int width) { width_ = width;} in set_width() function in data1
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/server/
Dwindowcontainerthumbnail.pb.h281 inline void WindowContainerThumbnailProto::set_width(::int32_t value) { in set_width() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/server/
Dwindowcontainerthumbnail.pb.h281 inline void WindowContainerThumbnailProto::set_width(::int32_t value) { in set_width() function
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h113 void set_width(int32_t width) { right_ = left_ + width; } in set_width() function
H A Ddesktop_capture_options.h203 void set_width(uint32_t width) { width_ = width; } in set_width() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/server/
Dwindowcontainerthumbnail.pb.h302 inline void WindowContainerThumbnailProto::set_width(::int32_t value) { in set_width() function
/aosp_15_r20/external/webrtc/api/test/pclf/
H A Dmedia_configuration.h204 void set_width(size_t width) { width_ = width; } in set_width() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_android_winscope_extensions_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/android/view/
Dviewrootimpl.pbzero.h164 void set_width(int32_t value) { in set_width() function

123