Home
last modified time | relevance | path

Searched refs:JsPixelRound (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h353 static void JsPixelRound(const JSCallbackInfo& info);
H A Djs_view_abstract.cpp2227 void JSViewAbstract::JsPixelRound(const JSCallbackInfo& info) in JsPixelRound() function in OHOS::Ace::Framework::JSViewAbstract
8671 JSClass<JSViewAbstract>::StaticMethod("pixelRound", &JSViewAbstract::JsPixelRound); in JSBind()