/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 35 imageHeight_ = image_.GetHeight(); in BorderImagePainter() 52 …srcRectBottom_ = RSRect(leftSlice_, imageHeight_ - bottomSlice_, leftSlice_ + imageCenterWidth_, i… in InitPainter() 64 topSlice_ = imageHeight_; in InitBorderImageSlice() 66 bottomSlice_ = imageHeight_; in InitBorderImageSlice() 90 topSlice_ = imageHeight_; in InitBorderImageSlice() 93 bottomSlice_ = imageHeight_; in InitBorderImageSlice() 258 RSRect srcRectLeftBottom = RSRect(0, imageHeight_ - bottomSlice_, leftSlice_, imageHeight_); in PaintBorderImageCorners() 261 RSRect(imageWidth_ - rightSlice_, imageHeight_ - bottomSlice_, imageWidth_, imageHeight_); in PaintBorderImageCorners() 458 imageHeight_ - bottomSlice_, imageWidth_ - rightSlice_, imageHeight_); in PaintBorderImageRepeat() 509 …0, imageHeight_ - bottomSlice_ - halfSurplusVerticalLength, leftSlice_, imageHeight_ - bottomSlice… in PaintBorderImageRepeat() [all …]
|
H A D | border_image_painter.h | 64 double imageHeight_ = 0.0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | border_image_painter.cpp | 44 imageHeight_ = std::ceil(image_->height()); in InitPainter() 67 …srcRectBottom_ = RSRect(leftSlice_, imageHeight_ - bottomSlice_, imageCenterWidth_ + leftSlice_, i… in InitPainter() 131 topSlice_ = imageHeight_; in InitBorderImageSlice() 133 bottomSlice_ = imageHeight_; in InitBorderImageSlice() 157 topSlice_ = imageHeight_; in InitBorderImageSlice() 160 bottomSlice_ = imageHeight_; in InitBorderImageSlice() 355 RSRect srcRectLeftBottom = RSRect(0, imageHeight_ - bottomSlice_, leftSlice_, imageHeight_); in PaintBorderImageCorners() 358 RSRect(imageWidth_ - rightSlice_, imageHeight_ - bottomSlice_, imageWidth_, imageHeight_); in PaintBorderImageCorners() 857 imageHeight_ - bottomSlice_, imageWidth_ - rightSlice_, imageHeight_); in PaintBorderImageRepeat() 908 …0, imageHeight_ - bottomSlice_ - halfSurplusVerticalLength, leftSlice_, imageHeight_ - bottomSlice… in PaintBorderImageRepeat() [all …]
|
H A D | border_image_painter.h | 89 double imageHeight_ = 0.0; variable
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_image_view.cpp | 224 imageHeight_(0), in UIImageView() 307 (imageWidth_ == viewRect.GetWidth() && imageHeight_ == viewRect.GetHeight()) || in UpdateContentMatrix() 308 imageWidth_ == 0 || imageHeight_ == 0) { in UpdateContentMatrix() 328 float scaleY = static_cast<float>(widgetHeight) / static_cast<float>(imageHeight_); in UpdateContentMatrix() 364 viewRect.GetX() + imageWidth_ - 1, viewRect.GetY() + imageHeight_ - 1)); in UpdateDrawTransMap() 431 if ((imageHeight_ == 0) || (imageWidth_ == 0)) { in OnDraw() 442 cordsTmp.SetBottom(viewRect.GetY() + imageHeight_ - 1); in OnDraw() 484 cordsTmp.SetTop(cordsTmp.GetTop() + imageHeight_); in SetCordsTmpRect() 485 cordsTmp.SetBottom(cordsTmp.GetBottom() + imageHeight_); in SetCordsTmpRect() 550 imageHeight_ = header.height; in ReMeasure() [all …]
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/imagefilter/ |
H A D | filter_blur.h | 32 imageHeight_ = 0; in Filterblur() 50 if (integral_ == nullptr || ((imageWidth_ * imageHeight_) != (width * height))) { in BoxBlur() 99 if (integral_ != nullptr && ((imageWidth_ * imageHeight_) != (width * height))) { in GetRGBAIntegralImage() 132 int32_t imageHeight_; variable
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | pointer_drawing_manager.cpp | 256 imageWidth_, imageHeight_); in UpdateSurfaceNodeBounds() 361 MAGIC_CURSOR->SetPointerSize(imageWidth_, imageHeight_); in SwitchPointerStyle() 764 physicalY -= imageHeight_; in AdjustMouseFocusByDirection0() 769 physicalY -= imageHeight_ / CALCULATE_MIDDLE; in AdjustMouseFocusByDirection0() 795 physicalY += imageHeight_; in AdjustMouseFocusByDirection90() 800 physicalY += imageHeight_ / CALCULATE_MIDDLE; in AdjustMouseFocusByDirection90() 826 physicalY += imageHeight_; in AdjustMouseFocusByDirection180() 831 physicalY += imageHeight_ / CALCULATE_MIDDLE; in AdjustMouseFocusByDirection180() 857 physicalY -= imageHeight_; in AdjustMouseFocusByDirection270() 862 physicalY -= imageHeight_ / CALCULATE_MIDDLE; in AdjustMouseFocusByDirection270() [all …]
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_circle_drawing_manager.cpp | 94 imageHeight_ = DEFAULT_HEIGHT; in AccessibilityCircleDrawingManager() 150 surfaceNode_->SetBounds(physicalX - half_, physicalY - half_, imageWidth_, imageHeight_); in CreatePointerWindow() 163 canvasNode_->SetBounds(0, 0, imageWidth_, imageHeight_); in CreatePointerWindow() 164 canvasNode_->SetFrame(0, 0, imageWidth_, imageHeight_); in CreatePointerWindow() 176 … = static_cast<Rosen::RSRecordingCanvas *>(canvasNode_->BeginRecording(imageWidth_, imageHeight_)); in DrawingProgressByOpenSource() 234 auto canvas = canvasNode_->BeginRecording(imageWidth_, imageHeight_); in DrawingProgressByRosenDrawing()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_circle_drawing_manager.h | 59 int32_t imageHeight_; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | border_image_painter_test_ng.cpp | 113 borderImagePainter.imageHeight_ = 1080.0; 373 EXPECT_EQ(borderImagePainter.imageHeight_, 100); 425 EXPECT_EQ(borderImagePainter.imageHeight_, 100);
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_image_view.h | 298 int16_t imageHeight_; variable
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | pointer_drawing_manager_test.cpp | 221 pointerDrawingManager->imageHeight_ = 50; 265 pointerDrawingManager->imageHeight_ = 50; 309 pointerDrawingManager->imageHeight_ = 50; 353 pointerDrawingManager->imageHeight_ = 50; 397 pointerDrawingManager->imageHeight_ = 50; 524 pointerDrawingManager->imageHeight_ = 48;
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | pointer_drawing_manager.h | 182 int32_t imageHeight_ { 0 };
|