/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | video_view.h | 89 void SetVideoSrc(char* src)
in SetVideoSrc() argument
|
/foundation/arkui/ui_lite/frameworks/engines/gfx/ |
H A D | soft_engine.cpp | 101 Blit(BufferInfo& dst, const Point& dstPos, const BufferInfo& src, const Rect& subRect, const BlendOption& blendOption) Blit() argument
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_info_utils.cpp | 45 void BundleInfoUtils::CopyBundleInfo(int32_t flags, BundleInfo *des, BundleInfo src) in CopyBundleInfo() argument 87 CopyBundleInfoNoReplication(int32_t flags, BundleInfo *des, BundleInfo src) CopyBundleInfoNoReplication() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_hwc_prevalidate_util.cpp | 107 auto src = node->GetSrcRect(); in CreateSurfaceNodeLayerInfo() local 192 auto src = node->GetSrcRect(); in CreateUIFirstLayerInfo() local 218 auto src = node->GetSrcRect(); CreateRCDLayerInfo() local 350 CopyCldInfo(CldInfo src, RequestLayerInfo& info) CopyCldInfo() argument [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_path_test.cpp | 703 OH_Drawing_Point2D src[] = {{0, 0}, {100, 0}, {100, 100}, {0, 100}, {0, 100}}; in HWTEST_F() local
|
H A D | drawing_pen_test.cpp | 299 OH_Drawing_Path *src = OH_Drawing_PathCreate(); in HWTEST_F() local
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_asset_manager.cpp | 121 CreateEcsAssetLoader( IEntityCollection& ec, string_view src, string_view contextUri) CreateEcsAssetLoader() argument
|
H A D | entity_collection.cpp | 191 void EntityCollection::SetSrc(string_view src) in SetSrc() argument
|
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_neon_pipeline.h | 85 void Invoke(uint8_t* dst, uint8_t* src, uint8_t opa) in Invoke() argument
|
H A D | graphic_neon_utils.h | 91 static void NeonMemcpy(void* dst, int32_t dstSize, const void* src, int32_t srcSize) in NeonMemcpy() argument
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | entity_collection.cpp | 82 void EntityCollection::SetSrc(string_view src) in SetSrc() argument
|
H A D | ecs_util.h | 63 inline CORE_NS::Entity CloneEntity(CORE_NS::IEcs& srcEcs, CORE_NS::Entity src, CORE_NS::IEcs& dstEcs) in CloneEntity() argument 70 inline CORE_NS::EntityReference CloneEntityReference(CORE_NS::IEcs& srcEcs, CORE_NS::Entity src, CORE_NS::IEcs& dstEcs) in CloneEntityReference() argument 157 CloneEntities( CORE_NS::IEcs& srcEcs, BASE_NS::array_view<const CORE_NS::Entity> src, CORE_NS::IEcs& dstEcs) CloneEntities() argument 168 CloneEntityReferences( CORE_NS::IEcs& srcEcs, BASE_NS::array_view<const CORE_NS::EntityReference> src, CORE_NS::IEcs& dstEcs) CloneEntityReferences() argument 179 CloneEntitiesUpdateRefs( CORE_NS::IEcs& srcEcs, BASE_NS::array_view<const CORE_NS::EntityReference> src, CORE_NS::IEcs& dstEcs) CloneEntitiesUpdateRefs() argument [all...] |
H A D | asset_manager.cpp | 70 IAssetLoader::Ptr AssetManager::CreateAssetLoader(IEntityCollection& ec, string_view src, string_view contextUri) in CreateAssetLoader() argument
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_utils.cpp | 334 void CloneBuffer(uint8_t* dest, const uint8_t* src, size_t totalSize) in CloneBuffer() argument 433 uint8_t* src = static_cast<uint8_t*>(buffer->GetVirAddr()); in DumpToFileAsync() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image_base.cpp | 122 auto src = RSPropertiesPainter::Rect2DrawingRect(srcRect_);
in DrawImage() local
|
H A D | rs_pixel_map_util.cpp | 146 TransformDataSetForAstc(std::shared_ptr<Media::PixelMap> pixelMap, Drawing::Rect& src, Drawing::Rect& dst, Drawing::Canvas& canvas) TransformDataSetForAstc() argument [all...] |
H A D | rs_blur_filter.cpp | 146 DrawImageRect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, const Drawing::Rect& src, const Drawing::Rect& dst) const DrawImageRect() argument
|
H A D | rs_foreground_effect_filter.cpp | 163 auto src = param.src; in ApplyForegroundEffect() local 231 DrawImageRect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, const Drawing::Rect& src, const Drawing::Rect& dst) const DrawImageRect() argument
|
H A D | rs_fly_out_shader_filter.cpp | 114 DrawImageRect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, const Drawing::Rect& src, const Drawing::Rect& dst) const DrawImageRect() argument
|
/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | layer_context.cpp | 33 LayerContext::LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType) in LayerContext() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_attraction_effect_filter_test.cpp | 53 Drawing::Rect src; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.h | 35 Rect src; member
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | shader_effect.cpp | 125 std::shared_ptr<ShaderEffect> ShaderEffect::CreateBlendShader(ShaderEffect& dst, ShaderEffect& src, BlendMode mode) in CreateBlendShader() argument
|
/foundation/graphic/graphic_2d/utils/color_manager/export/ |
H A D | color_space.h | 139 inline bool FloatEqual(const float src, const float dst)
in FloatEqual() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_filter_cache_manager.cpp | 265 auto src in GenerateFilteredSnapshot() local 127 DrawFilterWithoutSnapshot(RSPaintFilterCanvas& canvas, const std::shared_ptr<RSDrawingFilter>& filter, const Drawing::RectI& src, const Drawing::RectI& dst, bool shouldClearFilteredCache) DrawFilterWithoutSnapshot() argument 307 Drawing::Rect src = {dstRect.GetLeft(), dstRect.GetTop(), dstRect.GetRight(), dstRect.GetBottom()}; DrawCachedFilteredSnapshot() local 412 Drawing::RectI src; ValidateParams() local [all...] |