/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) in MotionPathOption() 62 rotate_ = value; in SetRotate() 67 return rotate_; in GetRotate() 80 rotate_ == other.rotate_); in operator ==() 87 bool rotate_ = false; member in OHOS::Ace::final
|
/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)) {} // Rotation direction in RotateEvent() 73 return rotate_; in GetRotate() 77 int16_t rotate_; member in OHOS::RotateEvent
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_item_component.h | 39 : strSection_(strSection), strLabel_(strLabel), circleMode_(circleMode), rotate_(rotate) in IndexerItemComponent() 46 : strSection_(strSection), strLabel_(strLabel), itemSize_(itemSize), circleMode_(circleMode), rotate_(rotate) in IndexerItemComponent() 145 return rotate_; in GetRotateFlag() 176 bool rotate_ = false; member in OHOS::Ace::IndexerItemComponent
|
H A D | indexer_item_component.cpp | 33 if (rotate_) { in BuildItem() 59 if (rotate_) { in BuildItem()
|
H A D | render_indexer_item.h | 147 bool rotate_ = false; member in OHOS::Ace::RenderIndexerItem
|
H A D | render_indexer_item.cpp | 47 rotate_ = itemComponent->GetRotateFlag(); in Update() 63 if (!rotate_) { in PerformLayout()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | indexer_item_component.h | 39 : strSection_(strSection), strLabel_(strLabel), itemSize_(itemSize), rotate_(rotate) in IndexerItemComponent() 118 return rotate_; in GetRotateFlag() 157 bool rotate_ = false; member in OHOS::Ace::V2::IndexerItemComponent
|
H A D | indexer_item_component.cpp | 31 if (rotate_) { in BuildItem() 55 if (rotate_) { in BuildItem() 79 if (rotate_) { in UpdateSize()
|
H A D | render_indexer_item.cpp | 39 rotate_ = itemComponent->GetRotateFlag(); in Update() 57 if (!rotate_) { in PerformLayout()
|
H A D | render_indexer_item.h | 141 bool rotate_ = false; member in OHOS::Ace::V2::RenderIndexerItem
|
/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() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_text.h | 83 return rotate_; in GetRotate() 92 double rotate_ = 0.0; member in OHOS::Ace::RenderSvgText
|
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 | 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()
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | transform.h | 164 return rotate_; in GetRotateMatrix() 251 Polygon polygon_ = Polygon(Rect(0, 0, 0, 0)); /* transformed from rect and 'rotate_' 'translate_' 'scale_' */ 268 Matrix4<float> rotate_; member in OHOS::TransformMap
|
/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_; member in OHOS::Ace::SvgAnimate
|
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | render_image.h | 94 rotate_ = rotate; in SetRotate() 361 double rotate_ = 0.0; member in OHOS::Ace::RenderImage
|
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()
|