Searched refs:bottom (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/ |
H A D | bouncing_peas_unit_napi.cpp | 51 [[maybe_unused]] ets_float bottom) in SkoalaPictureRecorder1nBeginRecording() 64 [[maybe_unused]] ets_float bottom) in SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull() 195 [[maybe_unused]] ets_float right, [[maybe_unused]] ets_float bottom, in SkoalaCanvas1nDrawOval() 48 SkoalaPictureRecorder1nBeginRecording( [[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, [[maybe_unused]] ets_long ptr , [[maybe_unused]] ets_float left, [[maybe_unused]] ets_float top, [[maybe_unused]] ets_float right, [[maybe_unused]] ets_float bottom) SkoalaPictureRecorder1nBeginRecording() argument 61 SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull( [[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, [[maybe_unused]] ets_long ptr , [[maybe_unused]] ets_float left, [[maybe_unused]] ets_float top, [[maybe_unused]] ets_float right, [[maybe_unused]] ets_float bottom) SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull() argument 192 SkoalaCanvas1nDrawOval([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, [[maybe_unused]] ets_long canvasPtr , [[maybe_unused]] ets_float left, [[maybe_unused]] ets_float top, [[maybe_unused]] ets_float right, [[maybe_unused]] ets_float bottom, [[maybe_unused]] ets_long paintPtr ) SkoalaCanvas1nDrawOval() argument
|
H A D | bouncing_peas_unit.cpp | 49 [[maybe_unused]] float top, [[maybe_unused]] float right, [[maybe_unused]] float bottom) in SkoalaPictureRecorder1nBeginRecording() 60 [[maybe_unused]] float top, [[maybe_unused]] float right, [[maybe_unused]] float bottom) in SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull() 185 [[maybe_unused]] float right, [[maybe_unused]] float bottom, in SkoalaCanvas1nDrawOval() 47 SkoalaPictureRecorder1nBeginRecording( [[maybe_unused]] ark::Method *m, [[maybe_unused]] long ptr , [[maybe_unused]] float left, [[maybe_unused]] float top, [[maybe_unused]] float right, [[maybe_unused]] float bottom) SkoalaPictureRecorder1nBeginRecording() argument 58 SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull( [[maybe_unused]] ark::Method *m, [[maybe_unused]] long ptr , [[maybe_unused]] float left, [[maybe_unused]] float top, [[maybe_unused]] float right, [[maybe_unused]] float bottom) SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull() argument 182 SkoalaCanvas1nDrawOval([[maybe_unused]] ark::Method *m, [[maybe_unused]] long canvasPtr , [[maybe_unused]] float left, [[maybe_unused]] float top, [[maybe_unused]] float right, [[maybe_unused]] float bottom, [[maybe_unused]] long paintPtr ) SkoalaCanvas1nDrawOval() argument
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_thread.cpp | 920 uint64_t bottom = GetStackLimit() - EcmaParamConfiguration::GetDefaultReservedStackSize(); in IsLegalAsmSp() local 922 return (bottom <= sp && sp <= top); in IsLegalAsmSp() 927 uintptr_t bottom = reinterpret_cast<uintptr_t>(glueData_.frameBase_); in IsLegalThreadSp() local 929 uintptr_t top = bottom + maxStackSize; in IsLegalThreadSp() 930 return (bottom <= sp && sp <= top); in IsLegalThreadSp()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 5173 this.bottom = this.y + this.height; 20614 bottom: s, 20789 const s = new Qi(e.left, e.bottom); [all...] |
Completed in 33 milliseconds