/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_magnifier_shader_filter.cpp | 78 offsetX_ = magnifierPara_->offsetY_ * scaleX_; in SetMagnifierOffset() 79 offsetY_ = -magnifierPara_->offsetX_ * scaleY_; in SetMagnifierOffset() 86 offsetY_ = -magnifierPara_->offsetY_ * scaleY_; in SetMagnifierOffset() 92 offsetX_ = -magnifierPara_->offsetY_ * scaleX_; in SetMagnifierOffset() 93 offsetY_ = magnifierPara_->offsetX_ * scaleY_; in SetMagnifierOffset() 99 offsetY_ = magnifierPara_->offsetY_ * scaleY_; in SetMagnifierOffset()
|
H A D | rs_colorful_shadow_filter.cpp | 25 …: RSForegroundEffectFilter(blurRadius), blurRadius_(blurRadius), offsetX_(offsetX), offsetY_(offse… in RSColorfulShadowFilter() 52 canvas.Translate(offsetX_, offsetY_); in DrawImageRect() 54 canvas.Translate(-offsetX_, -offsetY_); in DrawImageRect()
|
H A D | rs_distortion_shader_filter.cpp | 35 hash_ = SkOpts::hash(&offsetY_, sizeof(offsetY_), hash_); in RSDistortionFilter() 44 ", offsetY: " + std::to_string(offsetY_); in GetDescription() 113 distortBuilder->SetUniform("offset", offsetX_, offsetY_); in DrawDistortion()
|
H A D | rs_mesa_blur_shader_filter.cpp | 68 hash_ = SkOpts::hash(&localParams->offsetY_, sizeof(localParams->offsetY_), hash_); in CalculateHash() 84 filterString = filterString + ", offsetY: " + std::to_string(localParams->offsetY_); in GetDetailedDescription() 103 mesaFilter->SetParam("OFFSET_Y", localParams->offsetY_); in GenerateGEVisualEffect()
|
H A D | rs_shadow.cpp | 38 offsetY_ = offsetY; in SetOffsetY() 88 return offsetY_; in GetOffsetY()
|
/ohos5.0/base/update/updater/services/ui/driver/ |
H A D | ui_rotation.cpp | 38 offsetY_ = 0; in InitRotation() 46 offsetY_ = height_ - 1; in InitRotation() 54 offsetY_ = width_ - 1; in InitRotation() 62 offsetY_ = 0; in InitRotation() 114 y = offsetY_ + h * cosR_ + w * sinR_; in RotateBuffer() 129 …return {cosR_ * (x - offsetX_) + sinR_ * (y - offsetY_), cosR_ * (y - offsetY_) - sinR_ * (x - off… in RotateXY()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clip/ |
H A D | render_clip.cpp | 38 offsetY_ = NormalizeToPx(clip->GetOffsetY()); in Update() 148 return clip->offsetY_; in GetFloatPropertyGetterMap() 176 return Rect(offset.GetX() + offsetX_, offset.GetY() + offsetY_, clipWidth, clipHeight); in GetClipRect() 197 renderBox->SetPaintSize(GetLayoutSize() - Size(offsetX_, offsetY_)); in UpdateBoxForShadowAnimation() 198 renderBox->SetPosition(shadowBoxOffset_ + Offset(offsetX_, offsetY_)); in UpdateBoxForShadowAnimation() 200 SetPosition(Offset(-offsetX_, -offsetY_)); in UpdateBoxForShadowAnimation() 207 …DumpLog::GetInstance().AddDesc(std::string("Clip Offset: ").append(Offset(offsetX_, offsetY_).ToSt… in Dump()
|
H A D | clip_component.h | 68 return offsetY_; in GetOffsetY() 73 offsetY_ = offsetY; in SetOffsetY() 148 Dimension offsetY_ = Dimension(0.0); variable
|
H A D | render_clip.h | 54 offsetY_ = offsetY; in SetOffsetY() 103 double offsetY_ = 0.0; variable
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_display.cpp | 123 return offsetY_; in GetOffsetY() 133 offsetY_ = offsetY; in SetOffsetY() 165 offsetY_ = offsetY; in SetOffset() 248 offsetY_ = point.posY_; in BindAbstractScreen() 288 displayInfo->SetOffsetY(offsetY_); in ConvertToDisplayInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | base_gesture_event.h | 91 offsetY_ = offsetY; in SetOffsetY() 96 return offsetY_; in GetOffsetY() 121 double offsetY_ = 0.0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_pixel_stretch_params.h | 29 offsetX_(offsetX), offsetY_(offsetY), offsetZ_(offsetZ), offsetW_(offsetW), in RSPixelStretchParams() 36 float offsetY_ = 0.0; variable
|
H A D | rs_magnifier_shader_filter.h | 34 float GetMagnifierOffsetY() const { return offsetY_; } in GetMagnifierOffsetY() 40 float offsetY_ = 0.f; variable
|
H A D | rs_magnifier_para.h | 38 float offsetY_ = 0.f; variable 56 …out += " offsetY:" + std::to_string(offsetY_) + " shadowOffsetX:" + std::to_string(shadowOffsetX_); in Dump()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 235 static_cast<float>(offsetY_); in SetScreenRotation() 240 static_cast<float>(offsetY_); in SetScreenRotation() 423 offsetY_ = offsetY; in SetOffsetY() 428 return offsetY_; in GetOffsetY() 434 offsetY_ = offsetY; in SetOffset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | magnifier_controller.cpp | 68 float offsetY_ = 0.f; in UpdateMagnifierOffsetY() local 86 offsetY_ = std::clamp(magnifierY, 0.f, static_cast<float>(MAGNIFIER_OFFSETY.ConvertToPx())); in UpdateMagnifierOffsetY() 87 magnifierPaintOffset.SetY(magnifierY - offsetY_); in UpdateMagnifierOffsetY() 88 magnifierOffset.y = offsetY_; in UpdateMagnifierOffsetY() 116 params_.offsetY_ = magnifierOffset.y; in UpdateMagnifierOffset()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_display_render_params.cpp | 176 targetDisplayParams->offsetY_ = offsetY_; in OnSync() 204 ret += RENDER_BASIC_PARAM_TO_STRING(offsetY_); in ToString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/window/ |
H A D | drag_window.h | 83 offsetY_ = offsetY; in SetOffset() 96 int32_t offsetY_ = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | gesture_event.h | 55 offsetY_ = offsetY; in SetOffsetY() 60 return offsetY_; in GetOffsetY() 342 double offsetY_ = 0.0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_display_node.cpp | 214 …: RSNode(true), screenId_(config.screenId), offsetX_(0), offsetY_(0), isMirroredDisplay_(config.is… in RSDisplayNode() 218 (void)offsetY_; in RSDisplayNode() 222 …: RSNode(true, id), screenId_(config.screenId), offsetX_(0), offsetY_(0), isMirroredDisplay_(confi… in RSDisplayNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/symbol_animation/ |
H A D | symbol_node_build.cpp | 49 offsetX_(offset.first), offsetY_(offset.second) {} in SymbolNodeBuild() 107 Vector4f nodeBounds = Vector4f(offsetX_, offsetY_, nodeWidth, nodeHeight); in DecomposeSymbolAndDraw()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/ |
H A D | texture_layer.cpp | 65 int32_t offsetY_ = 0u; member in OHOS::Render3D::TextureLayerImpl 208 offsetY_ = offsetY; in OnWindowChange() 227 offsetY_ = (int)windowChangeInfo.offsetY; in OnWindowChange()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_display_render_params.h | 46 return offsetY_; in GetDisplayOffsetY() 161 int32_t offsetY_ = -1; variable
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | display_info.cpp | 34 parcel.WriteInt32(offsetX_) && parcel.WriteInt32(offsetY_) && in Marshalling() 66 parcel.ReadInt32(displayInfo->offsetX_) && parcel.ReadInt32(displayInfo->offsetY_) && in Unmarshalling()
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_system_effect.cpp | 155 shadow.color_.c_str(), shadow.offsetX_, shadow.offsetY_, shadow.alpha_, shadow.radius_); in SetWindowShadow() 164 surfaceNode->SetShadowOffsetY(shadow.offsetY_ * vpr); in SetWindowShadow()
|