Home
last modified time | relevance | path

Searched refs:ylength (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_polygon_bridge.cpp38 auto ylength = yPointArray->Length(vm); in SetPolygonPoints() local
39 if (xlength <= 0 || xlength != ylength) { in SetPolygonPoints()
H A Darkts_native_polyline_bridge.cpp38 auto ylength = yPointArray->Length(vm); in SetPoints() local
39 if (xlength <= 0 || xlength != ylength) { in SetPoints()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_analog_clock.cpp313 * @ ylength: means Y-axis length relative to the center point in DrawHandLine()
316 int32_t ylength = static_cast<int32_t>((startToCenterLength - handLength) * cosma); in DrawHandLine() local
318 end.y = ylength + curCenter.y; in DrawHandLine()

Completed in 2 milliseconds