Searched refs:canvasWidth_ (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_attraction_effect_filter.cpp | 270 Drawing::Point windowCenter = { 0.5 * canvasWidth_, canvasHeight_ }; in CalculateDeltaXAndDeltaY() 378 canvasWidth_ = canvasWidth; in CalculateWindowStatus() 383 GetWindowInitCtrlPoints(windowCtrlPoints, canvasWidth_, canvasHeight_, pointNum); in CalculateWindowStatus() 387 Drawing::Point windowBottomCenter = { 0.5 * canvasWidth_, 0.5 * canvasHeight_ }; in CalculateWindowStatus() 394 float width = isBelowTarget_ ? canvasHeight_ : canvasWidth_; in CalculateWindowStatus() 395 float height = isBelowTarget_ ? canvasWidth_ : canvasHeight_; in CalculateWindowStatus()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_attraction_effect_filter.h | 84 float canvasWidth_ = 0.0f; member in OHOS::Rosen::RSAttractionEffectFilter
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | pointer_drawing_manager.cpp | 474 canvasWidth_, canvasHeight_); in UpdateSurfaceNodeBounds() 590 canvasWidth_ = (imageWidth_ / POINTER_WINDOW_INIT_SIZE + 1) * POINTER_WINDOW_INIT_SIZE; in SwitchPointerStyle() 939 float ratio = imageWidth_ * 1.0 / canvasWidth_; in DrawLoadingPointerStyle() 1217 float ratio = imageWidth_ * 1.0 / canvasWidth_; in DrawRunningPointerAnimate() 1531 canvasNode_->SetBounds(0, 0, canvasWidth_, canvasHeight_); in CreateCanvasNode() 1532 canvasNode_->SetFrame(0, 0, canvasWidth_, canvasHeight_); in CreateCanvasNode() 1546 canvasNode_->SetBounds(0, 0, canvasWidth_, canvasHeight_); in CreateCanvasNode() 1547 canvasNode_->SetFrame(0, 0, canvasWidth_, canvasHeight_); in CreateCanvasNode() 1590 surfaceNode_->SetBounds(physicalX, physicalY, canvasWidth_, canvasHeight_); in CreatePointerWindow() 1594 surfaceNode_->SetBounds(physicalX, physicalY, canvasWidth_, canvasHeight in CreatePointerWindow() [all...] |
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | pointer_drawing_manager.h | 217 int32_t canvasWidth_ = 64; member in OHOS::MMI::final
|
Completed in 5 milliseconds