| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
| H A D | rs_vector4.h | 97 Quaternion(const Vector4f& other) in Quaternion() argument 98 Quaternion(const Vector4f&& other) Quaternion() argument 368 operator *=(const Vector4<T>& other) operator *=() argument 379 operator =(const Vector4<T>& other) operator =() argument 405 IsNearEqual(const Vector4& other, T threshold) const IsNearEqual() argument [all...] |
| H A D | rs_matrix3.h | 291 operator =(const Matrix3<T>& other) operator =() argument 308 operator +=(const Matrix3<T>& other) operator +=() argument 326 operator -=(const Matrix3<T>& other) operator -=() argument 344 operator *=(const Matrix3<T>& other) operator *=() argument 382 IsNearEqual(const Matrix3& other, T threshold) const IsNearEqual() argument [all...] |
| H A D | rs_obj_geometry.h | 27 RSTransform(const RSTransform& other) = default; member in OHOS::Rosen::RSTransform
|
| /foundation/graphic/graphic_3d/kits/js/include/napi/ |
| H A D | napi_api.h | 125 FunctionContext(FunctionContext<ot...> other) : FunctionContext(other.GetEnv(), other.GetInfo()) in FunctionContext() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
| H A D | drawing_matrix.cpp | 255 bool OH_Drawing_MatrixIsEqual(OH_Drawing_Matrix* cMatrix, OH_Drawing_Matrix* other) in OH_Drawing_MatrixIsEqual() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| H A D | skia_matrix.cpp | 26 SkiaMatrix::SkiaMatrix(const Matrix& other) : skMatrix_(other.GetImpl<SkiaMatrix>()->ExportSkiaMatrix()) {} in SkiaMatrix() argument 137 void SkiaMatrix::PreConcat(const Matrix& other) in PreConcat() argument 142 void SkiaMatrix::PreConcat(const Matrix44& other) in PreConcat() argument 147 void SkiaMatrix::PostConcat(const Matrix& other) in PostConcat() argument 152 void SkiaMatrix::PostConcat(const Matrix44& other) in PostConcat() argument 254 Clone(const Matrix& other) Clone() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
| H A D | matrix.cpp | 25 Matrix::Matrix(const Matrix& other) : matrixImplPtr(ImplFactory::CreateMatrixImpl(other)) {} in Matrix() argument 128 void Matrix::PreConcat(const Matrix& other) in PreConcat() argument 138 void Matrix::PostConcat(const Matrix& other) in PostConcat() argument
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | unordered_map.h | 284 unordered_map_base(const unordered_map_base& other) unordered_map_base() argument 496 operator =(const unordered_map_base& other) operator =() argument [all...] |
| /foundation/multimedia/player_framework/services/engine/histreamer/player/ |
| H A D | hiplayer_impl.h | 96 HiPlayerImpl(const HiPlayerImpl& other) = delete; member in OHOS::Media::HiPlayerImpl 97 HiPlayerImpl& operator=(const HiPlayerImpl& other) = delete; member in OHOS::Media::HiPlayerImpl
|
| /foundation/multimodalinput/input/service/event_resample/test/ |
| H A D | event_resample_test.cpp | 229 InputEvt other; in ResampleCoord() local 846 EventResample::History other; in HWTEST_F() local 877 EventResample::History other; in HWTEST_F() local
|
| /foundation/multimodalinput/input/service/event_resample/src/ |
| H A D | event_resample.cpp | 372 const History* other; in ResampleTouchState() local 408 ResampleCoordinates(int64_t sampleTime, MotionEvent* event, TouchState &touchState, const History* current, const History* other, float alpha) ResampleCoordinates() argument
|
| /foundation/multimodalinput/input/util/common/include/ |
| H A D | mmi_matrix3.h | 305 operator =(const Matrix3<T>& other) operator =() argument 322 operator +=(const Matrix3<T>& other) operator +=() argument 340 operator -=(const Matrix3<T>& other) operator -=() argument 358 operator *=(const Matrix3<T>& other) operator *=() argument 396 IsNearEqual(const Matrix3& other, T threshold) const IsNearEqual() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | json_object.cpp | 92 JsonObject::JsonObject(const JsonObject &other) in JsonObject() argument 98 JsonObject& JsonObject::operator=(const JsonObject &other) in operator =() argument [all...] |
| /test/testfwk/arkxtest/uitest/core/ |
| H A D | ui_action.cpp | 209 PointerMatrix& PointerMatrix::operator=(PointerMatrix&& other) in operator =() argument [all...] |
| /third_party/elfio/tests/ |
| H A D | ELFIOTest.cpp | 140 unsigned char other; in checkSymbol() local
|
| /third_party/elfio/elfio/ |
| H A D | elfio_symbols.hpp | 174 add_symbol( Elf_Word name, Elf64_Addr value, Elf_Xword size, unsigned char info, unsigned char other, Elf_Half shndx ) add_symbol() argument 205 add_symbol( Elf_Word name, Elf64_Addr value, Elf_Xword size, unsigned char bind, unsigned char type, unsigned char other, Elf_Half shndx ) add_symbol() argument 218 add_symbol( string_section_accessor& pStrWriter, const char* str, Elf64_Addr value, Elf_Xword size, unsigned char info, unsigned char other, Elf_Half shndx ) add_symbol() argument 231 add_symbol( string_section_accessor& pStrWriter, const char* str, Elf64_Addr value, Elf_Xword size, unsigned char bind, unsigned char type, unsigned char other, Elf_Half shndx ) add_symbol() argument 472 generic_add_symbol( Elf_Word name, Elf64_Addr value, Elf_Xword size, unsigned char info, unsigned char other, Elf_Half shndx ) generic_add_symbol() argument [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | hwcontext_d3d11va.c | 399 const AVFrame *other = download ? dst : src; in d3d11va_transfer_data() local
|
| /third_party/gn/src/base/ |
| H A D | command_line.cc | 180 CommandLine::CommandLine(const CommandLine& other) = default; member in base::CommandLine 182 CommandLine& CommandLine::operator=(const CommandLine& other) = default; member in base::CommandLine 445 void CommandLine::AppendArguments(const CommandLine& other, in AppendArguments() argument
|
| /third_party/gn/src/base/json/ |
| H A D | json_parser.cc | 134 StringBuilder&& other) = default; member in base::internal::JSONParser::StringBuilder
|
| /third_party/glslang/glslang/Include/ |
| H A D | PoolAlloc.h | 280 typedef pool_allocator<Other> other; typedef
|
| /third_party/backends/backend/genesys/ |
| H A D | image_pipeline.h | 531 ImagePipelineStack(ImagePipelineStack&& other) in ImagePipelineStack() argument 537 ImagePipelineStack& operator=(ImagePipelineStack&& other) in operator =() argument
|
| H A D | register.h | 388 void merge(const RegisterSettingSet& other) in merge() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | RBBIDataWrapper.java | 130 public boolean equals (Object other) { in equals() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
| H A D | LocaleDistance.java | 176 public boolean equals(Object other) { in equals() argument
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| H A D | CollationSettings.java | 105 public boolean equals(Object other) { in equals() argument 260 public void copyReorderingFrom(CollationSettings other) { in copyReorderingFrom() argument [all...] |