/frameworks/native/libs/ui/include_vndk/ui/ |
D | Size.h | 35 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/ |
D | Size.h | 35 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/ |
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/av/media/libeffects/lvm/lib/Common/src/ |
D | InstAlloc.cpp | 48 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/ |
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/core/java/android/annotation/ |
D | Size.java | 43 public @interface Size { annotation
|
/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
|
D | gl_frame.cpp | 214 int GLFrame::Size() const { in Size() function in android::filterfw::GLFrame
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | file_wrapper_input.cpp | 47 off_t FileWrapperInput::Size() { in Size() function in FileWrapperInput
|
D | in_memory_wrapper_input.cpp | 49 off_t InMemoryWrapperInput::Size() { in Size() function in InMemoryWrapperInput
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
D | voMem.h | 34 VO_S32 Size; /*!< Buffer stride */ member
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | Relocation.h | 35 typedef uint32_t Size; typedef
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ReaderWriter_2_9.h | 129 unsigned Size = ( BufPtr[SizeField ] | in SkipBitcodeWrapperHeader() local
|
/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_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/libs/vr/libdisplay/include/private/dvr/ |
D | shared_buffer_helpers.h | 32 size_t Size() const { return size_; } in Size() function
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | payload.h | 67 std::size_t Size() const { return buffer_.size(); } in Size() function
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.h | 433 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/ |
D | SizeTraits.h | 171 enum { Size = SizeOfStr }; enumerator
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/ |
D | LVPSA.h | 86 …LVM_UINT32 Size; /* Region size in bytes … member
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1460 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/ |
D | LVM_Types.h | 170 LVM_UINT32 Size; /* Region size in bytes */ member
|