Home
last modified time | relevance | path

Searched defs:hasValidSlice (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_loading_context.cpp91 ImageFit incomingImageFit, const std::optional<SizeF>& sourceSize, bool hasValidSlice) in MakeCanvasImageIfNeed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.cpp450 const std::optional<SizeF>& sourceSize, bool hasValidSlice) in MakeCanvasImageIfNeed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp547 …bool hasValidSlice = renderProp && (renderProp->HasImageResizableSlice() || renderProp->HasImageRe… in StartDecoding() local