Home
last modified time | relevance | path

Searched refs:imageSize_ (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.h45 : 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 Dimage_object_animated.cpp82 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 Drender_image.h128 … 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 Drender_image.cpp642 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 Dimage_object.cpp23 return imageSize_; in GetImageSize()
28 imageSize_ = imageSize; in SetImageSize()
H A Dsvg_image_object.cpp61 imageSize_ = svgDomBase_->GetContainerSize(); in MakeSvgDom()
62 if (imageSize_.IsNonPositive()) { in MakeSvgDom()
H A Dimage_object.h39 : src_(sourceInfo), imageSize_(imageSize), data_(data) in ImageObject()
82 SizeF imageSize_ { -1.0, -1.0 };
H A Dstatic_image_object.cpp52 auto object = MakeRefPtr<StaticImageObject>(src_, imageSize_, data_); in Clone()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h101 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 Drender_list_item_group.cpp110 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 Drender_list_item_group.h139 Dimension imageSize_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_render_image.h106 return imageSize_; in GetImageSize()
171 NG::SizeF imageSize_; variable
H A Djs_render_image.cpp308 imageSize_ = loadingCtx_->GetImageSize(); in OnImageLoadSuccess()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp88 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 Ddecoration.h845 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 Dapng_image_object.h87 … return MakeRefPtr<ApngImageObject>(imageSource_, imageSize_, frameCount_, skData_, apngDecoder_); in Clone()
/ohos5.0/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_display.cpp110 snapConfig.imageSize_ = { cmdArgments.width, cmdArgments.height }; in GetScreenshotByCmdArgments()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h38 Media::Size imageSize_; member
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp769 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 Dnative_screenshot_module.cpp216 snapConfig.imageSize_ = param->option.size; in AsyncGetScreenshot()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp985 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 Drs_node.cpp1152 auto imageSize = particleParams[i].emitterConfig_.imageSize_; in SetParticleDrawRegion()