Home
last modified time | relevance | path

Searched refs:yValues (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.cpp1950 double yValues[] = { top, bottom }; in PerspectiveRect() local
1954 double perspectiveValue = px * xValues[i] + py * yValues[j] + 1; in PerspectiveRect()
1960 topAfterSkew = std::min(topAfterSkew, yValues[i] / perspectiveValue); in PerspectiveRect()
1961 bottomAfterSkew = std::max(bottomAfterSkew, yValues[i] / perspectiveValue); in PerspectiveRect()