Home
last modified time | relevance | path

Searched refs:RSPropertyDrawableUtils (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp51 …std::shared_ptr<RSPropertyDrawableUtils> rsPropertyDrawableUtils = std::make_shared<RSPropertyDraw…
74 …std::shared_ptr<RSPropertyDrawableUtils> rsPropertyDrawableUtils = std::make_shared<RSPropertyDraw…
97 …std::shared_ptr<RSPropertyDrawableUtils> rsPropertyDrawableUtils = std::make_shared<RSPropertyDraw…
111 …std::shared_ptr<RSPropertyDrawableUtils> rsPropertyDrawableUtils = std::make_shared<RSPropertyDraw…
131 …std::shared_ptr<RSPropertyDrawableUtils> rsPropertyDrawableUtils = std::make_shared<RSPropertyDraw…
195 …std::shared_ptr<RSPropertyDrawableUtils> rsPropertyDrawableUtils = std::make_shared<RSPropertyDraw…
217 …std::shared_ptr<RSPropertyDrawableUtils> rsPropertyDrawableUtils = std::make_shared<RSPropertyDraw…
254 …std::shared_ptr<RSPropertyDrawableUtils> rsPropertyDrawableUtils = std::make_shared<RSPropertyDraw…
630 …std::shared_ptr<RSPropertyDrawableUtils> rsPropertyDrawableUtils = std::make_shared<RSPropertyDraw…
669 …std::shared_ptr<RSPropertyDrawableUtils> rsPropertyDrawableUtils = std::make_shared<RSPropertyDraw…
[all …]
H A Drs_property_drawable_test.cpp448 …drawable->filter_ = RSPropertyDrawableUtils::GenerateBehindWindowFilter(80.0f, 1.9f, 1.0f, RSColor…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp43 Drawing::RoundRect RSPropertyDrawableUtils::RRect2DrawingRRect(const RRect& rr) in RRect2DrawingRRect()
58 Drawing::Rect RSPropertyDrawableUtils::Rect2DrawingRect(const RectF& r) in Rect2DrawingRect()
63 RRect RSPropertyDrawableUtils::GetRRectForDrawingBorder( in GetRRectForDrawingBorder()
74 RRect RSPropertyDrawableUtils::GetInnerRRectForDrawingBorder( in GetInnerRRectForDrawingBorder()
208 void RSPropertyDrawableUtils::GetDarkColor(RSColor& color) in GetDarkColor()
258 void RSPropertyDrawableUtils::CeilMatrixTrans(Drawing::Canvas* canvas) in CeilMatrixTrans()
268 void RSPropertyDrawableUtils::DrawFilter(Drawing::Canvas* canvas, in DrawFilter()
424 int RSPropertyDrawableUtils::GetAndResetBlurCnt() in GetAndResetBlurCnt()
431 void RSPropertyDrawableUtils::DrawBackgroundEffect( in DrawBackgroundEffect()
496 void RSPropertyDrawableUtils::DrawColorFilter( in DrawColorFilter()
[all …]
H A Drs_property_drawable_foreground.cpp67 RSPropertyDrawableUtils::DrawBinarization(canvas, ptr->aiInvert_); in CreateDrawFunc()
103 RSPropertyDrawableUtils::DrawColorFilter(canvas, ptr->filter_); in CreateDrawFunc()
138 RSPropertyDrawableUtils::DrawLightUpEffect(canvas, ptr->lightUpEffectDegree_); in CreateDrawFunc()
173 RSPropertyDrawableUtils::DrawDynamicDim(canvas, ptr->dynamicDimDegree_); in CreateDrawFunc()
399 auto roundRect = RSPropertyDrawableUtils::RRect2DrawingRRect( in DrawBorder()
401 auto innerRoundRect = RSPropertyDrawableUtils::RRect2DrawingRRect( in DrawBorder()
422 borderPath.AddRoundRect(RSPropertyDrawableUtils::RRect2DrawingRRect(rrect)); in DrawBorder()
430 borderGeo.rrect = RSPropertyDrawableUtils::RRect2DrawingRRect( in DrawBorder()
432 borderGeo.innerRRect = RSPropertyDrawableUtils::RRect2DrawingRRect( in DrawBorder()
517 borderRRect_ = RSPropertyDrawableUtils::RRect2DrawingRRect(borderRRect); in OnSync()
[all …]
H A Drs_property_drawable_background.cpp75 stagingPath_ = RSPropertyDrawableUtils::CreateShadowPath(properties.GetShadowPath(), in OnUpdate()
116 shadowColor = RSPropertyDrawableUtils::GetColorForShadowSyn(canvas, path, in CreateDrawFunc()
120 RSPropertyDrawableUtils::DrawShadow(canvas, path, ptr->offsetX_, ptr->offsetY_, in CreateDrawFunc()
125RSPropertyDrawableUtils::DrawShadowMaskFilter(canvas, path, ptr->offsetX_, ptr->offsetY_, in CreateDrawFunc()
155 … Drawing::Rect maskBounds = RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()); in OnUpdate()
235 auto blender = RSPropertyDrawableUtils::MakeDynamicBrightnessBlender( in OnUpdate()
467 stagingBoundsRect_ = RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()); in OnUpdate()
604 RSPropertyDrawableUtils::RSFilterRemovePixelStretch(stagingFilter_); in RemovePixelStretch()
645 RSPropertyDrawableUtils::DrawBackgroundEffect( in CreateDrawFunc()
718 RSPropertyDrawableUtils::DrawUseEffect(paintFilterCanvas, ptr->useEffectType_); in CreateDrawFunc()
[all …]
H A Drs_property_drawable.cpp134RSPropertyDrawableUtils::RRect2DrawingRRect(properties.GetClipRRect()), Drawing::ClipOp::INTERSECT… in OnUpdate()
137RSPropertyDrawableUtils::RRect2DrawingRRect(properties.GetRRect()), Drawing::ClipOp::INTERSECT, tr… in OnUpdate()
140 Drawing::Rect rect = RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()); in OnUpdate()
146RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()), Drawing::ClipOp::INTERSECT,… in OnUpdate()
168RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetFrameRect()), Drawing::ClipOp::INTERSECT, … in OnUpdate()
229RSPropertyDrawableUtils::DrawBackgroundEffect(paintFilterCanvas, ptr->filter_, ptr->cacheManager_, in CreateDrawFunc()
236 RSPropertyDrawableUtils::DrawFilterWithDRM(canvas, ptr->renderIsDarkColorMode_); in CreateDrawFunc()
250 RSPropertyDrawableUtils::DrawFilter(canvas, ptr->filter_, in CreateDrawFunc()
H A Drs_misc_drawable.cpp224RSPropertyDrawableUtils::GetGravityMatrix(ptr->gravity_, *rect, drawCmdList->GetWidth(), in CreateDrawFunc()
300 stagingBlender_ = RSPropertyDrawableUtils::MakeDynamicBrightnessBlender( in OnUpdate()
310 …stagingIsDangerous_ = RSPropertyDrawableUtils::IsDangerousBlendMode(blendMode - 1, stagingBlendApp… in OnUpdate()
342RSPropertyDrawableUtils::BeginBlender(*paintFilterCanvas, ptr->blender_, ptr->blendApplyType_, in CreateDrawFunc()
384 RSPropertyDrawableUtils::EndBlender(*paintFilterCanvas, ptr->blendApplyType_); in CreateDrawFunc()
479 …Color color = RSPropertyDrawableUtils::GetInvertBackgroundColor(*paintFilterCanvas, needClipToBoun… in CreateDrawFunc()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_utils.h23 class RSPropertyDrawableUtils {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h754 friend class RSPropertyDrawableUtils; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.cpp546 int blurCnt = RSPropertyDrawableUtils::GetAndResetBlurCnt(); in PerfForBlurIfNeeded()