Home
last modified time | relevance | path

Searched refs:ndash (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/
H A Dpaint.cpp160 void Paint::SetLineDash(float* lineDashs, const uint32_t ndash) in SetLineDash() argument
163 if (lineDashs == nullptr || ndash == 0) { in SetLineDash()
166 ndashes_ = ndash; in SetLineDash()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h415 * @param lineDashs Represents an array of dotted lines,ndash Indicates the number of dotted lines
419 void SetLineDash(float* lineDashs, const uint32_t ndash);

Completed in 4 milliseconds