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 D | svg_fe_color_matrix.cpp | 44 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 D | napi_app_event_holder.h | 48 void SetRow(int row);
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_app_event_holder.cpp | 126 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 D | ui_node.h | 501 void SetRow(const int32_t row) in SetRow() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view.cpp | 790 uiNode->SetRow(codeInfo.first); in CreateViewNode()
|