Home
last modified time | relevance | path

Searched defs:dstIndex (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dbilateral_spring_adapter.cpp73 void BilateralSpringAdapter::MoveNode(const RefPtr<SpringNode>& srcNode, int32_t dstIndex) in MoveNode()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dcpu_brightness_algo.cpp86 uint32_t dstIndex = dstRowStride * y + x * BYTES_PER_INT + i; in OnApplyRGBA8888() local
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcpu_contrast_algo.cpp76 uint32_t dstIndex = dstRowStride * y + x * BYTES_PER_INT + i; in OnApplyRGBA8888() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp152 int dstIndex = key.x * dst.rowStride_ + key.y; in SLRBoxCheck() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_matrix4_module.cpp276 int32_t dstIndex = argv[0]->GetProperty(runtime, "dstIndex")->ToInt32(runtime); in SetPolyToPoly() local