Home
last modified time | relevance | path

Searched defs:image (Results 726 - 750 of 1456) sorted by relevance

1...<<21222324252627282930>>...59

/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_test_ng.cpp1363 std::optional<std::string> image; in HWTEST_F() local
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h514 Image* image; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng_extra_add.cpp1115 auto image = AceType::DynamicCast<FrameNode>(video->GetPreviewImage()); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp42 const GpuImageGLES* image; member
161 bool HasStencil(const GpuImageGLES* image) in HasStencil() argument
167 bool HasDepth(const GpuImageGLES* image) in HasDepth() argument
265 BindToFbo( GLenum attachType, const BindImage& image, uint32_t& width, uint32_t& height, uint32_t views, bool isStarted) BindToFbo() argument
316 BindToFboMultisampled(GLenum attachType, const BindImage& image, const BindImage& resolveImage, uint32_t& width, uint32_t& height, uint32_t views, bool isStarted, bool multisampledRenderToTexture) BindToFboMultisampled() argument
398 BindType(const GpuImageGLES* image) BindType() argument
451 const auto* image = images[di].image; GenerateSubPassFBO() local
519 const auto* image = images[ci].image; GenerateResolveFBO() local
533 const auto* image = images[ci].image; GenerateResolveFBO() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp162 auto image = std::make_shared<Drawing::Image>(); in GetCompletedImage() local
H A Drs_canvas_drawing_render_node_drawable.cpp494 auto image = std::make_shared<Drawing::Image>(); in GetBitmap() local
507 WriteSkImageToPixelmap(std::shared_ptr<Drawing::Image> image, Drawing::ImageInfo info, std::shared_ptr<Media::PixelMap> pixelmap, const Drawing::Rect* rect) WriteSkImageToPixelmap() argument
532 std::shared_ptr<Drawing::Image> image; GetPixelmap() local
925 GetCurrentContextAndImage(std::shared_ptr<Drawing::GPUContext>& grContext, std::shared_ptr<Drawing::Image>& image, const uint64_t tid) GetCurrentContextAndImage() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.cpp615 HookedVkQueueSignalReleaseImageOHOS(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage image, int32_t* pNativeFenceFd) HookedVkQueueSignalReleaseImageOHOS() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp196 auto image = std::make_shared<Drawing::Image>(); in CreateEglImageFromBuffer() local
643 auto image = std::make_shared<Drawing::Image>(); in DrawImage() local
772 DrawImageRect(RSPaintFilterCanvas& canvas, std::shared_ptr<Drawing::Image> image, BufferDrawParam& params, Drawing::SamplingOptions& samplingOptions) DrawImageRect() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/
H A Drsrenderimage_fuzzer.cpp203 std::shared_ptr<Drawing::Image> image; in RSImageFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp1885 auto image = std::make_shared<RSImage>(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp1379 std::shared_ptr<Drawing::Image> image = std::make_shared<Drawing::Image>(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_kawase_blur_shader_filter.cpp226 bool GEKawaseBlurShaderFilter::IsInputValid(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, in IsInputValid() argument
160 ProcessImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image> image, const Drawing::Rect& src, const Drawing::Rect& dst) ProcessImage() argument
406 CheckInputImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, std::shared_ptr<Drawing::Image>& checkedImage, const Drawing::Rect& src) const CheckInputImage() argument
426 OutputOriginalImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, const Drawing::Rect& src, const Drawing::Rect& dst) const OutputOriginalImage() argument
453 ScaleAndAddRandomColor(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, const std::shared_ptr<Drawing::Image>& blurImage, const Drawing::Rect& src, const Drawing::Rect& dst, int& width, int& height) const ScaleAndAddRandomColor() argument
[all...]
H A Dge_mesa_blur_shader_filter.cpp259 GetShaderEffect( const std::shared_ptr<Drawing::Image>& image, const Drawing::SamplingOptions& linear, const Drawing::Matrix& matrix) const GetShaderEffect() argument
409 ProcessImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image> image, const Drawing::Rect& src, const Drawing::Rect& dst) ProcessImage() argument
461 IsInputValid(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, const Drawing::Rect& src, const Drawing::Rect& dst) IsInputValid() argument
652 CheckInputImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, std::shared_ptr<Drawing::Image>& checkedImage, const Drawing::Rect& src) const CheckInputImage() argument
672 OutputImageWithoutBlur(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, const Drawing::Rect& src, const Drawing::Rect& dst) const OutputImageWithoutBlur() argument
711 ScaleAndAddRandomColor(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, const std::shared_ptr<Drawing::Image>& blurImage, const Drawing::Rect& src, const Drawing::Rect& dst, int& width, int& height) const ScaleAndAddRandomColor() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_effector_test.cpp70 std::shared_ptr<RSImage> image; in SetEmitConfig() local
332 std::shared_ptr<RSImage> image; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_canvaskit0310.cpp164 Image image; in TestDrawImage() local
187 DoDrawData(void *image, uint32_t width, uint32_t height) DoDrawData() argument
206 DoDrawBaseData(void *image, uint32_t width, uint32_t height, uint32_t index) DoDrawBaseData() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_ktx.cpp206 static void ProcessMipmapLevel(KtxImage::Ptr& image, const size_t imageBufferIndex, in ProcessMipmapLevel() argument
365 CreateImage( KtxImage::Ptr image, const KtxHeader& ktx, uint32_t loadFlags, const uint8_t* data, bool isEndianFlipped) CreateImage() argument
481 auto image = KtxImage::Ptr(new KtxImage(move(fileBytes), static_cast<size_t>(fileBytesLength))); Load() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp535 Image image; in HWTEST_F() local
555 Image image; in HWTEST_F() local
589 Image image; in HWTEST_F() local
605 Image image; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp107 static inline OH_NativeImage* image = nullptr; member in OHOS::Rosen::NativeImageTest
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image.cpp67 auto image = skiaImage_; in PostSkImgToTargetThread() local
168 bool SkiaImage::BuildSubset(const std::shared_ptr<Image> image, const RectI& rect, GPUContext& gpuContext) in BuildSubset() argument
[all...]
H A Dskia_surface.cpp105 bool SkiaSurface::Bind(const Image& image) in Bind() argument
356 auto image = std::make_shared<Image>(); in GetImageSnapshot() local
375 auto image = std::make_shared<Image>(); in GetImageSnapshot() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp74 RSExtendImageObject::RSExtendImageObject(const std::shared_ptr<Drawing::Image>& image, in RSExtendImageObject() argument
524 DrawImageWithParmOpItem::DrawImageWithParmOpItem(const std::shared_ptr<Image>& image, const std::shared_ptr<Data>& data, in DrawImageWithParmOpItem() argument
875 auto image = std::make_shared<Drawing::Image>(); in DrawWithVulkan() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_drawing_filter.cpp290 void RSDrawingFilter::ApplyColorFilter(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, in ApplyColorFilter() argument
312 void RSDrawingFilter::ApplyImageEffect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, in ApplyImageEffect() argument
382 void RSDrawingFilter::DrawImageRectInternal(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image> image, in DrawImageRectInternal() argument
405 void RSDrawingFilter::DrawImageRect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image> image, in DrawImageRect() argument
421 PreProcess(std::shared_ptr<Drawing::Image>& image) PreProcess() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp90 std::shared_ptr<RSImage> image = std::make_shared<RSImage>(); in DoUnmarshalling() local
302 auto image = std::make_shared<Image>(); in DoMarshallingHelper006() local
332 auto image = std::make_shared<Image>(); in DoMarshallingHelper007() local
363 auto image = std::make_shared<Image>(); DoMarshallingHelper008() local
464 auto image = std::make_shared<Image>(); DoMarshallingHelper012() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp566 Drawing::Image image; in HWTEST_F() local
583 Drawing::Image image; in HWTEST_F() local
602 Drawing::Image image; in HWTEST_F() local
617 Drawing::Image image; in HWTEST_F() local
635 Drawing::Image image; in HWTEST_F() local
649 Drawing::Image image; HWTEST_F() local
665 Drawing::Image image; HWTEST_F() local
1479 Drawing::Image image; HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_napi.cpp48 NativeImage* image = nullptr; member
107 std::shared_ptr<NativeImage> SendableImageNapi::GetNativeImage(napi_env env, napi_value image) in GetNativeImage() argument
[all...]

Completed in 37 milliseconds

1...<<21222324252627282930>>...59