Home
last modified time | relevance | path

Searched defs:image (Results 76 - 100 of 1898) sorted by relevance

12345678910>>...76

/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Danimated_image_object.cpp37 auto image = AnimatedImage::Create(DynamicCast<SkiaImageData>(data_), params, src_.GetKey()); in MakeCanvasImage() local
39 auto image = AnimatedImage::Create(DynamicCast<DrawingImageData>(data_), params, src_.GetKey()); in MakeCanvasImage() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_resource_manager.cpp24 void RSResourceManager::UploadTexture(bool paraUpload, const std::shared_ptr<Drawing::Image>& image, in UploadTexture() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/image/
H A Dintf_animated_image.h42 IImageContainer::Ptr image; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/drawing_utils/
H A Ddrawing_canvas_utils.cpp42 std::shared_ptr<Drawing::Image> image = RSPixelMapUtil::ExtractDrawingImage(pixelMap); in DrawPixelMapRect() local
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dcore_32.c29 void default_machine_kexec(struct kimage *image) in default_machine_kexec() argument
66 int default_machine_kexec_prepare(struct kimage *image) in default_machine_kexec_prepare() argument
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Dcore_32.c29 void default_machine_kexec(struct kimage *image) in default_machine_kexec() argument
66 int machine_kexec_prepare(struct kimage *image) in machine_kexec_prepare() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dkexec.c65 void pseries_machine_kexec(struct kimage *image) in pseries_machine_kexec() argument
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_decode.cpp58 astcenc_image image; in TEST() local
/third_party/backends/japi/
H A DImageCanvas.java57 Image image = null; // The image to display. field in ImageCanvas
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicSpirvShaders.hpp32 namespace image namespace
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAtomicSpirvShaders.hpp32 namespace image namespace
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DImage.hpp39 vk::Image image; // Owning handle member in Image
/third_party/skia/src/pdf/
H A DSkKeyedImage.cpp12 SkBitmapKey SkBitmapKeyFromImage(const SkImage* image) { in SkBitmapKeyFromImage() argument
45 sk_sp<SkImage> image = std::move(fImage); in release() local
H A DSkKeyedImage.h32 const sk_sp<SkImage>& image() const { return fImage; } in image() function in SkKeyedImage
/third_party/skia/tests/
H A DSkImageTest.cpp18 sk_sp<SkImage> image; in DEF_TEST() local
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
H A DOpenGLBackend.h47 ::EGLImage image; member
/third_party/skia/modules/sksg/src/
H A DSkSGImage.cpp16 Image::Image(sk_sp<SkImage> image) : fImage(std::move(image)) {} in Image() argument
/third_party/skia/docs/examples/
H A Dalpha_bitmap_color_filter_mask_filter.cpp28 auto image = make_alpha_image(96, 96).asImage(); in REG_FIDDLE() local
H A DImage_refEncodedData.cpp14 sk_sp<SkImage> image; in REG_FIDDLE() member
H A DImage_peekPixels.cpp14 sk_sp<SkImage> image = SkImage::MakeFromBitmap(bitmap); in REG_FIDDLE() local
H A DCanvas_drawImageNine_2.cpp24 sk_sp<SkImage> image = bitmap.asImage(); in REG_FIDDLE() local
/third_party/skia/gm/
H A Dimageblurclampmode.cpp44 static void draw_image(SkCanvas* canvas, const sk_sp<SkImage> image, sk_sp<SkImageFilter> filter) { in draw_image() argument
[all...]
H A Drepeated_bitmap.cpp21 static skiagm::DrawResult draw_rotated_image(SkCanvas* canvas, const SkImage* image, in draw_rotated_image() argument
H A Dbitmapimage.cpp42 sk_sp<SkImage> image = GetResourceAsImage(path); variable
/third_party/skia/modules/sksg/include/
H A DSkSGImage.h25 static sk_sp<Image> Make(sk_sp<SkImage> image) { in Make() argument

Completed in 6 milliseconds

12345678910>>...76