Home
last modified time | relevance | path

Searched refs:SetRow (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_color_matrix.cpp44 static void SetRow(float* row, float r, float g, float b) in SetRow() function
109 SetRow(matrix_.data() + 0, RValue + satValue, GValue, BValue); in MakeSaturate()
110 SetRow(matrix_.data() + 5, RValue, GValue + satValue, BValue); in MakeSaturate()
111 SetRow(matrix_.data() + 10, RValue, GValue, BValue + satValue); in MakeSaturate()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_app_event_holder.h48 void SetRow(int row);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_holder.cpp126 holder->SetRow(num); in NapiSetRow()
178 void NapiAppEventHolder::SetRow(int row) in SetRow() function in OHOS::HiviewDFX::NapiAppEventHolder
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h501 void SetRow(const int32_t row) in SetRow() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp790 uiNode->SetRow(codeInfo.first); in CreateViewNode()