Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_arc.h60 uint32_t antiOutRadiusSqr_; variable
77 antiOutRadiusSqr_(0), in DrawArc()
H A Ddraw_arc.cpp333 if ((currentSqr <= antiOutRadiusSqr_) || (xAnti == lineEnd_)) { in DrawLineAnti()
351 … (((static_cast<uint64_t>(outRadius_) << 1) - 1 - (currentSqr - antiOutRadiusSqr_)) * OPA_OPAQUE) / in DrawLineAnti()
524 antiOutRadiusSqr_ = (outRadius_ - 1) * (outRadius_ - 1); in SetArcInfo()