Home
last modified time | relevance | path

Searched refs:TextInRange (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp367 range = TextInRange::OUT_RANGE; in OnCalculatedClockwise()
372 range = TextInRange::IN_RANGE; in OnCalculatedClockwise()
380 range = TextInRange::OUT_RANGE; in OnCalculatedClockwise()
386 range = TextInRange::IN_RANGE; in OnCalculatedClockwise()
403 range = TextInRange::OUT_RANGE; in OnCalculatedAnticlockwise()
409 range = TextInRange::IN_RANGE; in OnCalculatedAnticlockwise()
416 range = TextInRange::OUT_RANGE; in OnCalculatedAnticlockwise()
421 range = TextInRange::IN_RANGE; in OnCalculatedAnticlockwise()
455 TextInRange range = TextInRange::NEED_CLIP; in CalculatedTransformDataInfo()
459 if (range == TextInRange::IN_RANGE) { in CalculatedTransformDataInfo()
[all …]
H A Ddraw_label.h72 …nst uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range);
75 …nst uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range);
78 …nst uint16_t cols, const int16_t offsetX, uint16_t& begin, uint16_t& copyCols, TextInRange& range);
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h148 enum TextInRange { enum