Home
last modified time | relevance | path

Searched refs:ImagePaintMethod (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_paint_method.h29 class ACE_EXPORT ImagePaintMethod : public NodePaintMethod {
30 DECLARE_ACE_TYPE(ImagePaintMethod, NodePaintMethod) in DECLARE_ACE_TYPE() argument
32 ImagePaintMethod(const RefPtr<CanvasImage>& canvasImage, bool selected = false, in DECLARE_ACE_TYPE()
38 ~ImagePaintMethod() override = default;
53 ACE_DISALLOW_COPY_AND_MOVE(ImagePaintMethod);
H A Dimage_paint_method.cpp49 void ImagePaintMethod::UpdateBorderRadius(PaintWrapper* paintWrapper) in UpdateBorderRadius()
92 void ImagePaintMethod::UpdatePaintConfig(const RefPtr<ImageRenderProperty>& renderProps, PaintWrapp… in UpdatePaintConfig()
125 CanvasDrawFunction ImagePaintMethod::GetContentDrawFunction(PaintWrapper* paintWrapper) in GetContentDrawFunction()
156 RefPtr<Modifier> ImagePaintMethod::GetOverlayModifier(PaintWrapper* paintWrapper) in GetOverlayModifier()
161 void ImagePaintMethod::UpdateOverlayModifier(PaintWrapper* paintWrapper) in UpdateOverlayModifier()
H A Dimage_pattern.cpp609 …return MakeRefPtr<ImagePaintMethod>(image_, isSelected_, overlayMod_, sensitive, interpolationDefa… in CreateNodePaintMethod()
612 …return MakeRefPtr<ImagePaintMethod>(altImage_, isSelected_, overlayMod_, sensitive, interpolationD… in CreateNodePaintMethod()
616 return MakeRefPtr<ImagePaintMethod>( in CreateNodePaintMethod()
619 …return MakeRefPtr<ImagePaintMethod>(nullptr, isSelected_, overlayMod_, sensitive, interpolationDef… in CreateNodePaintMethod()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp68 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
127 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
186 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
240 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
282 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
325 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
371 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
433 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
513 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
579 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
[all …]
H A Dimage_testfour_ng.cpp409 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
427 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
454 ImagePaintMethod imagePaintMethod(imagePattern->image_, true, imageOverlayModifier);
H A Dimage_test_ng.cpp558 ImagePaintMethod imagePaintMethod(pattern->image_, true);
613 ImagePaintMethod imagePaintMethod(imagePattern->image_, true, nullptr, true);
940 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
H A Dimage_testtwo_ng.cpp612 ImagePaintMethod imagePaintMethod(imagePattern->image_, true, nullptr, true);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/node_container/
H A Dnode_container_test_ng.cpp730 auto imageMethod = AceType::DynamicCast<ImagePaintMethod>(paintMethod);
830 auto imageMethod = AceType::DynamicCast<ImagePaintMethod>(paintMethod);