Home
last modified time | relevance | path

Searched refs:MATRIX_SET_POLY_TO_POLY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_constants.cpp166 const char MATRIX_SET_POLY_TO_POLY[] = "setPolyToPoly"; variable
H A Djs_constants.h171 ACE_EXPORT extern const char MATRIX_SET_POLY_TO_POLY[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_matrix4_module.cpp336 obj->SetProperty(runtime, MATRIX_SET_POLY_TO_POLY, jsSetPolyToPoly); in AddCommonMatrixProperties()