Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1954 double perspectiveValue = px * xValues[i] + py * yValues[j] + 1; in PerspectiveRect() local
2241 … double perspectiveValue = perspective[0] * currentPointX + perspective[1] * currentPointY + 1; in GetPointWithTransform() local