Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_mem.h94 uint64_t lx_ly = lo(x) * lo(y); in Mul64() local
97 uint64_t result = Add(lx_ly, (hx_ly << INT32SIZE)); in Mul64()