Home
last modified time | relevance | path

Searched defs:offsetValue (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drosen_render_focus_animation.cpp216 …double offsetValue = NormalizeToPx(Dimension(FOCUS_ANIMATION_OFFSET, DimensionUnit::VP)) * MULTIPL… in PaintTVFocus() local
304 …double offsetValue = NormalizeToPx(Dimension(PHONE_FOCUS_OFFSET, DimensionUnit::VP)) * MULTIPLE_FA… in PaintPhoneFocus() local
314 …double offsetValue = NormalizeToPx(Dimension(PHONE_INDENTED_FOCUS_OFFSET, DimensionUnit::VP)) * MU… in PaintPhoneFocus() local
345 …double offsetValue = NormalizeToPx(Dimension(PHONE_FOCUS_OFFSET, DimensionUnit::VP)) * MULTIPLE_FA… in PaintPhoneFocus() local
355 …double offsetValue = NormalizeToPx(Dimension(PHONE_INDENTED_FOCUS_OFFSET, DimensionUnit::VP)) * MU… in PaintPhoneFocus() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_refresh_ffi.cpp31 void FfiOHOSAceFrameworkRefreshCreate(bool refreshing, double offsetValue, int32_t offsetUnit, int3… in FfiOHOSAceFrameworkRefreshCreate()
68 void FfiOHOSAceFrameworkRefreshCreateWithChangeEvent(bool refreshing, double offsetValue, in FfiOHOSAceFrameworkRefreshCreateWithChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_property.h95 auto offsetValue = JsonUtil::Create(true); in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_gradient.cpp31 void NativeCanvasGradient::AddColorStop(double offsetValue, const Color& colorValue) in AddColorStop()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_player.cpp99 int32_t offsetValue = 0; in SetFdSource() local
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dcrop_test.cpp80 int64_t* offsetValue = new (std::nothrow) int64_t[1] {1}; in SaveOffset() local
218 float* offsetValue = new (std::nothrow) float[1] {1.0f}; in __anonfbf230a50202() variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_grid_column.cpp129 std::unique_ptr<JsonValue> offsetValue = jsonValue->GetValue(DOM_GRID_COLUMN_OFFSET); in ParseSpanAndOffset() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_layout_property.h111 auto offsetValue = JsonUtil::Create(true); in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.cpp149 auto offsetValue = constructorArg->GetProperty("offset"); in ConstructorCallback() local
H A Djs_alert_dialog.cpp335 auto offsetValue = obj->GetProperty("offset"); in ParseAlertOffset() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp275 auto offsetValue = obj->GetProperty("offset"); in ParseOffset() local
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_signing_block_utils.cpp179 uint32_t offsetValue; in GetCentralDirectoryOffset() local
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H A Dplayer_service_proxy_fuzzer.cpp176 int64_t offsetValue; in SetFdSourceStatic() local
248 …int64_t offsetValue = *reinterpret_cast<uint32_t *>(inputData) % *reinterpret_cast<int64_t *>(inpu… in AddSubFdSourceStatic() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h369 std::string offsetValue; in ConvertStrToOffset() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1058 auto offsetValue = paramObject->GetProperty("offset"); in UpdatePickerDialogPositionInfo() local
1746 auto offsetValue = paramObject->GetProperty("offset"); in Show() local
H A Djs_textpicker.cpp1492 auto offsetValue = paramObject->GetProperty("offset"); in Show() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_Extend_test_ng.cpp1546 float offsetValue { 0.0f }; member
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp954 uint8_t offsetValue = 8; in FillDevStrings() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp9181 std::array<float, TWO> offsetValue = { xDimension.Value(), yDimension.Value() }; in SetOffset() local