Home
last modified time | relevance | path

Searched defs:Metrics (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.h33 struct Metrics { struct
34 double width;
35 double height;
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/metrics/
H A Druntime.rs26 pub struct Metrics<'a> { struct
39 impl Metrics<'_> { argument
42 pub(crate) fn new(runtime: &Runtime) -> Metrics { in new()