Home
last modified time | relevance | path

Searched refs:GRAPHIC_BLEND_SRC (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp231 type = GraphicBlendType::GRAPHIC_BLEND_SRC;
233 ASSERT_EQ(HdiLayerInfoTest::hdiLayerInfo_->GetBlendType(), GraphicBlendType::GRAPHIC_BLEND_SRC);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp378 showLayer->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in FillDrawingLayer()
427 showLayer->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in FillBackGroundLayer()
H A Ddrawing_engine_sample.cpp288 layer->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in DrawDrawingLayer()
H A Ddrawing_sample_canvaskit0310.cpp402 showLayer->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in FillBaseLayer()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h73 GRAPHIC_BLEND_SRC, /**< SRC blending */ enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp158 hdiLayer_->SetBlendType(GraphicBlendType::GRAPHIC_BLEND_SRC); in FillHDILayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h61 {GRAPHIC_BLEND_SRC, "2 <SRC blending>"},