Searched refs:imageObj_ (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | rosen_render_image.cpp | 155 imageObj_ = imageObj; in ImageObjReady() 202 imageObj_ = nullptr; in ImageObjFailed() 464 if (imageObj_) { 548 if (imageObj_ && imageObj_->IsSvg() && !useSkiaSvg_ && !directPaint_) { 1220 if (imageObj_) { 1229 if (imageObj_ && imageObj_->GetFrameCount() > 1) { 1252 if (imageObj_) { 1372 if (!imageObj_) { 1610 if (imageObj_) { 1618 if (imageObj_) { [all …]
|
H A D | rosen_render_image.h | 165 RefPtr<ImageObject> imageObj_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_loading_context.cpp | 119 imageObj_ = nullptr; in OnUnloaded() 129 imageObj_->ClearData(); in OnLoadSuccess() 270 ImageProvider::CacheImageObject(imageObj_); in CacheDownloadedImage() 271 if (imageObj_->GetData()) { in CacheDownloadedImage() 314 CHECK_NULL_VOID(imageObj_); in OnMakeCanvasImage() 371 imageObj_ = imageObj->Clone(); in DataReadyCallback() 430 return std::move(imageObj_); in MoveImageObject() 440 CHECK_NULL_RETURN(imageObj_, -1); in RoundUp() 504 auto imageSize = imageObj_->GetImageSize(); in GetImageSize() 514 return imageObj_ ? imageObj_->GetImageSize() : SizeF(-1, -1); in GetOriginImageSize() [all …]
|
H A D | image_loading_context.h | 64 return imageObj_; in GetImageObject() 200 RefPtr<ImageObject> imageObj_; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_provider/ |
H A D | image_provider_test_ng.cpp | 241 EXPECT_EQ(ctx->imageObj_, nullptr); 335 ctx->imageObj_ = 451 ctx->imageObj_ = 550 …ctx->imageObj_ = AceType::MakeRefPtr<NG::StaticImageObject>(ImageSourceInfo(SRC_JPG), SizeF(-1, -1… 553 …ctx->imageObj_ = AceType::MakeRefPtr<NG::StaticImageObject>(ImageSourceInfo(SRC_JPG), SizeF(0, 0),… 559 …ctx->imageObj_ = AceType::MakeRefPtr<NG::StaticImageObject>(ImageSourceInfo(SRC_JPG), SizeF(0, 0),… 562 ctx->imageObj_ = 566 …ctx->imageObj_ = AceType::MakeRefPtr<NG::StaticImageObject>(ImageSourceInfo(SRC_JPG), SizeF(0, 0),… 798 EXPECT_EQ(ctx->imageObj_, nullptr); 1151 EXPECT_EQ(ctx->imageObj_, nullptr); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_render_image.cpp | 303 imageObj_ = loadingCtx_->MoveImageObject(); in OnImageLoadSuccess() 304 CHECK_NULL_VOID(imageObj_); in OnImageLoadSuccess() 306 svgDom_ = imageObj_->GetSVGDom(); in OnImageLoadSuccess()
|
H A D | js_render_image.h | 164 RefPtr<NG::ImageObject> imageObj_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_paint_method.h | 129 RefPtr<Ace::ImageObject> imageObj_ = nullptr; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.h | 230 RefPtr<ImageObject> imageObj_; variable
|
H A D | rosen_render_box.cpp | 131 imageObj_ = nullptr; in UpdateBorderImageProvider() 157 imageObj_ = imageObj; in ImageObjReady() 158 if (imageObj_) { in ImageObjReady() 159 imageObj_->UploadToGpuForRender( in ImageObjReady() 167 imageObj_ = nullptr; in ImageObjFailed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.h | 217 RefPtr<ImageObject> imageObj_ = nullptr; variable
|
H A D | rosen_render_custom_paint.cpp | 2370 imageObj_ = imageObj; 2371 if (imageObj_->IsSvg()) { 2372 skiaDom_ = AceType::DynamicCast<SvgSkiaImageObject>(imageObj_)->GetSkiaDom(); 2387 imageObj_ = nullptr;
|