Searched refs:lineDashs (Results 1 – 2 of 2) sorted by relevance
160 void Paint::SetLineDash(float* lineDashs, const uint32_t ndash) in SetLineDash() argument163 if (lineDashs == nullptr || ndash == 0) { in SetLineDash()173 dashArray_[iIndex] = lineDashs[iIndex]; in SetLineDash()
419 void SetLineDash(float* lineDashs, const uint32_t ndash);