/frameworks/native/libs/ui/include_vndk/ui/ |
D | Size.h | 31 struct Size { struct 35 constexpr Size() = default; argument 38 constexpr Size(T w, T h) : width(clamp<int32_t>(w)), height(clamp<int32_t>(h)) {} in Size() argument 59 void set(Size size) { *this = size; } in set() argument 63 set(Size(w, h)); in set() argument 76 // Sets the value to kInvalidSize argument 84 using remove_cvref_t = std::remove_cv_t<std::remove_reference_t<T>>; 89 static constexpr remove_cvref_t<ToType> clamp(FromType v) { in clamp()
|
/frameworks/native/include/ui/ |
D | Size.h | 31 struct Size { struct 35 constexpr Size() = default; argument 38 constexpr Size(T w, T h) : width(clamp<int32_t>(w)), height(clamp<int32_t>(h)) {} in Size() function 59 void set(Size size) { *this = size; } in set() argument 63 set(Size(w, h)); in set() argument 76 // Sets the value to kInvalidSize argument 84 using remove_cvref_t = std::remove_cv_t<std::remove_reference_t<T>>; 89 static constexpr remove_cvref_t<ToType> clamp(FromType v) { in clamp()
|
/frameworks/native/libs/ui/include/ui/ |
D | Size.h | 31 struct Size { struct 35 constexpr Size() = default; argument 38 constexpr Size(T w, T h) : width(clamp<int32_t>(w)), height(clamp<int32_t>(h)) {} in Size() function 59 void set(Size size) { *this = size; } in set() argument 63 set(Size(w, h)); in set() argument 76 // Sets the value to kInvalidSize argument 84 using remove_cvref_t = std::remove_cv_t<std::remove_reference_t<T>>; 89 static constexpr remove_cvref_t<ToType> clamp(FromType v) { in clamp()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | Size.java | 29 public class Size { class 98 public Size(int width, int height) { in Size() method in Size 105 public Size(Size other) { in Size() method in Size 118 public Size(Camera.Size other) { in Size() method in Size 131 public Size(android.util.Size other) { in Size() method in Size 144 public Size(Point p) { in Size() method in Size
|
/frameworks/base/core/java/android/util/ |
D | Size.java | 24 public final class Size { class 31 public Size(int width, int height) { in Size() method in Size
|
/frameworks/av/camera/include/camera/ |
D | CameraParameters.h | 25 struct Size { struct 29 Size() { in Size() argument 34 Size(int w, int h) { in Size() argument
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | native_frame.h | 57 int Size() { in Size() function
|
D | vertex_frame.cpp | 75 int VertexFrame::Size() const { in Size() function in android::filterfw::VertexFrame
|
/frameworks/libs/modules-utils/java/android/annotation/ |
D | Size.java | 43 public @interface Size { annotation
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3StreamInterface.h | 81 struct Size { struct 84 explicit Size(uint32_t w = 0, uint32_t h = 0) : width(w), height(h){} in width() argument
|
D | Camera3Device.h | 561 struct Size { struct 564 explicit Size(uint32_t w = 0, uint32_t h = 0) : width(w), height(h){} in width() argument
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | in_memory_wrapper_input.cpp | 49 off_t InMemoryWrapperInput::Size() { in Size() function in InMemoryWrapperInput
|
D | file_wrapper_input.cpp | 47 off_t FileWrapperInput::Size() { in Size() function in FileWrapperInput
|
/frameworks/av/media/module/codecs/common/include/ |
D | voMem.h | 34 VO_S32 Size; /*!< Buffer stride */ member
|
/frameworks/libs/binary_translation/base/ |
D | mmap_pool_test.cc | 34 size_t Size() { return Pool::g_size_; } in Size() function in berberis::MmapPoolTest
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | Relocation.h | 35 typedef uint32_t Size; typedef
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ReaderWriter_2_9_func.h | 129 unsigned Size = ( BufPtr[SizeField ] | in SkipBitcodeWrapperHeader() local
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ReaderWriter_2_9.h | 129 unsigned Size = ( BufPtr[SizeField ] | in SkipBitcodeWrapperHeader() local
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ReaderWriter_3_2.h | 129 unsigned Size = ( BufPtr[SizeField ] | in SkipBitcodeWrapperHeader() local
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Relocator.h | 30 typedef Relocation::Size Size; typedef
|
/frameworks/native/services/surfaceflinger/ |
D | ScreenCaptureRenderSurface.h | 56 void setDisplaySize(const ui::Size&) override {} in setDisplaySize()
|
/frameworks/native/include/ftl/ |
D | static_vector.h | 204 StaticVector(InitializerList<U, std::index_sequence<Size, Sizes...>, Types...>&& list) in StaticVector() 355 std::index_sequence<Size, Sizes...>, std::tuple<Args...>& tuple) in StaticVector()
|
/frameworks/base/native/graphics/jni/fuzz/ |
D | png_mutator.h | 287 size_t LLVMFuzzerMutate(uint8_t *Data, size_t Size, size_t MaxSize) { in LLVMFuzzerMutate() 293 extern "C" size_t LLVMFuzzerCustomMutator(uint8_t *Data, size_t Size, in LLVMFuzzerCustomMutator()
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | payload.h | 67 std::size_t Size() const { return buffer_.size(); } in Size() function
|
/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | format_buffer.h | 291 size_t Size() const { return cur_ - start_; } in Size() function 317 size_t Size() const { return IsDynamic() ? dynamic_buf_.size() : (static_cur_ - static_buf_); } in Size() function
|