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 D | image_paint_method.h | 29 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 D | image_paint_method.cpp | 49 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 D | image_pattern.cpp | 609 …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 D | image_testone_ng.cpp | 68 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 D | image_testfour_ng.cpp | 409 ImagePaintMethod imagePaintMethod(imagePattern->image_, true); 427 ImagePaintMethod imagePaintMethod(imagePattern->image_, true); 454 ImagePaintMethod imagePaintMethod(imagePattern->image_, true, imageOverlayModifier);
|
H A D | image_test_ng.cpp | 558 ImagePaintMethod imagePaintMethod(pattern->image_, true); 613 ImagePaintMethod imagePaintMethod(imagePattern->image_, true, nullptr, true); 940 ImagePaintMethod imagePaintMethod(imagePattern->image_, true);
|
H A D | image_testtwo_ng.cpp | 612 ImagePaintMethod imagePaintMethod(imagePattern->image_, true, nullptr, true);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/node_container/ |
H A D | node_container_test_ng.cpp | 730 auto imageMethod = AceType::DynamicCast<ImagePaintMethod>(paintMethod); 830 auto imageMethod = AceType::DynamicCast<ImagePaintMethod>(paintMethod);
|