Home
last modified time | relevance | path

Searched refs:rotate_ (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_option.h27 : path_(path), begin_(begin), end_(end), rotate_(rotate)
62 rotate_ = value; in SetRotate()
67 return rotate_; in GetRotate()
80 rotate_ == other.rotate_);
87 bool rotate_ = false; variable
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/events/
H A Drotate_event.h60 …RotateEvent(int16_t rotate) : rotate_(static_cast<int16_t>(rotate * ROTATE_SENSITIVITY)) {} // Rot… in RotateEvent()
73 return rotate_; in GetRotate()
77 int16_t rotate_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.h39 : strSection_(strSection), strLabel_(strLabel), circleMode_(circleMode), rotate_(rotate)
46 …on_(strSection), strLabel_(strLabel), itemSize_(itemSize), circleMode_(circleMode), rotate_(rotate)
145 return rotate_; in GetRotateFlag()
176 bool rotate_ = false; variable
H A Dindexer_item_component.cpp33 if (rotate_) { in BuildItem()
59 if (rotate_) { in BuildItem()
H A Drender_indexer_item.cpp47 rotate_ = itemComponent->GetRotateFlag(); in Update()
63 if (!rotate_) { in PerformLayout()
H A Drender_indexer_item.h147 bool rotate_ = false; variable
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp25 rotate_ = Matrix4<float>::Rotate(0, Vector3<float>(0, 0, 0), Vector3<float>(0, 0, 0)); in TransformMap()
28 trans_[ROTATE] = &rotate_; in TransformMap()
45 rotate_ = Matrix4<float>::Rotate(0, Vector3<float>(0, 0, 0), Vector3<float>(0, 0, 0)); in TransformMap()
48 trans_[ROTATE] = &rotate_; in TransformMap()
181 trans_[ROTATE] = &rotate_; in GetOrigPoint()
185 rotate_ = Matrix4<float>::Rotate( in GetOrigPoint()
220 if (rotate_ == other.rotate_ && translate_ == other.translate_ && scale_ == other.scale_ && in operator ==()
246 trans_[ROTATE] = &rotate_; in UpdateMap()
250 rotate_ = in UpdateMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.cpp32 if (rotate_) { in BuildItem()
56 if (rotate_) { in BuildItem()
80 if (rotate_) { in UpdateSize()
H A Dindexer_item_component.h39 : strSection_(strSection), strLabel_(strLabel), itemSize_(itemSize), rotate_(rotate)
118 return rotate_; in GetRotateFlag()
157 bool rotate_ = false; variable
H A Drender_indexer_item.cpp41 rotate_ = itemComponent->GetRotateFlag(); in Update()
59 if (!rotate_) { in PerformLayout()
H A Drender_indexer_item.h141 bool rotate_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_text.cpp43 rotate_ = textComponent->GetRotate(); in Update()
96 rotate_ = value.Value(); in SetProperty()
114 dimension = Dimension(rotate_); in GetProperty()
H A Drender_svg_text.h83 return rotate_; in GetRotate()
92 double rotate_ = 0.0; variable
H A Drosen_render_svg_tspan.cpp140 PathDrawInfo pathDrawInfo = { pathOffset.path, pathOffset.current, rotate_ }; in OnDrawTextPath()
148 PathDrawInfo pathDrawInfo = { pathOffset.path, pathOffset.current, rotate_ }; in OnMeasureTextPathBounds()
H A Drosen_render_svg_text.cpp152 TextDrawInfo textDrawInfo = { offset, rotate_ }; in OnDrawText()
162 TextDrawInfo textDrawInfo = { offset, rotate_ }; in OnMeasureTextBounds()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtransform.h164 return rotate_; in GetRotateMatrix()
268 Matrix4<float> rotate_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.h341 rotate_ = rotate; in SetRotate()
356 return rotate_; in GetRotate()
427 std::string rotate_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.h94 rotate_ = rotate; in SetRotate()
361 double rotate_ = 0.0; variable
H A Drosen_render_image.cpp567 if (!NearZero(rotate_)) {
571 canvas->rotate(rotate_, center.GetX(), center.GetY());
576 if (!NearZero(rotate_)) {
579 canvas->Rotate(rotate_, center.GetX(), center.GetY());
H A Drender_image.cpp863 rotate_ = 0.0; in ClearRenderObject()