Home
last modified time | relevance | path

Searched refs:BitmapFormat (Results 1 – 25 of 80) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/
H A Dbitmap_test.cpp67 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE };
98 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE };
142 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE };
159 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE };
175 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE };
191 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE };
408 BitmapFormat* bitmapFormat1 = nullptr;
424 BitmapFormat* bitmapFormat2 = nullptr;
499 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE };
516 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_ALPHA_8, AlphaType::ALPHATYPE_OPAQUE };
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dbitmap.h25 struct BitmapFormat { struct
34 bool Build(int32_t width, int32_t height, const BitmapFormat& format, int32_t stride = 0, argument
204 BitmapFormat GetFormat() const;
205 void SetFormat(const BitmapFormat& format);
H A Dimage.h302 BitmapFormat bitmapFormat, const std::shared_ptr<ColorSpace>& colorSpace,
316 BitmapFormat bitmapFormat, const std::shared_ptr<ColorSpace>& colorSpace);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/image/
H A Dimage_test.cpp302 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
320 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
338 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
355 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
399 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
417 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
482 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
500 BitmapFormat bitmapFormat { COLORTYPE_UNKNOWN, ALPHATYPE_UNKNOWN };
543 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dsurface_test.cpp79 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
145 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
177 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
210 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
229 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_bitmap_test.cpp55 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888,
236 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888,
323 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888,
341 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888, AlphaType::ALPHATYPE_PREMUL};
391 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888, AlphaType::ALPHATYPE_PREMUL };
410 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888, AlphaType::ALPHATYPE_PREMUL };
482 BitmapFormat bitmapFormat = { ColorType::COLORTYPE_BGRA_8888, AlphaType::ALPHATYPE_PREMUL};
H A Dskia_image_test.cpp103 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
153 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
175 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
193 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
210 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
229 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
325 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
H A Dskia_surface_test.cpp56 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
133 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
252 BitmapFormat bitmapFormat { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_bitmap.h44 struct BitmapFormat { struct
80 bool Build(const int width, const int height, const BitmapFormat& format) in Build()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dbitmap.cpp29 bool Bitmap::Build(int32_t width, int32_t height, const BitmapFormat& format, in Build()
142 BitmapFormat Bitmap::GetFormat() const in GetFormat()
148 void Bitmap::SetFormat(const BitmapFormat& format) in SetFormat()
H A Dimage.cpp97 BitmapFormat bitmapFormat, const std::shared_ptr<ColorSpace>& colorSpace) in BuildFromSurface()
103 BitmapFormat bitmapFormat, const std::shared_ptr<ColorSpace>& colorSpace, in BuildFromTexture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_kawase_blur_shader_filter_test.cpp54 Drawing::BitmapFormat format { Drawing::COLORTYPE_RGBA_8888, Drawing::ALPHATYPE_PREMUL }; in SetUp()
123 Drawing::BitmapFormat format { Drawing::COLORTYPE_RGBA_8888, Drawing::ALPHATYPE_PREMUL };
143 Drawing::BitmapFormat format { Drawing::COLORTYPE_RGBA_8888, Drawing::ALPHATYPE_PREMUL };
H A Dge_mesa_blur_shader_filter_test.cpp54 Drawing::BitmapFormat format { Drawing::COLORTYPE_RGBA_8888, Drawing::ALPHATYPE_PREMUL }; in SetUp()
166 Drawing::BitmapFormat format { Drawing::COLORTYPE_RGBA_8888, Drawing::ALPHATYPE_PREMUL };
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dbitmap_impl.h30 struct BitmapFormat;
37 … virtual bool Build(int32_t width, int32_t height, const BitmapFormat& format, int32_t stride = 0,
H A Dimage_impl.h69 BitmapFormat bitmapFormat, const std::shared_ptr<ColorSpace>& colorSpace,
72 BitmapFormat bitmapFormat, const std::shared_ptr<ColorSpace>& colorSpace) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_canvas_drawing_render_node_drawable.cpp280 …Drawing::BitmapFormat info = Drawing::BitmapFormat{ image_->GetColorType(), image_->GetAlphaType()… in FlushForGL()
421 …Drawing::BitmapFormat info = Drawing::BitmapFormat{ image_->GetColorType(), image_->GetAlphaType()… in GetBitmap()
556 …Drawing::BitmapFormat info = Drawing::BitmapFormat{ image_->GetColorType(), image_->GetAlphaType()… in DrawCaptureImage()
730 …Drawing::BitmapFormat info = Drawing::BitmapFormat{ image_->GetColorType(), image_->GetAlphaType()… in GetCurrentContextAndImage()
767 Drawing::BitmapFormat bitmapFormat = { image_->GetColorType(), image_->GetAlphaType() }; in ResetSurfaceWithTexture()
H A Drs_ui_first_surface_render_node_drawable.cpp163 Drawing::BitmapFormat info = Drawing::BitmapFormat{ colorType, in GetCompletedImage()
206 Drawing::BitmapFormat info = in GetCompletedImage()
207 Drawing::BitmapFormat{ completeImage->GetColorType(), completeImage->GetAlphaType() }; in GetCompletedImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_forward.h39 struct BitmapFormat;
63 using RSBitmapFormat = Rosen::Drawing::BitmapFormat;
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsurface_draw.cpp201 Drawing::BitmapFormat format { Drawing::ColorType::COLORTYPE_RGBA_8888, in DoDraw()
221 …Drawing::BitmapFormat format { Drawing::ColorType::COLORTYPE_RGBA_8888, Drawing::AlphaType::ALPHAT… in DoDraw()
250 Drawing::BitmapFormat format { Drawing::ColorType::COLORTYPE_RGBA_8888, in DoDraw()
315 Drawing::BitmapFormat format { Drawing::ColorType::COLORTYPE_RGBA_8888, in DoDrawImageRect()
394 Drawing::BitmapFormat fullBitmapFormat { Drawing::ColorType::COLORTYPE_RGBA_8888, in DrawMasking()
401 Drawing::BitmapFormat transBitmapFormat { Drawing::ColorType::COLORTYPE_RGBA_8888, in DrawMasking()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dimage_test.cpp35 BitmapFormat format { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE }; in TestDrawImage()
69 BitmapFormat format { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE }; in TestDrawImageRect()
H A Dbitmap_test.cpp34 BitmapFormat format { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE }; in TestDrawBitmap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dcolor_space_test.cpp76 BitmapFormat format { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
174 BitmapFormat format { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE };
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image.h60 BitmapFormat bitmapFormat, const std::shared_ptr<ColorSpace>& colorSpace) override;
67 BitmapFormat bitmapFormat, const std::shared_ptr<ColorSpace>& colorSpace,
/ohos5.0/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()
297 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in DoMarshallingHelper006()
327 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in DoMarshallingHelper007()
358 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in DoMarshallingHelper008()
467 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in DoMarshallingHelper012()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/image_fuzzer/
H A Dimage_fuzzer.cpp41 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in BuildImageFuzzTest()

1234