Home
last modified time | relevance | path

Searched defs:Size (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/native/libs/ui/include/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() function
50 Size(T&& w, T&& h) in Size() argument
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/frameworks/native/libs/ui/include_vndk/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() function
50 Size(T&& w, T&& h) in Size() function
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/frameworks/native/include/ui/
DSize.h36 struct Size { struct
41 static const Size INVALID; argument
42 static const Size EMPTY; argument
48 Size() : Size(INVALID) {} in Size() function
50 Size(T&& w, T&& h) in Size() argument
63 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
67 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
74 void set(const Size& size) { *this = size; } in set() argument
77 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
81 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DSize.java29 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/
DSize.java24 public final class Size { class
31 public Size(int width, int height) { in Size() method in Size
/frameworks/av/camera/include/camera/
DCameraParameters.h25 struct Size { struct
29 Size() { in Size() argument
34 Size(int w, int h) { in Size() function
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3StreamInterface.h77 struct Size { struct
80 explicit Size(uint32_t w = 0, uint32_t h = 0) : width(w), height(h){} in width() argument
DCamera3Device.h496 struct Size { struct
499 explicit Size(uint32_t w = 0, uint32_t h = 0) : width(w), height(h){} in width() argument
/frameworks/libs/modules-utils/java/android/annotation/
DSize.java43 public @interface Size { annotation
/frameworks/base/media/mca/filterfw/native/core/
Dnative_frame.h57 int Size() { in Size() function
Dvertex_frame.cpp75 int VertexFrame::Size() const { in Size() function in android::filterfw::VertexFrame
Dgl_frame.cpp214 int GLFrame::Size() const { in Size() function in android::filterfw::GLFrame
/frameworks/compile/libbcc/bcinfo/Wrap/
Dfile_wrapper_input.cpp47 off_t FileWrapperInput::Size() { in Size() function in FileWrapperInput
Din_memory_wrapper_input.cpp49 off_t InMemoryWrapperInput::Size() { in Size() function in InMemoryWrapperInput
/frameworks/av/media/libstagefright/codecs/common/include/
DvoMem.h34 VO_S32 Size; /*!< Buffer stride */ member
/frameworks/compile/mclinker/include/mcld/Fragment/
DRelocation.h35 typedef uint32_t Size; typedef
/frameworks/compile/slang/BitWriter_2_9_func/
DReaderWriter_2_9_func.h129 unsigned Size = ( BufPtr[SizeField ] | in SkipBitcodeWrapperHeader() local
/frameworks/compile/slang/BitWriter_2_9/
DReaderWriter_2_9.h129 unsigned Size = ( BufPtr[SizeField ] | in SkipBitcodeWrapperHeader() local
/frameworks/compile/slang/BitWriter_3_2/
DReaderWriter_3_2.h129 unsigned Size = ( BufPtr[SizeField ] | in SkipBitcodeWrapperHeader() local
/frameworks/compile/mclinker/include/mcld/LD/
DRelocator.h30 typedef Relocation::Size Size; typedef
/frameworks/native/include/ftl/
Dstatic_vector.h179 StaticVector(InitializerList<U, std::index_sequence<Size, Sizes...>, Types...>&& list) in StaticVector()
323 std::index_sequence<Size, Sizes...>, std::tuple<Args...>& tuple) in StaticVector()
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
Dshared_buffer_helpers.h32 size_t Size() const { return size_; } in Size() function
/frameworks/base/native/graphics/jni/fuzz/
Dpng_mutator.h287 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/
Dpayload.h67 std::size_t Size() const { return buffer_.size(); } in Size() function
/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h171 enum { Size = SizeOfStr }; enumerator

12