Home
last modified time | relevance | path

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

12

/frameworks/native/libs/ui/include_vndk/ui/
DSize.h35 struct Size { struct
40 static const Size INVALID; argument
41 static const Size EMPTY; argument
47 Size() : Size(INVALID) {} in Size() argument
49 Size(T&& w, T&& h) in Size() function
62 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
66 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
73 void set(const Size& size) { *this = size; } in set() argument
76 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
80 void makeInvalid() { set(INVALID); } in makeInvalid()
[all …]
/frameworks/native/libs/ui/include/ui/
DSize.h35 struct Size { struct
40 static const Size INVALID; argument
41 static const Size EMPTY; argument
47 Size() : Size(INVALID) {} in Size() argument
49 Size(T&& w, T&& h) in Size() function
62 width = Size::clamp<int32_t, T>(std::forward<T>(v)); in setWidth() argument
66 height = Size::clamp<int32_t, T>(std::forward<T>(v)); in setHeight() argument
73 void set(const Size& size) { *this = size; } in set() argument
76 set(Size(std::forward<T>(w), std::forward<T>(h))); in set() argument
80 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/av/media/libeffects/lvm/lib/Common/src/
DInstAlloc.cpp48 LVM_UINT32 Size ) in InstAlloc_AddMember()
134 LVM_UINT32 Size[], in InstAlloc_AddMemberAll()
168 LVM_UINT32 Size[], in InstAlloc_AddMemberAllRet()
/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() argument
/frameworks/base/core/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/
DReaderWriter_2_9.h129 unsigned Size = ( BufPtr[SizeField ] | in SkipBitcodeWrapperHeader() local
/frameworks/compile/slang/BitWriter_2_9_func/
DReaderWriter_2_9_func.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/libs/vr/libdisplay/include/private/dvr/
Dshared_buffer_helpers.h32 size_t Size() const { return size_; } in Size() function
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dpayload.h67 std::size_t Size() const { return buffer_.size(); } in Size() function
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h433 struct Size { struct
436 explicit Size(uint32_t w = 0, uint32_t h = 0) : width(w), height(h){} in width() argument
/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h171 enum { Size = SizeOfStr }; enumerator
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
DLVPSA.h86 …LVM_UINT32 Size; /* Region size in bytes … member
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1460 unsigned Size = Record.size(); in ParseMetadata() local
1488 unsigned Size = Record.size(); in ParseMetadata() local
1722 unsigned Size = Record.size(); in ParseConstants() local
1752 unsigned Size = Record.size(); in ParseConstants() local
1766 unsigned Size = Record.size(); in ParseConstants() local
2913 unsigned Size = Record.size(); in ParseFunctionBody() local
3095 Value *Size = getFnValueByID(Record[1], Type::getInt32Ty(Context)); in ParseFunctionBody() local
3133 Value *Size = getFnValueByID(Record[OpNum++], OpTy); in ParseFunctionBody() local
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DLVM_Types.h170 LVM_UINT32 Size; /* Region size in bytes */ member

12