Searched refs:canvasHeight_ (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() 379 canvasHeight_ = canvasHeight; 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 | 85 float canvasHeight_ = 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() 591 canvasHeight_ = (imageHeight_ / POINTER_WINDOW_INIT_SIZE + 1) * POINTER_WINDOW_INIT_SIZE; in SwitchPointerStyle() 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() 1638 height = canvasHeight_; in GetSurfaceBuffer() 1642 height = canvasHeight_; in GetSurfaceBuffer() [all...] |
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | pointer_drawing_manager.h | 218 int32_t canvasHeight_ = 64; member in OHOS::MMI::final
|
Completed in 5 milliseconds