Searched refs:copyCols (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_label.cpp | 359 uint16_t& copyCols, TextInRange& range) in OnCalculatedClockwise() 369 copyCols = cols - offsetX; in OnCalculatedClockwise() 374 copyCols = offsetX; in OnCalculatedClockwise() 382 copyCols = cols - offsetX; in OnCalculatedClockwise() 388 copyCols = offsetX; in OnCalculatedClockwise() 395 uint16_t& copyCols, TextInRange& range) in OnCalculatedAnticlockwise() 405 copyCols = cols - offsetX; in OnCalculatedAnticlockwise() 411 copyCols = offsetX; in OnCalculatedAnticlockwise() 418 copyCols = cols - offsetX; in OnCalculatedAnticlockwise() 423 copyCols in OnCalculatedAnticlockwise() 357 OnCalculatedClockwise(const ArcLetterInfo& letterInfo, const uint16_t sizePerPx, const uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range) OnCalculatedClockwise() argument 393 OnCalculatedAnticlockwise(const ArcLetterInfo& letterInfo, const uint16_t sizePerPx, const uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range) OnCalculatedAnticlockwise() argument 429 CalculatedBeginAndCopySize(const ArcLetterInfo& letterInfo, const uint16_t sizePerPx, const uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range) CalculatedBeginAndCopySize() argument 452 uint16_t copyCols = 0; CalculatedTransformDataInfo() local [all...] |
H A D | draw_label.h | 72 const uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range); 75 const uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range); 78 const uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range);
|
Completed in 3 milliseconds