/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/ |
H A D | bitmap_test.cpp | 67 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; in HWTEST_F() local 98 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 142 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 159 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 175 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 191 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 499 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 516 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 560 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 579 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 597 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 615 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 635 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 699 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 718 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 735 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 754 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 773 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 792 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 809 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local 828 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE }; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_bitmap_test.cpp | 244 OH_Drawing_BitmapFormat bitmapFormat = {formats[i], alphaFormats[2]}; HWTEST_F() local 284 OH_Drawing_BitmapFormat bitmapFormat = {formats[3], alphaFormats[i]}; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/cmdlist_fuzzer/ |
H A D | cmd_list_fuzzer.cpp | 93 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in CmdListFuzzTest001() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_bitmap_test.cpp | 55 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888, in HWTEST_F() local 223 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888, in HWTEST_F() local 308 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888, in HWTEST_F() local 326 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888, AlphaType::ALPHATYPE_PREMUL}; in HWTEST_F() local 376 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888, AlphaType::ALPHATYPE_PREMUL }; in HWTEST_F() local 395 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888, AlphaType::ALPHATYPE_PREMUL }; HWTEST_F() local 467 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888, AlphaType::ALPHATYPE_PREMUL}; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_paint_method.cpp | 48 RSBitmapFormat bitmapFormat = { RSColorType::COLORTYPE_RGBA_8888, RSAlphaType::ALPHATYPE_UNPREMUL }; in InitBitmap() local
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/window/ |
H A D | drag_window_ohos.cpp | 114 auto bitmapFormat = MakeBitmapFormatFromPixelMap(pixmap); in DrawPixelMapInner() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_surface_capture_task_parallel.cpp | 48 DrawCapturedImg(Drawing::Image& image, Drawing::Surface& surface, const Drawing::BackendTexture& backendTexture, Drawing::TextureOrigin& textureOrigin, Drawing::BitmapFormat& bitmapFormat) DrawCapturedImg() argument
|
H A D | rs_ui_capture_task_parallel.cpp | 51 DrawCapturedImg(Drawing::Image& image, Drawing::Surface& surface, const Drawing::BackendTexture& backendTexture, Drawing::TextureOrigin& textureOrigin, Drawing::BitmapFormat& bitmapFormat) DrawCapturedImg() argument
|
H A D | rs_base_render_engine.cpp | 194 auto bitmapFormat = RSBaseRenderUtil::GenerateDrawingBitmapFormat(buffer); in CreateEglImageFromBuffer() local 662 auto bitmapFormat = RSBaseRenderUtil::GenerateDrawingBitmapFormat(params.buffer); in DrawImage() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/shadereffect_fuzzer/ |
H A D | shader_effect_fuzzer.cpp | 111 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in ShaderEffectFuzzTest003() local 241 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in ShaderEffectFuzzTest005() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image_base.cpp | 532 Drawing::BitmapFormat bitmapFormat = { colorType, Drawing::AlphaType::ALPHATYPE_PREMUL };
in MakeFromTextureForVK() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_background.cpp | 411 Drawing::BitmapFormat bitmapFormat = { colorType, Drawing::AlphaType::ALPHATYPE_PREMUL }; in MakeFromTextureForVK() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/ |
H A D | bitmap_fuzzer.cpp | 44 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in BitmapFuzzTest001() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/ |
H A D | drawsurface_fuzzer.cpp | 50 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in SurfaceFuzzTest001() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_draw_cmd_test.cpp | 482 Drawing::BitmapFormat bitmapFormat = in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_image.cpp | 133 RSBitmapFormat bitmapFormat = { colorType, alphaType }; in MakeRSImageFromPixmap() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/image_fuzzer/ |
H A D | image_fuzzer.cpp | 53 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in BuildImageFuzzTest() local 77 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in ImageFuzzTest001() local 109 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in ImageFuzzTest002() local 193 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in ImageFuzzTest005() local 222 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in ImageFuzzTest006() local 323 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; ImageFuzzTest009() local 350 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; ImageFuzzTest010() local 382 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; ImageFuzzTest011() local 405 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; ImageFuzzTest012() local 445 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; ImageFuzzTest013() local 483 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; ImageFuzzTest014() local 513 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; ImageFuzzTest015() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/ |
H A D | image.cpp | 91 BuildFromSurface(GPUContext& gpuContext, Surface& surface, TextureOrigin origin, BitmapFormat bitmapFormat, const std::shared_ptr<ColorSpace>& colorSpace) BuildFromSurface() argument 97 BuildFromTexture(GPUContext& gpuContext, const TextureInfo& info, TextureOrigin origin, BitmapFormat bitmapFormat, const std::shared_ptr<ColorSpace>& colorSpace, void (*deleteFunc)(void*), void* cleanupHelper) BuildFromTexture() argument
|
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/ |
H A D | pixel_map_from_surface.cpp | 445 Drawing::BitmapFormat bitmapFormat = { GetColorTypeFromVKFormat(vkTextureInfo->format), in CreateDrawingImage() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_canvas_drawing_render_node.cpp | 96 Drawing::BitmapFormat bitmapFormat = { image->GetColorType(), image->GetAlphaType() }; in ResetSurfaceWithTexture() local
|
H A D | rs_draw_cmd.cpp | 328 Drawing::BitmapFormat bitmapFormat = { in GetDrawingImageFromSurfaceBuffer() local 397 Drawing::BitmapFormat bitmapFormat = { colorType, Drawing::AlphaType::ALPHATYPE_PREMUL }; in MakeFromTextureForVK() local 874 Drawing::BitmapFormat bitmapFormat = CreateBitmapFormat(surfaceBufferInfo_.surfaceBuffer_->GetFormat()); in DrawWithVulkan() local 917 Drawing::BitmapFormat bitmapFormat = CreateBitmapFormat(surfaceBufferInfo_.surfaceBuffer_->GetFormat()); in DrawWithGles() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_canvas_drawing_render_node_drawable.cpp | 984 Drawing::BitmapFormat bitmapFormat = { image_->GetColorType(), image_->GetAlphaType() }; in ResetSurfaceWithTexture() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_image.cpp | 221 BuildFromTexture(GPUContext& gpuContext, const TextureInfo& info, TextureOrigin origin, BitmapFormat bitmapFormat, const std::shared_ptr<ColorSpace>& colorSpace, void (*deleteFunc)(void*), void* cleanupHelper) BuildFromTexture() argument 276 BuildFromSurface(GPUContext& gpuContext, Surface& surface, TextureOrigin origin, BitmapFormat bitmapFormat, const std::shared_ptr<ColorSpace>& colorSpace) BuildFromSurface() argument [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/ |
H A D | rsmarshallinghelper_fuzzer.cpp | 250 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in DoMarshallingHelper004() local 297 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in DoMarshallingHelper006() local 327 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in DoMarshallingHelper007() local 358 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in DoMarshallingHelper008() local 467 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in DoMarshallingHelper012() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 298 Drawing::BitmapFormat bitmapFormat = val.GetFormat(); in Marshalling() local 312 Drawing::BitmapFormat bitmapFormat; in Unmarshalling() local
|