Home
last modified time | relevance | path

Searched defs:bitmapFormat (Results 1 - 25 of 26) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/
H A Dbitmap_test.cpp67 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 Ddrawing_bitmap_test.cpp244 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 Dcmd_list_fuzzer.cpp93 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in CmdListFuzzTest001() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_bitmap_test.cpp55 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 Doffscreen_canvas_paint_method.cpp48 RSBitmapFormat bitmapFormat = { RSColorType::COLORTYPE_RGBA_8888, RSAlphaType::ALPHATYPE_UNPREMUL }; in InitBitmap() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/window/
H A Ddrag_window_ohos.cpp114 auto bitmapFormat = MakeBitmapFormatFromPixelMap(pixmap); in DrawPixelMapInner() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task_parallel.cpp48 DrawCapturedImg(Drawing::Image& image, Drawing::Surface& surface, const Drawing::BackendTexture& backendTexture, Drawing::TextureOrigin& textureOrigin, Drawing::BitmapFormat& bitmapFormat) DrawCapturedImg() argument
H A Drs_ui_capture_task_parallel.cpp51 DrawCapturedImg(Drawing::Image& image, Drawing::Surface& surface, const Drawing::BackendTexture& backendTexture, Drawing::TextureOrigin& textureOrigin, Drawing::BitmapFormat& bitmapFormat) DrawCapturedImg() argument
H A Drs_base_render_engine.cpp194 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 Dshader_effect_fuzzer.cpp111 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 Drs_image_base.cpp532 Drawing::BitmapFormat bitmapFormat = { colorType, Drawing::AlphaType::ALPHATYPE_PREMUL }; in MakeFromTextureForVK() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp411 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 Dbitmap_fuzzer.cpp44 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in BitmapFuzzTest001() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp50 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 Drs_draw_cmd_test.cpp482 Drawing::BitmapFormat bitmapFormat = in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.cpp133 RSBitmapFormat bitmapFormat = { colorType, alphaType }; in MakeRSImageFromPixmap() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/image_fuzzer/
H A Dimage_fuzzer.cpp53 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 Dimage.cpp91 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 Dpixel_map_from_surface.cpp445 Drawing::BitmapFormat bitmapFormat = { GetColorTypeFromVKFormat(vkTextureInfo->format), in CreateDrawingImage() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp96 Drawing::BitmapFormat bitmapFormat = { image->GetColorType(), image->GetAlphaType() }; in ResetSurfaceWithTexture() local
H A Drs_draw_cmd.cpp328 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 Drs_canvas_drawing_render_node_drawable.cpp984 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 Dskia_image.cpp221 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 Drsmarshallinghelper_fuzzer.cpp250 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 Drs_marshalling_helper.cpp298 Drawing::BitmapFormat bitmapFormat = val.GetFormat(); in Marshalling() local
312 Drawing::BitmapFormat bitmapFormat; in Unmarshalling() local

Completed in 26 milliseconds

12