/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | motion_path_option.h | 27 : 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 D | rotate_event.h | 60 …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 D | indexer_item_component.h | 39 : 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 D | indexer_item_component.cpp | 33 if (rotate_) { in BuildItem() 59 if (rotate_) { in BuildItem()
|
H A D | render_indexer_item.cpp | 47 rotate_ = itemComponent->GetRotateFlag(); in Update() 63 if (!rotate_) { in PerformLayout()
|
H A D | render_indexer_item.h | 147 bool rotate_ = false; variable
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | transform.cpp | 25 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 D | indexer_item_component.cpp | 32 if (rotate_) { in BuildItem() 56 if (rotate_) { in BuildItem() 80 if (rotate_) { in UpdateSize()
|
H A D | indexer_item_component.h | 39 : strSection_(strSection), strLabel_(strLabel), itemSize_(itemSize), rotate_(rotate) 118 return rotate_; in GetRotateFlag() 157 bool rotate_ = false; variable
|
H A D | render_indexer_item.cpp | 41 rotate_ = itemComponent->GetRotateFlag(); in Update() 59 if (!rotate_) { in PerformLayout()
|
H A D | render_indexer_item.h | 141 bool rotate_ = false; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_text.cpp | 43 rotate_ = textComponent->GetRotate(); in Update() 96 rotate_ = value.Value(); in SetProperty() 114 dimension = Dimension(rotate_); in GetProperty()
|
H A D | render_svg_text.h | 83 return rotate_; in GetRotate() 92 double rotate_ = 0.0; variable
|
H A D | rosen_render_svg_tspan.cpp | 140 PathDrawInfo pathDrawInfo = { pathOffset.path, pathOffset.current, rotate_ }; in OnDrawTextPath() 148 PathDrawInfo pathDrawInfo = { pathOffset.path, pathOffset.current, rotate_ }; in OnMeasureTextPathBounds()
|
H A D | rosen_render_svg_text.cpp | 152 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 D | transform.h | 164 return rotate_; in GetRotateMatrix() 268 Matrix4<float> rotate_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.h | 341 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 D | render_image.h | 94 rotate_ = rotate; in SetRotate() 361 double rotate_ = 0.0; variable
|
H A D | rosen_render_image.cpp | 567 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 D | render_image.cpp | 863 rotate_ = 0.0; in ClearRenderObject()
|