Searched refs:isNegative (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_bigint.cpp | 49 ARKTS_Value ARKTS_CreateBigIntWithBytes(ARKTS_Env env, bool isNegative, int64_t size, const uint8_t bytes[])
argument 77 auto result = panda::BigIntRef::CreateBigWords(vm, isNegative, totalCnt, u64v.data());
101 void ARKTS_BigIntReadBytes(ARKTS_Env env, ARKTS_Value value, bool* isNegative, int64_t byteCount, uint8_t bytes[])
110 bigint->GetWordsArray(vm, isNegative, u64cnt, reinterpret_cast<uint64_t*>(bytes));
|
H A D | ark_interop_napi.h | 212 EXPORT ARKTS_Value ARKTS_CreateBigIntWithBytes(ARKTS_Env env, bool isNegative, int64_t size, const uint8_t bytes[]); 215 EXPORT void ARKTS_BigIntReadBytes(ARKTS_Env env, ARKTS_Value value, bool* isNegative,
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_depth_render_slot.cpp | 71 const bool isNegative = flipWinding in IsInverseWinding() local 74 return isNegative; in IsInverseWinding()
|
H A D | render_node_default_material_render_slot.cpp | 158 const bool isNegative = flipWinding in IsInverseWinding() local 161 return isNegative; in IsInverseWinding()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.h | 179 const uint32_t subMeshIdx, const uint32_t skinJointIndex, const MinAndMax& mam, const bool isNegative);
|
H A D | render_system.cpp | 1421 const bool isNegative) in ProcessSubmesh() 1445 if (isNegative) { in ProcessSubmesh() 1419 ProcessSubmesh(const MeshProcessData& mpd, const MeshComponent::Submesh& submesh, const uint32_t meshIndex, const uint32_t subMeshIndex, const uint32_t skinJointIndex, const MinAndMax& mam, const bool isNegative) ProcessSubmesh() argument
|
Completed in 9 milliseconds