/ohos5.0/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 }; 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 D | bitmap.h | 25 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 D | image.h | 302 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 D | image_test.cpp | 302 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 D | surface_test.cpp | 79 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 D | skia_bitmap_test.cpp | 55 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 D | skia_image_test.cpp | 103 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 D | skia_surface_test.cpp | 56 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 D | testing_bitmap.h | 44 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 D | bitmap.cpp | 29 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 D | image.cpp | 97 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 D | ge_kawase_blur_shader_filter_test.cpp | 54 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 D | ge_mesa_blur_shader_filter_test.cpp | 54 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 D | bitmap_impl.h | 30 struct BitmapFormat; 37 … virtual bool Build(int32_t width, int32_t height, const BitmapFormat& format, int32_t stride = 0,
|
H A D | image_impl.h | 69 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 D | rs_canvas_drawing_render_node_drawable.cpp | 280 …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 D | rs_ui_first_surface_render_node_drawable.cpp | 163 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 D | drawing_forward.h | 39 struct BitmapFormat; 63 using RSBitmapFormat = Rosen::Drawing::BitmapFormat;
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | surface_draw.cpp | 201 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 D | image_test.cpp | 35 BitmapFormat format { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE }; in TestDrawImage() 69 BitmapFormat format { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE }; in TestDrawImageRect()
|
H A D | bitmap_test.cpp | 34 BitmapFormat format { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE }; in TestDrawBitmap()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | color_space_test.cpp | 76 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 D | skia_image.h | 60 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 D | rsmarshallinghelper_fuzzer.cpp | 250 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 D | image_fuzzer.cpp | 41 BitmapFormat bitmapFormat = { COLORTYPE_ARGB_4444, ALPHATYPE_OPAQUE }; in BuildImageFuzzTest()
|