/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_render_node_drawable_test.cpp | 45 auto drawable = std::static_pointer_cast<RSRenderNodeDrawable>( in CreateDrawable() local 60 auto drawable = RSRenderNodeDrawable::OnGenerate(renderNode); variable 72 auto drawable = RSRenderNodeDrawableTest::CreateDrawable(); variable 92 auto drawable = RSRenderNodeDrawableTest::CreateDrawable(); variable 110 auto drawable = RSRenderNodeDrawableTest::CreateDrawable(); variable 132 auto drawable = RSRenderNodeDrawableTest::CreateDrawable(); variable 152 auto drawable = RSRenderNodeDrawableTest::CreateDrawable(); variable 172 auto drawable = RSRenderNodeDrawableTest::CreateDrawable(); variable 192 auto drawable = RSRenderNodeDrawableTest::CreateDrawable(); variable 210 auto drawable = RSRenderNodeDrawableTest::CreateDrawable(); variable [all …]
|
H A D | rs_canvas_drawing_render_node_drawable_test.cpp | 48 auto drawable = std::static_pointer_cast<RSCanvasDrawingRenderNodeDrawable>( in CreateDrawable() local 64 auto drawable = RSCanvasDrawingRenderNodeDrawable::OnGenerate(canvasDrawingNode); variable 76 auto drawable = RSCanvasDrawingRenderNodeDrawableTest::CreateDrawable(); variable 110 auto drawable = std::make_shared<RSCanvasDrawingRenderNodeDrawable>(std::move(node)); variable 130 auto drawable = RSCanvasDrawingRenderNodeDrawableTest::CreateDrawable(); variable 144 auto drawable = std::make_shared<RSCanvasDrawingRenderNodeDrawable>(std::move(node)); variable 168 auto drawable = std::make_shared<RSCanvasDrawingRenderNodeDrawable>(std::move(node)); variable 188 auto drawable = std::make_shared<RSCanvasDrawingRenderNodeDrawable>(std::move(node)); variable 226 auto drawable = std::make_shared<RSCanvasDrawingRenderNodeDrawable>(std::move(node)); variable 389 auto drawable = RSCanvasDrawingRenderNodeDrawableTest::CreateDrawable(); variable [all …]
|
H A D | rs_render_node_drawable_autocache_test.cpp | 49 auto drawable = std::make_shared<RSRenderNodeDrawable>(std::move(node)); variable 75 auto drawable = std::make_shared<RSRenderNodeDrawable>(std::move(node)); variable 94 auto drawable = std::make_shared<RSRenderNodeDrawable>(std::move(node)); variable 116 auto drawable = std::make_shared<RSRenderNodeDrawable>(std::move(node)); variable 138 auto drawable = std::make_shared<RSRenderNodeDrawable>(std::move(node)); variable 160 auto drawable = std::make_shared<RSRenderNodeDrawable>(std::move(node)); variable 179 auto drawable = std::make_shared<RSRenderNodeDrawable>(std::move(node)); variable 214 auto drawable = std::make_shared<RSRenderNodeDrawable>(std::move(node)); variable 248 auto drawable = std::make_shared<RSRenderNodeDrawable>(std::move(node)); variable 288 auto drawable = std::make_shared<RSRenderNodeDrawable>(std::move(node)); variable [all …]
|
H A D | rs_canvas_render_node_drawable_test.cpp | 49 auto drawable = RSCanvasRenderNodeDrawable::OnGenerate(canvasNode); variable 63 auto drawable = std::make_shared<RSCanvasRenderNodeDrawable>(std::move(node)); variable 98 auto drawable = std::make_shared<RSCanvasRenderNodeDrawable>(std::move(node)); variable 125 auto drawable = std::make_shared<RSCanvasRenderNodeDrawable>(std::move(node)); variable 151 auto drawable = std::make_shared<RSCanvasRenderNodeDrawable>(std::move(node)); variable
|
H A D | rs_root_render_node_drawable_test.cpp | 48 auto drawable = RSRootRenderNodeDrawable::OnGenerate(renderNode); variable
|
H A D | rs_effect_render_node_drawable_test.cpp | 50 auto drawable = RSEffectRenderNodeDrawable::OnGenerate(effectNode); variable
|
H A D | rs_surface_render_node_drawable_test.cpp | 83 auto drawable = RSSurfaceRenderNodeDrawable::OnGenerate(renderNode); variable 749 auto drawable = std::static_pointer_cast<RSSurfaceRenderNodeDrawable>( variable 767 auto drawable = std::static_pointer_cast<RSSurfaceRenderNodeDrawable>( variable 786 auto drawable = std::static_pointer_cast<RSSurfaceRenderNodeDrawable>( variable 804 auto drawable = std::static_pointer_cast<RSSurfaceRenderNodeDrawable>( variable 823 auto drawable = std::static_pointer_cast<RSSurfaceRenderNodeDrawable>( variable
|
H A D | rs_display_render_node_drawable_test.cpp | 107 auto drawable = RSDisplayRenderNodeDrawable::OnGenerate(displayNode); variable 466 std::shared_ptr<RSSurfaceRenderNodeDrawable> drawable = nullptr; variable 968 RSRenderNodeDrawableAdapter* drawable = nullptr; variable 1027 RSRenderNodeDrawableAdapter* drawable = nullptr; variable 1115 auto drawable = RSRenderNodeDrawableAdapter::OnGenerate(surfaceNode); variable 1259 auto drawable = RSRenderNodeDrawableAdapter::OnGenerate(surfaceNode); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_background_test.cpp | 58 std::shared_ptr<RSDrawable> drawable = DrawableV2::RSShadowDrawable::OnGenerate(node); variable 90 auto drawable = std::make_shared<DrawableV2::RSShadowDrawable>(); variable 122 std::shared_ptr<RSDrawable> drawable = DrawableV2::RSMaskDrawable::OnGenerate(node); variable 239 DrawableV2::RSBackgroundImageDrawable drawable; variable 257 auto drawable = std::make_shared<DrawableV2::RSBackgroundImageDrawable>(); variable 305 DrawableV2::RSBackgroundImageDrawable drawable; variable 336 DrawableV2::RSBackgroundImageDrawable drawable; variable 436 auto drawable = std::make_shared<DrawableV2::RSBackgroundEffectDrawable>(); variable 495 auto drawable = std::make_shared<DrawableV2::RSUseEffectDrawable>(); variable 515 auto drawable = DrawableV2::RSUseEffectDrawable::OnGenerate(node); variable [all …]
|
H A D | rs_misc_drawable_test.cpp | 96 auto drawable = variable 161 auto drawable = std::static_pointer_cast<DrawableV2::RSCustomModifierDrawable>( variable 198 auto drawable = std::static_pointer_cast<DrawableV2::RSBeginBlenderDrawable>( variable 222 auto drawable = std::static_pointer_cast<DrawableV2::RSEndBlenderDrawable>( variable 239 auto drawable = std::make_shared<DrawableV2::RSEndBlenderDrawable>(); variable 265 auto drawable = std::static_pointer_cast<DrawableV2::RSEnvFGColorDrawable>( variable 282 auto drawable = std::make_shared<DrawableV2::RSEnvFGColorDrawable>(); variable 307 auto drawable = std::static_pointer_cast<DrawableV2::RSEnvFGColorStrategyDrawable>( variable 324 auto drawable = std::make_shared<DrawableV2::RSEnvFGColorStrategyDrawable>(); variable 356 auto drawable = std::static_pointer_cast<DrawableV2::RSCustomClipToFrameDrawable>( variable [all …]
|
H A D | rs_drawable_test.cpp | 82 for (auto& drawable : drawableVec) { variable 169 std::shared_ptr<RSDrawable> drawable = DrawableV2::RSUseEffectDrawable::OnGenerate(node); variable 204 std::shared_ptr<RSDrawable> drawable = DrawableV2::RSUseEffectDrawable::OnGenerate(node); variable
|
H A D | rs_property_drawable_test.cpp | 345 auto drawable = std::make_shared<DrawableV2::RSFilterDrawable>(); variable 442 auto drawable = std::make_shared<DrawableV2::RSFilterDrawable>(); variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | drawable_descriptor_test.cpp | 441 auto drawable = Napi::DrawableDescriptor(); variable 465 auto drawable = Napi::LayeredDrawableDescriptor(); variable 547 auto drawable = Napi::LayeredDrawableDescriptor(); variable 585 auto drawable = Napi::LayeredDrawableDescriptor(); variable 601 auto drawable = Napi::LayeredDrawableDescriptor(); variable 617 auto drawable = Napi::LayeredDrawableDescriptor(); variable 629 auto drawable = Napi::LayeredDrawableDescriptor(); variable 647 auto drawable = Napi::LayeredDrawableDescriptor(); variable 660 auto drawable = Napi::LayeredDrawableDescriptor(); variable 677 auto drawable = Napi::LayeredDrawableDescriptor(); variable [all …]
|
H A D | js_drawable_descriptor_test.cpp | 58 DrawableDescriptor* drawable = nullptr; variable 72 DrawableDescriptor drawable; variable 88 DrawableDescriptor drawable; variable 104 DrawableDescriptor drawable; variable 120 DrawableDescriptor drawable; variable
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | native_drawable_descriptor.cpp | 30 auto drawable = std::make_shared<OHOS::Ace::Napi::DrawableDescriptor>(pixelMap); in OH_ArkUI_CreateFromNapiDrawable() local
|
H A D | frame_information.cpp | 33 ArkUI_DrawableDescriptor* drawable) in OH_ArkUI_ImageAnimatorFrameInfo_CreateFromDrawableDescriptor()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.cpp | 120 auto drawable = GetSurfaceDrawableByID(nodePtr->GetId()); in ResetUifirstNode() local 167 auto drawable = node->GetRenderDrawable(); in MergeOldDirtyToDrawable() local 270 auto drawable = GetSurfaceDrawableByID(id); in ProcessDoneNodeInner() local 318 auto drawable = GetSurfaceDrawableByID(id); in ProcessDoneNode() local 373 auto drawable = surfaceNode->GetRenderDrawable(); in CheckVisibleDirtyRegionIsEmpty() local 401 auto drawable = GetSurfaceDrawableByID(id); in DoPurgePendingPostNodes() local 600 auto drawable = node->GetRenderDrawable(); in CollectSkipSyncNodeWithDrawableState() local 752 auto drawable = GetSurfaceDrawableByID(id); in SetNodePriorty() local 946 auto drawable = GetSurfaceDrawableByID(id); in GetNodeStatus() local 955 auto drawable = GetSurfaceDrawableByID(id); in UpdateCompletedSurface() local [all …]
|
H A D | rs_uni_render_processor.cpp | 170 void RSUniRenderProcessor::CreateUIFirstLayer(DrawableV2::RSSurfaceRenderNodeDrawable& drawable, in CreateUIFirstLayer() 387 auto drawable = node.GetRenderDrawable(); in ProcessDisplaySurface() local 417 for (const auto& drawable : displayParams->GetAllMainAndLeashSurfaceDrawables()) { in ProcessDisplaySurfaceForRenderThread() local
|
H A D | rs_processor.h | 51 virtual void CreateUIFirstLayer(DrawableV2::RSSurfaceRenderNodeDrawable& drawable, in CreateUIFirstLayer()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | js_drawable_descriptor.cpp | 145 auto* drawable = new DrawableDescriptor; in Constructor() local 161 auto* drawable = new DrawableDescriptor; in PixelMapConstructor() local 324 napi_env env, DrawableDescriptor* drawable, DrawableDescriptor::DrawableType type) in ToNapi() 380 auto* drawable = reinterpret_cast<DrawableDescriptor*>(native); in GetPixelMap() local 397 auto* drawable = reinterpret_cast<LayeredDrawableDescriptor*>(native); in GetForeground() local 417 auto* drawable = reinterpret_cast<LayeredDrawableDescriptor*>(native); in GetBackground() local 437 auto* drawable = reinterpret_cast<LayeredDrawableDescriptor*>(native); in GetMask() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_util_test.cpp | 93 auto drawable = std::make_shared<DrawableV2::RSSurfaceRenderNodeDrawable>(node); variable 117 auto drawable = std::make_shared<DrawableV2::RSSurfaceRenderNodeDrawable>(node); variable 138 auto drawable = std::make_shared<DrawableV2::RSSurfaceRenderNodeDrawable>(node); variable 160 auto drawable = std::make_shared<DrawableV2::RSSurfaceRenderNodeDrawable>(node); variable 181 auto drawable = std::make_shared<DrawableV2::RSSurfaceRenderNodeDrawable>(node); variable 200 auto drawable = std::make_shared<DrawableV2::RSSurfaceRenderNodeDrawable>(node); variable 221 auto drawable = std::make_shared<DrawableV2::RSSurfaceRenderNodeDrawable>(node); variable 743 auto drawable = RSSurfaceRenderNodeDrawable::OnGenerate(surfaceNode); variable 771 auto drawable = RSSurfaceRenderNodeDrawable::OnGenerate(surfaceNode); variable 801 auto drawable = RSSurfaceRenderNodeDrawable::OnGenerate(surfaceNode); variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_bounds_geometry_test.cpp | 956 RSBackgroundFilterDrawable drawable; variable 1012 RSForegroundFilterDrawable drawable; variable 1049 RSEffectDataGenerateDrawable drawable; variable 1068 RSEffectDataApplyDrawable drawable; variable 1162 RSBackgroundDrawable drawable; variable 1264 RSBackgroundImageDrawable drawable; variable 1289 auto drawable = std::make_shared<RSBlendSaveLayerDrawable>(2); variable 1305 auto drawable = std::make_shared<RSBlendFastDrawable>(2); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/parallel_render/ |
H A D | rs_sub_thread_manager_test.cpp | 356 std::shared_ptr<DrawableV2::RSSurfaceRenderNodeDrawable> drawable = nullptr; variable 370 std::shared_ptr<DrawableV2::RSSurfaceRenderNodeDrawable> drawable = nullptr; variable
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | pixel_map_ohos.cpp | 124 auto* drawable = reinterpret_cast<Napi::DrawableDescriptor*>(ptr); in GetFromDrawable() local 132 auto* drawable = reinterpret_cast<Napi::DrawableDescriptor*>(ptr); in GetPxielMapListFromAnimatedDrawable() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_drawable.cpp | 586 if (auto& drawable = drawableVec[static_cast<size_t>(slot)]) { in UpdateDirtySlots() local 595 if (auto drawable = generator(node)) { in UpdateDirtySlots() local
|