Home
last modified time | relevance | path

Searched defs:other (Results 1126 - 1150 of 1910) sorted by relevance

1...<<41424344454647484950>>...77

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector4.h97 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 Drs_matrix3.h291 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 Drs_obj_geometry.h27 RSTransform(const RSTransform& other) = default; member in OHOS::Rosen::RSTransform
/foundation/graphic/graphic_3d/kits/js/include/napi/
H A Dnapi_api.h125 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 Ddrawing_matrix.cpp255 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 Dskia_matrix.cpp26 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 Dmatrix.cpp25 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 Dunordered_map.h284 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 Dhiplayer_impl.h96 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 Devent_resample_test.cpp229 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 Devent_resample.cpp372 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 Dmmi_matrix3.h305 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 Djson_object.cpp92 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 Dui_action.cpp209 PointerMatrix& PointerMatrix::operator=(PointerMatrix&& other) in operator =() argument
[all...]
/third_party/elfio/tests/
H A DELFIOTest.cpp140 unsigned char other; in checkSymbol() local
/third_party/elfio/elfio/
H A Delfio_symbols.hpp174 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 Dhwcontext_d3d11va.c399 const AVFrame *other = download ? dst : src; in d3d11va_transfer_data() local
/third_party/gn/src/base/
H A Dcommand_line.cc180 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 Djson_parser.cc134 StringBuilder&& other) = default; member in base::internal::JSONParser::StringBuilder
/third_party/glslang/glslang/Include/
H A DPoolAlloc.h280 typedef pool_allocator<Other> other; typedef
/third_party/backends/backend/genesys/
H A Dimage_pipeline.h531 ImagePipelineStack(ImagePipelineStack&& other) in ImagePipelineStack() argument
537 ImagePipelineStack& operator=(ImagePipelineStack&& other) in operator =() argument
H A Dregister.h388 void merge(const RegisterSettingSet& other) in merge() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRBBIDataWrapper.java130 public boolean equals (Object other) { in equals() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleDistance.java176 public boolean equals(Object other) { in equals() argument
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationSettings.java105 public boolean equals(Object other) { in equals() argument
260 public void copyReorderingFrom(CollationSettings other) { in copyReorderingFrom() argument
[all...]

Completed in 25 milliseconds

1...<<41424344454647484950>>...77