/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_object.h | 45 : imageSource_(source), imageSize_(imageSize), frameCount_(frameCount), isSvg_(isSvg) 53 return imageSize_; in GetImageSize() 58 imageSize_ = size; in SetImageSize() 113 return MakeRefPtr<ImageObject>(imageSource_, imageSize_, frameCount_, isSvg_); in Clone() 118 Size imageSize_; variable 214 return MakeRefPtr<StaticImageObject>(imageSource_, imageSize_, frameCount_, skData_); in Clone() 216 return MakeRefPtr<StaticImageObject>(imageSource_, imageSize_, frameCount_, data_); in Clone() 243 imageSize_ = Size(pixmap_->GetWidth(), pixmap_->GetHeight()); in PixelMapImageObject()
|
H A D | image_object_animated.cpp | 82 return MakeRefPtr<AnimatedImageObject>(imageSource_, imageSize_, frameCount_, skData_); in Clone() 84 return MakeRefPtr<AnimatedImageObject>(imageSource_, imageSize_, frameCount_, drawingData_); in Clone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | render_image.h | 128 … if (type != imageSize_.GetSizeTypeX() || !NearEqual(value, imageSize_.GetSizeValueX())) { 129 imageSize_.SetSizeTypeX(type); 130 imageSize_.SetSizeValueX(value); 135 … if (type != imageSize_.GetSizeTypeY() || !NearEqual(value, imageSize_.GetSizeValueY())) { 136 imageSize_.SetSizeTypeY(type); 137 imageSize_.SetSizeValueY(value); 384 BackgroundImageSize imageSize_; variable
|
H A D | render_image.cpp | 642 GenerateImageRects(rawImageSize_, imageSize_, imageRepeat_, imagePosition_); in PerformLayoutBgImage() 885 imageSize_ = BackgroundImageSize(); in ClearRenderObject()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_object.cpp | 23 return imageSize_; in GetImageSize() 28 imageSize_ = imageSize; in SetImageSize()
|
H A D | svg_image_object.cpp | 61 imageSize_ = svgDomBase_->GetContainerSize(); in MakeSvgDom() 62 if (imageSize_.IsNonPositive()) { in MakeSvgDom()
|
H A D | image_object.h | 39 : src_(sourceInfo), imageSize_(imageSize), data_(data) in ImageObject() 82 SizeF imageSize_ { -1.0, -1.0 };
|
H A D | static_image_object.cpp | 52 auto object = MakeRefPtr<StaticImageObject>(src_, imageSize_, data_); in Clone()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle.h | 101 Vector2f imageSize_; variable 105 type_(ParticleType::POINTS), radius_(), image_(), imageSize_() in EmitterConfig() 112 imageSize_(imageSize) in EmitterConfig() 378 …(lifeTime_ == rhs.lifeTime_) && (imageSize_ == rhs.imageSize_) && (imageIndex_ == rhs.imageIndex_); 401 Vector2f imageSize_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list_item_group.cpp | 110 double width = NormalizeToPx(imageSize_); in AddArrowImage() 121 … mainSize - NormalizeToPx(BOX_SIZE_WIDTH + MARGIN_RIGHT_WIDTH + imageSize_) * FACTOR_HALF, 0.0); in AddArrowImage() 125 …rimarySize.Width() - NormalizeToPx(BOX_SIZE_WIDTH + MARGIN_RIGHT_WIDTH + imageSize_) * FACTOR_HALF, in AddArrowImage() 482 imageSize_ = theme->GetGroupImageSize(); in Update() 532 imageComponent->SetWidth(imageSize_); in InitialImage() 533 imageComponent->SetHeight(imageSize_); in InitialImage()
|
H A D | render_list_item_group.h | 139 Dimension imageSize_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_render_image.h | 106 return imageSize_; in GetImageSize() 171 NG::SizeF imageSize_; variable
|
H A D | js_render_image.cpp | 308 imageSize_ = loadingCtx_->GetImageSize(); in OnImageLoadSuccess()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle.cpp | 88 return emitterConfig_.imageSize_; in GetImageSize() 427 imageSize_ = imageSize; in SetImageSize() 593 return imageSize_; in GetImageSize() 655 imageSize_ = particleParams_->GetImageSize(); in InitProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | decoration.h | 845 return imageSize_; in GetImageSize() 865 imageSize_ = imageSize; in SetImageSize() 870 imageSize_ = BackgroundImageSize(type, value); 875 imageSize_ = BackgroundImageSize(typeX, valueX, typeY, valueY); in SetImageSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/ |
H A D | apng_image_object.h | 87 … return MakeRefPtr<ApngImageObject>(imageSource_, imageSize_, frameCount_, skData_, apngDecoder_); in Clone()
|
/ohos5.0/foundation/window/window_manager/snapshot/src/ |
H A D | snapshot_display.cpp | 110 snapConfig.imageSize_ = { cmdArgments.width, cmdArgments.height }; in GetScreenshotByCmdArgments()
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | display_manager.h | 38 Media::Size imageSize_; member
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display_manager.cpp | 769 if (!pImpl_->CheckSizeValid(snapShotConfig.imageSize_, oriHeight, oriWidth)) { in GetScreenshotwithConfig() 770 WLOGFE("size invalid! w %{public}d, h %{public}d", snapShotConfig.imageSize_.width, in GetScreenshotwithConfig() 771 snapShotConfig.imageSize_.height); in GetScreenshotwithConfig() 776 opt.size.width = snapShotConfig.imageSize_.width; in GetScreenshotwithConfig() 777 opt.size.height = snapShotConfig.imageSize_.height; in GetScreenshotwithConfig()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screenshot/ |
H A D | native_screenshot_module.cpp | 216 snapConfig.imageSize_ = param->option.size; in AsyncGetScreenshot()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 985 success = success && Marshalling(parcel, val.imageSize_.x_); in Marshalling() 986 success = success && Marshalling(parcel, val.imageSize_.y_); in Marshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 1152 auto imageSize = particleParams[i].emitterConfig_.imageSize_; in SetParticleDrawRegion()
|