Home
last modified time | relevance | path

Searched refs:offsetY_ (Results 1 – 25 of 75) sorted by relevance

123

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_magnifier_shader_filter.cpp78 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 Drs_colorful_shadow_filter.cpp25 …: 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 Drs_distortion_shader_filter.cpp35 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 Drs_mesa_blur_shader_filter.cpp68 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 Drs_shadow.cpp38 offsetY_ = offsetY; in SetOffsetY()
88 return offsetY_; in GetOffsetY()
/ohos5.0/base/update/updater/services/ui/driver/
H A Dui_rotation.cpp38 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 Drender_clip.cpp38 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 Dclip_component.h68 return offsetY_; in GetOffsetY()
73 offsetY_ = offsetY; in SetOffsetY()
148 Dimension offsetY_ = Dimension(0.0); variable
H A Drender_clip.h54 offsetY_ = offsetY; in SetOffsetY()
103 double offsetY_ = 0.0; variable
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_display.cpp123 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 Dbase_gesture_event.h91 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 Drs_pixel_stretch_params.h29 offsetX_(offsetX), offsetY_(offsetY), offsetZ_(offsetZ), offsetW_(offsetW), in RSPixelStretchParams()
36 float offsetY_ = 0.0; variable
H A Drs_magnifier_shader_filter.h34 float GetMagnifierOffsetY() const { return offsetY_; } in GetMagnifierOffsetY()
40 float offsetY_ = 0.f; variable
H A Drs_magnifier_para.h38 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 Dscreen_property.cpp235 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 Dmagnifier_controller.cpp68 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 Drs_display_render_params.cpp176 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 Ddrag_window.h83 offsetY_ = offsetY; in SetOffset()
96 int32_t offsetY_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h55 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 Drs_display_node.cpp214 …: 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 Dsymbol_node_build.cpp49 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 Dtexture_layer.cpp65 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 Drs_display_render_params.h46 return offsetY_; in GetDisplayOffsetY()
161 int32_t offsetY_ = -1; variable
/ohos5.0/foundation/window/window_manager/utils/src/
H A Ddisplay_info.cpp34 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 Dwindow_system_effect.cpp155 shadow.color_.c_str(), shadow.offsetX_, shadow.offsetY_, shadow.alpha_, shadow.radius_); in SetWindowShadow()
164 surfaceNode->SetShadowOffsetY(shadow.offsetY_ * vpr); in SetWindowShadow()

123